summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix the maximum transfer size for mfi(4) disk devices to not exceed thejhb2008-11-171-1/+2
* Undo revision 185013 until better solution is found.emax2008-11-171-4/+0
* Fix two possible (but unlikely) NULL-pointer dereferences in glxsb(4).philip2008-11-171-3/+7
* Overhaul of CIS parsing, next step: keep a cached copy of the CIS,imp2008-11-174-73/+68
* Fix typo. It restuled in activating unwanted Rx filtering as wellyongari2008-11-171-1/+2
* More locking for syscons(4). This should prevent races with sckbdevent().emax2008-11-161-0/+4
* Various whitespace and style fixes.jhb2008-11-1619-284/+291
* Print PMC widths in the initialization announcement.jkoshy2008-11-161-1/+2
* Correct an oversight: call the MD finalize hook at module unloadjkoshy2008-11-151-0/+3
* Fix assertions.jkoshy2008-11-151-6/+9
* Correct an indexing error (a change missed out in #184802).jkoshy2008-11-151-1/+1
* Correct association 0 handling.mav2008-11-151-14/+24
* First step in cleaning up CIS parsing and /dev/cardbus*.cis: removeimp2008-11-153-38/+42
* - Revive fdc(4) per-device flag 0x10, which was removed in r1.284[1].jkim2008-11-151-63/+86
* Fix compile. I was in the wrong tree when I tested it :-(ambrisko2008-11-141-2/+2
* When running a 32bit app. on amd64, ensure the bits above 32bitambrisko2008-11-141-0/+15
* Fix typo where the code was missing the "IPMICTL_RECEIVE_MSG_32" conditionobrien2008-11-141-1/+1
* Hide the attach message. This needs to be done in the probe as well, asn_hibma2008-11-131-6/+23
* Silence detach messages if the device has marked itself quiet (u3g).n_hibma2008-11-131-12/+14
* Add a reset device command to ugen.c.n_hibma2008-11-135-10/+19
* Add ADMA, SATA and SAS mass storage subclasses reporting.mav2008-11-131-0/+3
* One more piece to add to make sense data work for a user app. from LSI.ambrisko2008-11-131-0/+10
* Fix Rx/Tx checksum offload ioctl handling. Now checksum offloadyongari2008-11-131-7/+9
* - Fix from jhb for failing I/O request when bus_dmamap_load fails.ambrisko2008-11-125-30/+85
* Various style and whitespace fixes. Previously parts of this file usedjhb2008-11-121-363/+371
* Probe ADB miscellaneous devices (ID 7) instead of stopping at ID 6. Thisnwhitehorn2008-11-121-1/+1
* Add a quirk for Belkin USB Bluetooth adapters (F8T012xx1 series)keramida2008-11-122-0/+10
* Add support for the Microsoft Comfort Optical Mouse 3000 (model 1043).cperciva2008-11-122-0/+3
* Add ale(4), a driver for Atheros AR8121/AR8113/AR8114 PCIe ethernetyongari2008-11-123-0/+4090
* Update firmware version checkkmacy2008-11-125-17/+28
* Fake the assoc id so that ndis can work on the latest net80211.thompsa2008-11-111-1/+10
* Make ispfw(4) play nice with individual firmware modules.jkim2008-11-111-41/+109
* Add missing USB_BUS_LOCK* change from r184824.thompsa2008-11-101-1/+1
* Convert the two main locking areas into macros to make it clear on what we arethompsa2008-11-1027-338/+350
* - Separate PMC class dependent code from other kinds of machinejkoshy2008-11-0913-912/+1455
* Style tweak.jkoshy2008-11-091-2/+2
* Reduce the default baud rate of PTY's to 9600.ed2008-11-081-1/+1
* Remove informational messages left. These messages were intended toyongari2008-11-071-7/+7
* Bring in http://perforce.freebsd.org/chv.cgi?CH=152584 from hps.imp2008-11-0616-17/+1
* Hide AF_INET specific ioctl handling under #ifdef INET.bz2008-11-061-0/+5
* Hide AF_INET specific ioctl handling under #ifdef INET.bz2008-11-061-0/+5
* For now our LRO code (tcp_lro.c) only supports IPv4 properly thusbz2008-11-061-0/+3
* Hide AF_INET specific ioctl handling under #ifdef INET.bz2008-11-061-0/+4
* Hide an unused variable in case we compile with neither INET nor INET6.bz2008-11-061-1/+5
* In case INET is not defined, then ANCACHE is not defined andbz2008-11-061-0/+2
* Reintroduce the snp(4) driver.ed2008-11-051-517/+231
* Even though the previous commit was functionally equivalent with the code it ...rink2008-11-041-1/+1
* Fix the build (on at least powerpc) by moving the htole16() from the case(x) ...rink2008-11-041-3/+3
* Remove unnecessary locking around vn_fullpath(). The vnode lock for thejhb2008-11-041-2/+0
* Add support for Asus A8Sr notebooks.rpaulo2008-11-041-0/+75
OpenPOWER on IntegriCloud