summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Delete madt.h since definitions are now used from actbl.hnjl2003-12-091-122/+0
* We don't need to call _INI on processor objects now that ACPI-CA doesnjl2003-12-091-7/+0
* Correct the READ/WRITE CDB direction definition.ps2003-12-081-2/+2
* Define RAID 5+1 and RAID ADG fault tolerancesps2003-12-082-0/+6
* More errata fixing for the SiI3112A disaster chip:sos2003-12-081-1/+3
* Fix more problems with the Silicon Image 3112A:sos2003-12-081-1/+17
* Move the bktr(4) <arch>/include/ioctl_{bt848,meteor}.h files to dev/bktrobrien2003-12-087-19/+18
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-0818-86/+86
* The last argument to mtx_init() should be MTX_DEF, not 0. This is not atruckman2003-12-082-2/+2
* Correct usage of mtx_init() API. This is not a functional change sincetruckman2003-12-071-1/+1
* Try a little harder to catch when fixate finishes.sos2003-12-071-2/+4
* Don't call em_stop() from the watchdog since it requires the controllerdeischen2003-12-071-1/+0
* Ooops. These are still used by the bktr driver. David O'Brien hasimp2003-12-071-0/+187
* unifdef old interface support out to prevent false positives.imp2003-12-071-524/+0
* Remote meteor driver. It hasn't compiled in over 3 years. If someoneimp2003-12-071-187/+0
* Now that we have the en(4) driver, we no longer need the hea driver.imp2003-12-0716-5503/+0
* The dgb driver is redundant with the digi driver in the tree. It usesimp2003-12-074-3356/+0
* Continue to remove drivers that don't compile and haven't compiled inimp2003-12-076-3829/+0
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)sanpei2003-12-062-0/+3
* Fix some locking violations by creating seperate mutex classesmatk2003-12-051-3/+6
* Fix a potential problem with atapi-cam where an incorrect flag is passedscottl2003-12-051-1/+1
* Update this driver to be more module friendly:jhb2003-12-031-5/+7
* Temporary workaround for aac_cam to deal with CAM requiring Giant. Thisscottl2003-12-031-1/+9
* Fix for the missing slave problem.sos2003-12-031-1/+1
* Fix modesetting on ISA only systems.sos2003-12-031-1/+1
* Updated cx driver commit part 1: bring in the new kernel driver.imp2003-12-039-0/+7566
* Use if_flags to check for IFF_POLLING instead of if_ipending.pdeuskar2003-12-021-3/+3
* Fixed some minor indentation bugs.bde2003-12-021-12/+12
* Fixed breakage of the pci case of the cy driver by the new interruptbde2003-12-023-79/+72
* After extensive QA cycles at 3ware, bring the driver in-line with all theps2003-12-027-158/+184
* Fix Lucent cards.imp2003-12-021-10/+25
* Use a mutex to synchronize the driver top and bottom halves instead oftruckman2003-12-014-9/+62
* Fix ata-card.sos2003-11-302-38/+28
* correct typo in interrupt handling for the 2nd port of 2-port cardssam2003-11-291-1/+1
* o track API change for HAL v0.9.6.1sam2003-11-293-18/+56
* Workaround for errata on early versions of the sii3112.sos2003-11-284-5/+13
* Sometimes cardbus attachments don't attach, so while we track downimp2003-11-2813-2/+15
* Improve semantics of the 'sequence' command to led(4) devices:phk2003-11-271-12/+12
* Fix a panic due to holding a lock over calls to uiomove.matk2003-11-273-30/+39
* * If a processor's softc is NULL, use C1 since there is no ACPInjl2003-11-271-4/+11
* ServeRaid (at least 5i) didn't initialize correctly. To getmbr2003-11-273-4/+211
* * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches thenjl2003-11-261-49/+48
* Write the correct value to `td_be' for the second and furtheriedowse2003-11-251-1/+1
* Correct the former patch, I accidently committed the wrong version.sos2003-11-241-2/+2
* Fix panic on certain failed configs.sos2003-11-241-4/+11
* Be less noisy when GEOM probes around during boot if drive containssos2003-11-241-0/+5
* Initalize buffer headers correctly for current version of bio subsystem.grog2003-11-243-1/+6
* Fix vinum by correctly setting the b_offset bio filed when doing I/O.scottl2003-11-233-2/+7
* Avoid NULL pointer dereference.phk2003-11-231-1/+2
* Fix support for the cmd646 chip.sos2003-11-211-2/+27
OpenPOWER on IntegriCloud