summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Try to fix the problem with burncd blank not seeing the end ofsos2002-12-171-14/+9
* This should be the way PC98 ATA disks are seen geometry wise.sos2002-12-173-4/+10
* Fix linking problem when atadisk is not use in ata-all.csos2002-12-063-3/+19
* Add support for the PC98 platform to the ATA driver.sos2002-12-038-42/+594
* In ata_reinit, when ata_getparam fails for a new device (indicating thatthomas2002-12-011-4/+5
* Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.njl2002-11-231-2/+15
* Use [u]intmax_t and %j instead of long long and %ll to better fix warningsjhb2002-11-072-4/+6
* Use some long long casts to quiet warnings in debug printf's on alpha.jhb2002-11-062-2/+3
* Fill in missing parts of the ATAPI/CAM XPT: implement XPT_RESET_BUSthomas2002-10-223-26/+52
* * Add CDRIOC{READ,WRITE}SPEED ioctls to cd(4). Units are in KB/sec.njl2002-10-181-2/+2
* Fix for the panic when using a Promise TX2.sos2002-10-081-16/+23
* Some kernel threads try to do significant work, and the default KSTACK_PAGESscottl2002-10-021-1/+1
* Misc cleanups.sos2002-10-013-15/+17
* Add yet another Promise PCI id.sos2002-10-013-0/+4
* Fix an indentation problem.phk2002-09-281-1/+1
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* use __packed.alfred2002-09-233-8/+8
* (This commit touches about 15 disk device drivers in a very consistentphk2002-09-203-25/+14
* Remove unused #includes: <sys/disk.h> <sys/devicestat.h> and <sys/sysctl.h>phk2002-09-204-11/+0
* Make FreeBSD "struct disklabel" agnostic, step 311 of 723:phk2002-09-201-6/+4
* Add support for the VIA 8235.sos2002-09-182-2/+5
* Fix the clockprobe test on the Sil 680sos2002-09-161-1/+1
* remove #includes of <sys/bio.h> where not needed.phk2002-09-144-4/+0
* Add preliminary mostly untested support for the Silicon Image Sil680 chip.sos2002-09-122-0/+93
* Change a couple of splcam() calls that do not make sense in atapi-camthomas2002-09-121-3/+5
* Rearrange where to get the ATAPI magic sequence.sos2002-09-121-6/+8
* Wait for drive to become ready if its in progress of loading..sos2002-09-121-0/+14
* Dont hang in atprq on poll_dsc command.sos2002-09-121-2/+4
* printf -> CAM_DEBUG so debugging prints are tunable.njl2002-08-281-60/+47
* Use csio pointer instead of dereferencing hcb.njl2002-08-281-5/+5
* Fix buffer length.sos2002-08-191-1/+1
* Fix typo.sos2002-08-191-1/+1
* Shut up warning in debug code.sos2002-08-121-5/+5
* Fix the GET_TRAN_SETTINGS and SET_TRAN_SETTINGS ops to be more correct.scottl2002-08-101-8/+7
* Minor corrections.sos2002-08-101-13/+3
* Add the ability to use ATAPI devices via CAM.sos2002-08-094-31/+752
* Add DVD+RW support to the ATA driver and burncd. This also closessos2002-08-082-14/+52
* Byteswap the serial #sos2002-07-311-0/+3
* OK, dont rely on the upper layers handling iosize_max correctly,sos2002-07-284-12/+10
* Properly change the block_size on different CD media, and use thatsos2002-07-273-6/+15
* Fix the max transfer size for ATAPI devices. The spec says tosos2002-07-263-4/+4
* Fix the transfer size calculation.sos2002-07-221-1/+1
* Sync with the spl changes in -stable.sos2002-07-222-2/+6
* Update the tags handling a bit, which makes support for thesos2002-07-223-83/+72
* Remove dependency on NPCI. Use 'options ATA_NOPCI' to compile withoutpeter2002-07-211-3/+5
* Add PCI ID for the ICH4 ATA100 controller.jhb2002-07-192-0/+4
* Use si_iosize_max to tell the upper layers not to use moresos2002-06-192-44/+18
* Add yet another (older) Promise chipsos2002-06-192-5/+10
* Fix a '<<' that should have been a '>>' in the 48bit case.sos2002-06-081-1/+1
* Use %02d in track numbers, so that 1 is 01, much easier for scriptssos2002-05-281-1/+1
OpenPOWER on IntegriCloud