- 24 Feb, 2009 25 commits
-
-
Ed Schouten authored
Approved by: thompsa
-
Ed Schouten authored
If I remember correctly, our policy was to use FreeBSD with proper capitalisation in our email addresses. Fix this in Nick Hibma's address as well.
-
Andrew Thompson authored
Spotted by: naddy
-
Ruslan Ermilov authored
-
Ruslan Ermilov authored
Noticed by: tegge
-
John Baldwin authored
an NFS file. Now the priming is conditional on a new vfs.nfs.prime_access_cache sysctl. For now I've left the default setting to disabling the priming. Requested by: scottl
-
Sam Leffler authored
-
Robert Watson authored
checks for the tcpcb, previously used to detect complete disconnection, with INP_DROPPED checks. Correct that, preventing shutdown() from improperly generating a TCP segment with destination IP and port of 0.0.0.0:0. PR: kern/132050 Reported by: david gueluy <david.gueluy at netasq.com> MFC after: 3 weeks
-
Andrew Thompson authored
Add support for the Sael M460 3G modem. Submitted by: Hans Petter Selasky
-
Andrew Thompson authored
-
Andrew Thompson authored
Add support for setting and getting the USB template value through libusb20 and usbconfig. Submitted by: Hans Petter Selasky
-
Andrew Thompson authored
- We don't need to exit the Giant mutex when sleeping. This is done automatically. Replace Giant by NULL mutex for all control requests in the enumeration path. - Optimise away duplicate alternate interface selection requests in USB Host mode. Submitted by: Hans Petter Selasky
-
Andrew Thompson authored
Changes to make implementing USB NDIS easier. Submitted by: Hans Petter Selasky
-
Andrew Thompson authored
Document short_frames_ok. Submitted by: Hans Petter Selasky
-
Andrew Thompson authored
Clean up old way of polling the USB hardware. The existing polling support was a bit hackish. Submitted by: Hans Petter Selasky
-
Andrew Thompson authored
Improvements to "usb2_transfer_setup()" and "usb2_transfer_unsetup()". Set "ppxfer[n]" when the transfer setup is complete to prevent races. Remove redundant NULL-checks from "usb2_transfer_unsetup()". Submitted by: Hans Petter Selasky
-
Andrew Thompson authored
- The software computed HID size is not always correct, because the algoritm does not handle unsorted HID descriptors. - Change the way we obtain the report ID. - Use the X/Y/Z+button locations instead for report ID source for ums. - Add more range checks. - Remove Microsoft Mouse quirks. If the positions are moduloed the report length multiplied by 8, the values seem correct. - Some minor style changes. Submitted by: Hans Petter Selasky
-
Sam Leffler authored
-
Sam Leffler authored
o add ah_configPCIE and ah_disablePCIE for drivers to configure PCIE power save operation (modeled after ath9k, may need changes) o add private state flag to indicate if device is PCIE (replaces private hack in 5212 code) o add serdes programming ini bits for 5416 and later parts and setup for each part (5416 and 9160 logic hand-crafted from existing routines); 5212 remains open-coded but is now hooked in via ah_configPCIE o add PCIE workaround gunk o add ar5416AttachPCIE for iodomatic code used by 5416 and later parts
-
Andrew Thompson authored
needed by the hal port. This will be removed before 8.0. Add an exclusion to kdump as some structs will be redefined. Requested by: marcus
-
Andrew Thompson authored
move to the new usb stack are in progress.
-
Sam Leffler authored
o add output mux support o gpio pin count is chip-dependent o 9280 and 9285 do input handling different o hookup gpio interrupts o no need to save/restore soft led state around reset
-
Sam Leffler authored
-
Sam Leffler authored
a signal type that's used to select the appropriate mux
-
Sam Leffler authored
eeprom contents for 9280 and later parts
-
- 23 Feb, 2009 15 commits
-
-
Sam Leffler authored
-
Sam Leffler authored
to do it the right way
-
Sam Leffler authored
was an independent entity
-
Andrew Thompson authored
additional frame may be sent for 80211 protection.
-
Sam Leffler authored
-
Robert Watson authored
Submitted by: sam MFC after: 3 days
-
Andrew Thompson authored
-
Robert Watson authored
can audit its arguments. Submitted by: Jaakko Heinonen <jh at saunalahti.fi> MFC after: 1 week X-MFC-note: MFC with r188311
-
Robert Watson authored
1 will trigger a pass through the VM's low-memory handlers, such as protocol and UMA drain routines. This makes it easier to exercise these otherwise rarely-invoked code paths. MFC after: 3 days
-
Robert Watson authored
MFC after: 3 days
-
Robert Watson authored
to in_rtrequest(); the radix head lock is already acquired before rnh_walktree is called in in_rtqtimo_one(). This avoids a recursive acquisition that is no longer permitted in 8.x due to use of an rwlock for the radix head lock. Reported by: dikshie <dikshie at gmail.com> MFC after: 3 days
-
Andrew Thompson authored
- rearrange the ucom entry so its recognised by config(8)
-
Andrew Thompson authored
-
Alexander Motin authored
-
Alexander Motin authored
broken by r188694.
-