summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Replace #define<space> with #define<tab> so the code is consistent withjhb2006-12-145-368/+368
* Resolve two deadlocks that could be caused by busy md device backedkib2006-12-141-0/+9
* Remove incomplete Yukon II support code which was added in if_sk.c, rev 1.123.yongari2006-12-142-101/+3
* Use callouts to prevent races.alfred2006-12-132-20/+31
* Fix recent style problems and expand a comment.scottl2006-12-131-12/+15
* Use the BGE_IS_* macros consistently. Also add a couple of missingscottl2006-12-131-5/+9
* Remove a redundant write of the firmware reset magic number. It looks toscottl2006-12-131-6/+0
* Track v0.9.20.3 hal:sam2006-12-137-292/+292
* Use one counter instead of four to make up TX collision stats as BCM5705+.jkim2006-12-131-8/+1
* Update to version 1.20.00.13 of the arcmsr driver. This fixes many bugsscottl2006-12-132-3070/+2923
* Add msk(4), a driver for Marvell/SysKonnect Yukon II Gigabit Ethernetyongari2006-12-132-0/+6444
* - Add constants for HT PCI capability registers including the variousjhb2006-12-122-0/+51
* Give the WREG() macro the same lifetime as the REG() macro.jhb2006-12-121-3/+3
* Add some bootverbose printf's to detail how many MSI messages are allocatedjhb2006-12-121-0/+92
* Give Host-PCI bridge drivers their own pcib_alloc_msi() andjhb2006-12-121-2/+26
* Fix support for certain 575x/578x chips. This consists of the following:scottl2006-12-122-35/+274
* In FreeBSD, we don't need sc_power callbackkevlo2006-12-121-1/+1
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-111-0/+2
* Fix distorted sound on ASUS P1-AH2 caused by accumulated input / output.ariff2006-12-111-0/+10
* Add MODULE_DEPENDS for cam, pci, mca, eisa and isa where needed.mjacob2006-12-1129-2/+50
* - Correct collision counter for BCM5705+. This register is read/clear.jkim2006-12-111-10/+13
* o Add support code for newer Marvell PHYs.yongari2006-12-111-127/+213
* Add additional Marvell PHY registers.yongari2006-12-111-0/+10
* Add a bunch of new Marvell PHY ids.yongari2006-12-111-0/+14
* style(9)yongari2006-12-111-5/+4
* defer all processing to a full fledged thread.alfred2006-12-114-180/+209
* Teach the brgphy about some new Broadcom IDs.scottl2006-12-112-0/+3
* replace if_watchdog w/ a private calloutsam2006-12-112-12/+11
* drop softc lock when passing rx frames up the stacksam2006-12-111-0/+3
* split wi_start int locked+unlocked variants and use the unlockedsam2006-12-112-9/+15
* nuke compatibility cruftsam2006-12-112-41/+0
* Fix AD1986A (and possibily other codecs too) microphone issues.ariff2006-12-101-3/+38
* The MODULE_NAME should "ispfw" unless overriden, not "isp".mjacob2006-12-101-1/+1
* Remove dependency on ispfw and firmware as modules.mjacob2006-12-102-7/+2
* Make mpt_pci depend on pci and mpt_cam depend on CAM.mjacob2006-12-102-0/+2
* - Fix headphone/speakers automute on Lenovo 3000 N100.ariff2006-12-091-47/+74
* clarify a comment slightlymjacob2006-12-091-1/+1
* Find another spot where tagged command queueing gotmjacob2006-12-091-2/+7
* PH! Forgot to do my cross-compile check. Also now rearranged things somjacob2006-12-072-14/+17
* MFP4: principally to reapply tagged command support to FC and SAS cards.mjacob2006-12-075-285/+389
* Add header files <sys/lock.h> and <sys/mutex.h> for mtx_init() and friends.kevlo2006-12-073-0/+6
* Don't try to workaround broken apps (if any). If this still the case,ariff2006-12-071-16/+1
* Remove comment that is no longer relevant since previousariff2006-12-071-7/+0
* Fix compile with BCE_DEBUG. The last one tripped up gcc 2.95 on 4.x evenjhb2006-12-061-4/+4
* Drop the iwi softc lock when calling back into net80211 on rx. This fixes amlaier2006-12-061-0/+3
* Fix some edge cases in detach() as well as a memory leak if we fail tojhb2006-12-061-2/+8
* Correct a signedness bug which allowed members of the operatorcperciva2006-12-061-1/+1
* Use our own callout instead of if_slowtimo() for driving lance_watchdog()marius2006-12-064-12/+25
* - Use the hme_tick() callout instead of if_slowtimo() for drivingmarius2006-12-062-17/+22
* - Use the gem_tick() callout instead of if_slowtimo() for drivingmarius2006-12-062-22/+25
OpenPOWER on IntegriCloud