aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:Poul-Henning Kamp2002-09-201-6/+4
* Add support for the VIA 8235.Søren Schmidt2002-09-182-2/+5
* Fix the clockprobe test on the Sil 680Søren Schmidt2002-09-161-1/+1
* remove #includes of <sys/bio.h> where not needed.Poul-Henning Kamp2002-09-144-4/+0
* Add preliminary mostly untested support for the Silicon Image Sil680 chip.Søren Schmidt2002-09-122-0/+93
* Change a couple of splcam() calls that do not make sense in atapi-camThomas Quinot2002-09-121-3/+5
* Rearrange where to get the ATAPI magic sequence.Søren Schmidt2002-09-121-6/+8
* Wait for drive to become ready if its in progress of loading..Søren Schmidt2002-09-121-0/+14
* Dont hang in atprq on poll_dsc command.Søren Schmidt2002-09-121-2/+4
* printf -> CAM_DEBUG so debugging prints are tunable.Nate Lawson2002-08-281-60/+47
* Use csio pointer instead of dereferencing hcb.Nate Lawson2002-08-281-5/+5
* Fix buffer length.Søren Schmidt2002-08-191-1/+1
* Fix typo.Søren Schmidt2002-08-191-1/+1
* Shut up warning in debug code.Søren Schmidt2002-08-121-5/+5
* Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct.Scott Long2002-08-101-8/+7
* Minor corrections.Søren Schmidt2002-08-101-13/+3
* Add the ability to use ATAPI devices via CAM.Søren Schmidt2002-08-094-31/+752
* Add DVD+RW support to the ATA driver and burncd. This also closesSøren Schmidt2002-08-082-14/+52
* Byteswap the serial #Søren Schmidt2002-07-311-0/+3
* OK, dont rely on the upper layers handling iosize_max correctly,Søren Schmidt2002-07-284-12/+10
* Properly change the block_size on different CD media, and use thatSøren Schmidt2002-07-273-6/+15
* Fix the max transfer size for ATAPI devices. The spec says toSøren Schmidt2002-07-263-4/+4
* Fix the transfer size calculation.Søren Schmidt2002-07-221-1/+1
* Sync with the spl changes in -stable.Søren Schmidt2002-07-222-2/+6
* Update the tags handling a bit, which makes support for theSøren Schmidt2002-07-223-83/+72
* Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile withoutPeter Wemm2002-07-211-3/+5
* Add PCI ID for the ICH4 ATA100 controller.John Baldwin2002-07-192-0/+4
* Use si_iosize_max to tell the upper layers not to use moreSøren Schmidt2002-06-192-44/+18
* Add yet another (older) Promise chipSøren Schmidt2002-06-192-5/+10
* Fix a '<<' that should have been a '>>' in the 48bit case.Søren Schmidt2002-06-081-1/+1
* Use %02d in track numbers, so that 1 is 01, much easier for scriptsSøren Schmidt2002-05-281-1/+1
* Fixed printf format errors which apparently crept in while -Wformat wasBruce Evans2002-05-251-1/+1
* Dont panic if only one disk on a channel can do tagged queueing.Søren Schmidt2002-05-231-8/+8
* Move the new byte order function prototypes from <sys/param.h> toMike Barcroft2002-04-261-0/+1
* Fix the breakage of tagged queueing that the busdma integrationSøren Schmidt2002-04-185-27/+32
* Add support for the nVIDIA nForce ATA controller.Søren Schmidt2002-04-162-58/+50
* Add a couble more Promise chip ID's.Søren Schmidt2002-04-121-1/+2
* Add yet another chip ID for a Promise TX2 chip.Søren Schmidt2002-04-113-0/+4
* Only calculate Promise magic if a device is there for info.Søren Schmidt2002-04-111-2/+2
* Fix the FreeBSD native ATA RAID code a bit.Søren Schmidt2002-04-102-31/+34
* Add yet another ATA133 Promise chip.Søren Schmidt2002-04-072-0/+3
* Unlock the channel again if an ata_reinit() fails.Søren Schmidt2002-04-051-1/+3
* Change option ATA_ENABLE_BUSMASTER into ifdef __sparc64__Søren Schmidt2002-04-051-1/+1
* Cleanups.Søren Schmidt2002-04-052-12/+7
* Dont allow to detach twice.Søren Schmidt2002-04-051-1/+2
* Add forgotten ATA_UNLOCK_CH when getting status from non-existingSøren Schmidt2002-04-051-1/+3
* Make the ATA driver compile & work on the sparc64 platform.Søren Schmidt2002-04-0513-340/+658
* Correct the Northbridge test on the new ATA133 VIA'sSøren Schmidt2002-04-022-28/+28
* Add get-status to the ATA RAID subsystem.Søren Schmidt2002-04-023-1/+48
* Retire the bogus ioctl DIOCGPART in toto.Poul-Henning Kamp2002-04-021-5/+0