aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Bring in USB4BSD, Hans Petter Selasky rework of the USB stackAlfred Perlstein2008-11-04178-3/+124970
* Bugfix: Cut&paste error from the NetBSD code.Nick Hibma2008-11-031-18/+22
* uaa->ifaces contains pointers so set its entry to NULL not 0.Nick Hibma2008-11-031-1/+1
* Remove " + 1".Alexander Motin2008-11-031-1/+1
* Nit: Add a few leading zeros to make this match other mask constantsWarner Losh2008-11-031-1/+1
* Turns out this isn't even used at all... The bogon that I was tracing wasWarner Losh2008-11-031-6/+0
* Use child (the card) in preference to cbdev (the bridge) whenWarner Losh2008-11-031-2/+4
* We can't mask out the higher order bits and have the size come outWarner Losh2008-11-031-1/+1
* Move the CAM passthrough code into a true module so that it doesn't have to beScott Long2008-11-033-33/+58
* Make the touch pad on my PowerBook G4 12" a little more usable.Ed Schouten2008-11-021-7/+18
* Make the no driver stuff an ifdef.Warner Losh2008-11-021-4/+9
* Move mn over. One of the last stragglers in sys/pci. There's noWarner Losh2008-11-021-0/+1450
* As soon as we have several threads per process now, it is not correct toAlexander Motin2008-11-021-5/+1
* Merge some minor deltas from p4 newcard tree:Warner Losh2008-11-021-0/+2
* Allow a read() on /dev/ams[0-9] to be interrupted.Ed Schouten2008-11-011-1/+6
* Add quirk to set GPIO2 to enable internal speaker on Dell Vostro 1400.Alexander Motin2008-10-301-1/+4
* Fix checks for fast frames negotiation. ni_ath_flags holds theSam Leffler2008-10-301-1/+1
* Fix some possible infinite loops in the ADB code, and remove some hacksNathan Whitehorn2008-10-302-7/+33
* We need to print out the device info ourselves on FBSD 6.Nick Hibma2008-10-301-0/+7
* Bugfix: Check the error code for in progress as well, after starting theNick Hibma2008-10-301-8/+10
* Return USBD_NORMAL_COMPLETION instead of a hard coded 0.Nick Hibma2008-10-301-1/+1
* Allow card reader bridge driver to report maximum supported transfer size.Alexander Motin2008-10-295-8/+12
* Comment out #define turning on debugging which went in with r184436 andBjoern A. Zeeb2008-10-291-1/+1
* Add the device ID for the mass storage device that appears before theNick Hibma2008-10-292-4/+4
* Unbreak LINT from r184381 using the correct variable in debuggingBjoern A. Zeeb2008-10-281-4/+1
* Grab Sierra and Novatel init functions from NetBSD version of the u3gNick Hibma2008-10-271-26/+141
* Do as the Linux tg3 driver does and enable MSI support alsoMarius Strobl2008-10-271-6/+6
* Fix error in busmaster enable logicRobert Noland2008-10-271-2/+4
* Fix some fallout from the busmaster disable cleanupRobert Noland2008-10-272-10/+9
* Don't report GEM capability until we actually have GEM support.Robert Noland2008-10-271-1/+2
* prepare for a new halSam Leffler2008-10-273-9/+36
* o With the addition of HT rates the set of h/w codes has a much wider rangeSam Leffler2008-10-273-59/+47
* prefer #define to naked constantSam Leffler2008-10-271-1/+1
* fix handling of HT rates; these overlap legacy rates and need to beSam Leffler2008-10-271-2/+7
* add hack to deal with Ubiquiti XR9 cards, they have a different mappingSam Leffler2008-10-271-9/+24
* install bssid for ahdemo mode tooSam Leffler2008-10-271-0/+1
* fix commentSam Leffler2008-10-271-1/+1
* correct callback status parameter; only indicate success when an ACK wasSam Leffler2008-10-271-1/+2
* Fixup statistics:Sam Leffler2008-10-272-10/+16
* update the sta inactivity timer only if we actually received an ACKSam Leffler2008-10-271-1/+2
* Regdomain fixups:Sam Leffler2008-10-271-18/+55
* add regdomain debug msgsSam Leffler2008-10-271-0/+18
* add sys.dev.ath.X.intmit knob to enable/disable ANISam Leffler2008-10-272-0/+24
* shuffle debug setup to simplify debugging events during attachSam Leffler2008-10-271-5/+8
* rename bf_flags to bf_txflags in preparation for the addition of flagsSam Leffler2008-10-272-5/+5
* use the ic's opmode instead of our hal equivalent to check for adhoc mode;Sam Leffler2008-10-271-1/+1
* intercept IEEE80211_IOC_TXPOWER and service tx power changes immediatelySam Leffler2008-10-271-1/+17
* move complaints about bad rate codes up a level so we can printSam Leffler2008-10-271-16/+24
* remove driver-private equivalent of ni_txparms; it's now superfluousSam Leffler2008-10-275-28/+6
* now that the new association callback is used when joining a bss we canSam Leffler2008-10-275-125/+0