aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsJohn Baldwin2002-11-072-4/+6
* Use some long long casts to quiet warnings in debug printf's on alpha.John Baldwin2002-11-062-2/+3
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSThomas Quinot2002-10-223-26/+52
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.Nate Lawson2002-10-181-2/+2
* Fix for the panic when using a Promise TX2.Søren Schmidt2002-10-081-16/+23
* Some kernel threads try to do significant work, and the default KSTACK_PAGESScott Long2002-10-021-1/+1
* Misc cleanups.Søren Schmidt2002-10-013-15/+17
* Add yet another Promise PCI id.Søren Schmidt2002-10-013-0/+4
* Fix an indentation problem.Poul-Henning Kamp2002-09-281-1/+1
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-1/+1
* use __packed.Alfred Perlstein2002-09-233-8/+8
* (This commit touches about 15 disk device drivers in a very consistentPoul-Henning Kamp2002-09-203-25/+14
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>Poul-Henning Kamp2002-09-204-11/+0
* 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