summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-1415-25/+0
* - Introduce ifmedia_baudrate(), which returns correct baudrate of theglebius2006-02-141-0/+11
* fix comment and whitespacesam2006-02-131-3/+2
* fix merge botch (duplicate processing of cabq for old cards)sam2006-02-131-1/+0
* Use a wildcard unit (-1) to device_find_child() in our identify routine tojhb2006-02-131-1/+1
* Don't conflict with the DEBUG define.ambrisko2006-02-131-1/+1
* Add a reset of the AHCI machinery to the ICH6/ICH7 support.sos2006-02-131-0/+12
* Typo: s/fint/find/glebius2006-02-121-1/+1
* Add USB polling calls to umass_cam_poll(). This appears to be enoughiedowse2006-02-121-7/+3
* Fix possible DMA leak and locking violation especiallyariff2006-02-121-14/+15
* Give the asr softc list global a proper name.scottl2006-02-121-5/+5
* Use ETHER_ADDR_LEN rather than 6.imp2006-02-111-1/+1
* Improve the memory resoruce allocation and usage during the probe.imp2006-02-111-8/+29
* Use the release version as a floor, not an exact match. Add comment to thatimp2006-02-111-1/+4
* Give ohci_intr a proper return value. In FreeBSD, this is void. Removeimp2006-02-113-7/+7
* Update the keyspan product list from NetBSD.imp2006-02-111-7/+28
* Do initial cut of SAS HBA support. These controllers (106X) seem to supportmjacob2006-02-115-223/+587
* Add an OpenIPMI mostly compatible driver. This driver was developedambrisko2006-02-104-0/+2081
* Update for rev 0.9.16.16 hal:sam2006-02-102-29/+291
* pad for future statisticssam2006-02-091-0/+1
* Minor tx path cleanups:sam2006-02-091-13/+6
* correct handling of mbuf allocation failure when replenishing the rx listsam2006-02-091-6/+13
* Beacon timer setup fixes:sam2006-02-092-11/+41
* only start the cab queue if there are frames to sendsam2006-02-091-1/+1
* debug fixups: reduce noise msgs, report channel flags on reset failure,sam2006-02-091-17/+20
* Phantom beacon miss workaround: track the tsf of the last receivedsam2006-02-093-21/+78
* use a private task queue threadsam2006-02-092-6/+16
* add adhoc demo mode supportsam2006-02-092-7/+26
* make regdomain sysctl r/w in case it's possible to do this in the futuresam2006-02-092-5/+20
* cleanup rate setupsam2006-02-091-21/+29
* add tx99 hookssam2006-02-092-0/+20
* move hal statistics to softc; the per-node stats are overkill, they'resam2006-02-092-9/+12
* lookup the protection tx rate index in the rate tablessam2006-02-091-2/+4
* honor net80211 mcast tx ratesam2006-02-092-6/+47
* craft unique names for tx q + buffer mtx's to help with interpreting ktr datasam2006-02-091-6/+12
* allow the size of tx+rx buffer pools to be tunedsam2006-02-092-2/+19
* lower try count on mgt (and ctl) frames to avoid clogging the tx queuesam2006-02-092-5/+11
* Unbreak Promise SATAII/150 controllers caused by the DMA dump changes.sos2006-02-093-65/+71
* Unbreak dump on legacy systems. Needs a more clean solution but that issos2006-02-091-1/+2
* move mgt frame tx rate responsibility from the rate control modulessam2006-02-095-42/+19
* sync with latest code in madwifisam2006-02-092-146/+185
* Fix two important typos in watchdog handling:glebius2006-02-091-2/+2
* Garbage collect a file that no longe is used (replaced by mpi_log_fc.h).mjacob2006-02-081-117/+0
* Detach the children before we delete them. This is a little cleanerimp2006-02-071-10/+18
* Since em(4) taskqueue is a new network context, we need to conditionallyglebius2006-02-071-1/+2
* Unbreak DMA dumo on Intel 31224.sos2006-02-061-1/+1
* Convert NULL checks into KASSERT (and move them before the firstnetchild2006-02-052-28/+31
* A pointer was checked for NULL after dereferencing it. The check is notnetchild2006-02-051-4/+4
* Fix memory leak in some failure cases.netchild2006-02-051-2/+6
* Squash a couple more invalid long casts.scottl2006-02-051-2/+2
OpenPOWER on IntegriCloud