summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackalfred2008-11-04178-3/+124970
* Bugfix: Cut&paste error from the NetBSD code.n_hibma2008-11-031-18/+22
* uaa->ifaces contains pointers so set its entry to NULL not 0.n_hibma2008-11-031-1/+1
* Remove " + 1".mav2008-11-031-1/+1
* Nit: Add a few leading zeros to make this match other mask constantsimp2008-11-031-1/+1
* Turns out this isn't even used at all... The bogon that I was tracing wasimp2008-11-031-6/+0
* Use child (the card) in preference to cbdev (the bridge) whenimp2008-11-031-2/+4
* We can't mask out the higher order bits and have the size come outimp2008-11-031-1/+1
* Move the CAM passthrough code into a true module so that it doesn't have to bescottl2008-11-033-33/+58
* Make the touch pad on my PowerBook G4 12" a little more usable.ed2008-11-021-7/+18
* Make the no driver stuff an ifdef.imp2008-11-021-4/+9
* Move mn over. One of the last stragglers in sys/pci. There's noimp2008-11-021-0/+1450
* As soon as we have several threads per process now, it is not correct tomav2008-11-021-5/+1
* Merge some minor deltas from p4 newcard tree:imp2008-11-021-0/+2
OpenPOWER on IntegriCloud