summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* MFC r127_state.c:1.9 to RELENG_5_2 for inclusion in 5.2.1-RELEASE:Robert Watson2004-02-231-0/+17
* Reduce AAC_MAX_FIBS a little so that we don't exhaust the queue. This is aScott Long2004-02-181-1/+1
* Partial MFC of revision 1.16.Don Lewis2004-02-151-1/+3
* MFC: os_name -> osname fixes the OS override directive for ACPINate Lawson2004-02-141-5/+5
* MFC: If deferring a command due to lack of card resources, unmap it so thatScott Long2004-02-111-1/+3
* MFC many more fixes for the ata driver.Scott Long2004-02-1110-75/+93
* Remove local changes to ata that accidentally crept in.Scott Long2004-01-273-42/+9
* Don peril-senstive goggles and update the ata driver to HEAD.Scott Long2004-01-2717-316/+491
* MFC: Rev. 1.8Martin Blapp2004-01-061-1/+1
* MFC: Fix acpi_MatchHid() to check compatability IDs.John Baldwin2003-12-291-3/+3
* MFC: Add support for _CID package types and use dynamic storage forNate Lawson2003-12-193-62/+123
* MFC: Sync ata driver with head.John Baldwin2003-12-185-12/+40
* MFC: Handle empty channels in earlier fix for missing slaves.John Baldwin2003-12-181-3/+7
* MFC: make preloaded filesystems work with md(4) again.Poul-Henning Kamp2003-12-171-1/+1
* Don't free(9) modified pointer.Poul-Henning Kamp2003-12-161-11/+17
* Up the timeout on a command from 500ms to 5s unconditionally. ThisWarner Losh2003-12-111-1/+1
* Nursemaid: Fix compilation.Bruce M Simpson2003-12-101-4/+4
* MFC: Don't call em_stop() when the watchdog expires. This preventsDaniel Eischen2003-12-071-1/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-0761-68337/+0
* Add support for ELECOM/Laneed CardBus FastEtherner Card(LD-CBL/TXA)MIHIRA Sanpei Yoshiro2003-12-062-0/+3
* Fix some locking violations by creating seperate mutex classesMathew Kanner2003-12-051-3/+6
* Fix a potential problem with atapi-cam where an incorrect flag is passedScott Long2003-12-051-1/+1
* Update this driver to be more module friendly:John Baldwin2003-12-031-5/+7
* Temporary workaround for aac_cam to deal with CAM requiring Giant. ThisScott Long2003-12-031-1/+9
* Fix for the missing slave problem.Søren Schmidt2003-12-031-1/+1
* Fix modesetting on ISA only systems.Søren Schmidt2003-12-031-1/+1
* Updated cx driver commit part 1: bring in the new kernel driver.Warner Losh2003-12-039-0/+7566
* Use if_flags to check for IFF_POLLING instead of if_ipending.Prafulla Deuskar2003-12-021-3/+3
* Fixed some minor indentation bugs.Bruce Evans2003-12-021-11/+11
* Fixed breakage of the pci case of the cy driver by the new interruptBruce Evans2003-12-023-79/+72
* After extensive QA cycles at 3ware, bring the driver in-line with all thePaul Saab2003-12-027-157/+183
* Fix Lucent cards.Warner Losh2003-12-021-10/+25
* Use a mutex to synchronize the driver top and bottom halves instead ofDon Lewis2003-12-014-9/+62
* Fix ata-card.Søren Schmidt2003-11-302-38/+28
* correct typo in interrupt handling for the 2nd port of 2-port cardsSam Leffler2003-11-291-1/+1
* o track API change for HAL v0.9.6.1Sam Leffler2003-11-293-18/+56
* Workaround for errata on early versions of the sii3112.Søren Schmidt2003-11-284-5/+13
* Sometimes cardbus attachments don't attach, so while we track downWarner Losh2003-11-2813-2/+15
* Improve semantics of the 'sequence' command to led(4) devices:Poul-Henning Kamp2003-11-271-12/+12
* Fix a panic due to holding a lock over calls to uiomove.Mathew Kanner2003-11-273-30/+39
* * If a processor's softc is NULL, use C1 since there is no ACPINate Lawson2003-11-271-4/+11
* ServeRaid (at least 5i) didn't initialize correctly. To getMartin Blapp2003-11-273-4/+211
* * Add acpi_pcpu_get_id(idx, *acpi_id, *cpu_id) which fetches theNate Lawson2003-11-261-49/+48
* Write the correct value to `td_be' for the second and furtherIan Dowse2003-11-251-1/+1
* Correct the former patch, I accidently committed the wrong version.Søren Schmidt2003-11-241-2/+2
* Fix panic on certain failed configs.Søren Schmidt2003-11-241-4/+11
* Be less noisy when GEOM probes around during boot if drive containsSøren Schmidt2003-11-241-0/+5
* Initalize buffer headers correctly for current version of bio subsystem.Greg Lehey2003-11-243-1/+6
* Fix vinum by correctly setting the b_offset bio filed when doing I/O.Scott Long2003-11-233-2/+7
* Avoid NULL pointer dereference.Poul-Henning Kamp2003-11-231-1/+2