summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Remove the fake disklabel, no longer needed.sos2003-01-212-47/+7
* Small change to the previous commit, zero out the 48BIT flag in ata_commandsos2003-01-192-10/+10
* Add support for the ServerWorks CSB6.sos2003-01-192-1/+12
* Fix the 48bit access support for the older Promise 66/100 controllers, thesos2003-01-194-16/+26
* Dont probe PnP devices.sos2003-01-091-0/+4
* Fix typosos2003-01-091-1/+1
* Dont attach a Promise chip located behind a i960 bridge/chip.sos2003-01-081-2/+14
* Add support for the nVidia nForce2 ATA part.sos2003-01-082-10/+25
* Add code that works around the problem that the older Promisesos2003-01-081-11/+31
* 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
OpenPOWER on IntegriCloud