aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* MFC: Add PCI ID's for the ICH4 mobile ATA controller.John Baldwin2003-12-312-0/+2
* Add support for the VIA 8235 and 8237 including the SATA part.Søren Schmidt2003-12-042-10/+54
* Add support for the Serverworks CSB6. Idea from -current but different impl.Søren Schmidt2003-12-042-2/+13
* Fix support for the CMD648/649 chips, idea from -current but different impl.Søren Schmidt2003-12-041-4/+7
* Fix setting PIO mode timings on AcerLabs Aladdin IV/V chipsetsMax Khon2003-10-261-6/+6
* MFC: Add support for the Intel ICH5 SATA controller in both legacy andJohn Baldwin2003-10-222-0/+14
* Fix a function prototype error.Luoqi Chen2003-10-011-1/+2
* MFC rev. 1.22:Thomas Quinot2003-09-181-2/+5
* Fixed panics that will occur during attempts to rescan ATA disk devicesDavid Greenman2003-09-055-18/+20
* MFC: ata driver bus dma code.Luoqi Chen2003-09-0511-295/+479
* More vm_offset_t -> vm_paddr_t conversions in kernel dump related code.Luoqi Chen2003-08-311-2/+2
* almost-MFC: Søren and I have made a minimal 4.x variant of the bits inStephen McKay2003-08-262-4/+10
* MFC: Fix ATAPI/USB/Firewire CDROM drive handling in cd(4) and hopefullyKenneth D. Merry2003-08-241-30/+0
* MFC: Add PIM_NO_6_BYTE to hba_misc. USB, firewire, and ATAPI-CAM driversNate Lawson2003-07-291-1/+1
* Explicitly enable interrupts on CMD64[89] controllers.Max Khon2003-06-061-0/+2
* MFC rev. 1.16: In atapi_cam_reinit_bus, guard against null pointer dereferenceThomas Quinot2003-05-211-1/+8
* MFC: Add PCI ID's for Intel's ICH5 controller (I82801EB).John Baldwin2003-05-072-0/+4
* Add yet another HPT chip id.Søren Schmidt2003-04-282-9/+10
* MFC:Søren Schmidt2003-03-121-16/+17
* MFC 1.14: don't offer target support in atapi-camNate Lawson2003-03-031-0/+1
* MFC:Søren Schmidt2003-01-304-66/+133
* MFC rev. 1.159:Thomas Quinot2002-12-161-4/+5
* MFC: support old behavior for CDRIOC*SPEED ioctlsNate Lawson2002-11-251-2/+15
* MFC:Nate Lawson2002-11-201-2/+2
* Unbreak the build when 'device ata' is configured, but none ofThomas Quinot2002-11-011-1/+1
* MFC: ATAPI/CAM driver. This driver allows ATAPI devices to be used throughThomas Quinot2002-10-313-31/+36
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2002-10-271-0/+723
* MFC:Søren Schmidt2002-10-023-0/+4
* MFC:Søren Schmidt2002-09-182-2/+5
* MFC:Søren Schmidt2002-09-161-0/+14
* MFC:Søren Schmidt2002-09-161-2/+4
* MFC:Søren Schmidt2002-09-162-2/+99
* MFC:Søren Schmidt2002-09-161-6/+8
* MFC: Finish merge of ICH4 support by recognizing ICH4 ata controller inJohn Baldwin2002-09-131-0/+3
* MFC:Søren Schmidt2002-08-201-0/+3
* Fix a type in the 48bit handling code use >> not << for the upperSøren Schmidt2002-08-191-1/+1
* MFC:Søren Schmidt2002-08-191-1/+1
* MFC: v1.100: Add PCI ID for the ICH4 ATA100 controller.Mark Peek2002-08-121-0/+1
* MFC:Søren Schmidt2002-07-315-51/+37
* Fix the hang on atprq problem.Søren Schmidt2002-07-141-2/+4
* Fix the tags bug. Too simple really a misplaced splx()..Søren Schmidt2002-06-191-1/+1
* MFC:Søren Schmidt2002-05-301-8/+8
* MFC:Søren Schmidt2002-04-291-8/+14
* MFC:Søren Schmidt2002-04-183-55/+51
* Add a BUF_LOCKINIT to init struct buf's before use.Søren Schmidt2002-04-121-0/+6
* MFC:Søren Schmidt2002-04-111-2/+2
* MFC:Søren Schmidt2002-04-111-37/+41
* Set B_CALL again on a failed RAID1 transfer, biodone reset's it...Søren Schmidt2002-04-111-1/+1
* biodone the right buf in detach.Søren Schmidt2002-04-111-3/+3
* MFC:Søren Schmidt2002-04-092-0/+3