summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Several small additions to the Chelsio 10G driver.gnn2008-11-214-5/+38
* Create a /dev/cardbus%d.cis, to be compatible with older versions ofimp2008-11-212-1/+6
* Given that the buffer dcons_crom(4) exposes is used for both inputmarius2008-11-191-1/+1
* Also make dcons(4) use MPSAFE callouts.ed2008-11-191-1/+1
* Make nmdm(4) use MPSAFE callouts.ed2008-11-191-2/+2
* Make sure legacy replacement route is turned off when enbling HPET.jkim2008-11-191-2/+5
* Change the initialization methodology for global variables scheduledzec2008-11-191-5/+0
* src/sys/dev/usb2/controller/uss820dci_pccard.calfred2008-11-1927-3172/+520
* Correct a logic error when testing BCE_PHY_SERDES_FLAG.delphij2008-11-191-1/+1
* Allow device hints to wire the unit numbers of devices.jhb2008-11-183-60/+86
* 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
OpenPOWER on IntegriCloud