summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow a read() on /dev/ams[0-9] to be interrupted.ed2008-11-011-1/+6
* Add quirk to set GPIO2 to enable internal speaker on Dell Vostro 1400.mav2008-10-301-1/+4
* Fix checks for fast frames negotiation. ni_ath_flags holds thesam2008-10-301-1/+1
* Fix some possible infinite loops in the ADB code, and remove some hacksnwhitehorn2008-10-302-7/+33
* We need to print out the device info ourselves on FBSD 6.n_hibma2008-10-301-0/+7
* Bugfix: Check the error code for in progress as well, after starting then_hibma2008-10-301-8/+10
* Return USBD_NORMAL_COMPLETION instead of a hard coded 0.n_hibma2008-10-301-1/+1
* Allow card reader bridge driver to report maximum supported transfer size.mav2008-10-295-8/+12
* Comment out #define turning on debugging which went in with r184436 andbz2008-10-291-1/+1
* Add the device ID for the mass storage device that appears before then_hibma2008-10-292-4/+4
* Unbreak LINT from r184381 using the correct variable in debuggingbz2008-10-281-4/+1
* Grab Sierra and Novatel init functions from NetBSD version of the u3gn_hibma2008-10-271-26/+141
* Do as the Linux tg3 driver does and enable MSI support alsomarius2008-10-271-6/+6
* Fix error in busmaster enable logicrnoland2008-10-271-2/+4
* Fix some fallout from the busmaster disable cleanuprnoland2008-10-272-10/+9
* Don't report GEM capability until we actually have GEM support.rnoland2008-10-271-1/+2
* prepare for a new halsam2008-10-273-9/+36
* o With the addition of HT rates the set of h/w codes has a much wider rangesam2008-10-273-59/+47
OpenPOWER on IntegriCloud