summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata/ata-all.c
Commit message (Expand)AuthorAgeFilesLines
* Make LINT compile after fruitless attempts to get the authorsjulian2002-02-061-1/+1
* Major update of the ATA RAID code, part 1:sos2002-02-041-512/+553
* Fix yet another fake slave problem for PCCARD devices.sos2001-12-251-6/+11
* Do be so anal on detach, properly free interrupt even if no devices.sos2001-12-141-1/+1
* Fix bogon, free() the right memory type.sos2001-11-131-1/+1
* Update with latest ATA/ATAPI ver 6 rev 2 items.sos2001-10-061-97/+82
* Hopefully fix the identify failed on ATAPI slaves on some notebooks.sos2001-10-031-2/+7
* Overhaul to minimize stack usage, in some places >2K was usedsos2001-09-201-8/+12
* KSE Milestone 2julian2001-09-121-1/+1
* Make "atapi less" kernels link again.sos2001-09-011-0/+2
* Add support for sending ATAPI commands via ioctl.sos2001-08-301-0/+41
* Finally commit some of the minor things I've collected over the last month(s):sos2001-08-211-13/+10
* - Remove asleep(), await(), and M_ASLEEP.jhb2001-08-101-2/+1
* Update to use the changed ioctl interface.sos2001-05-171-45/+42
* Add new flag ATPR_F_QUIET to atapi_request.sos2001-04-051-2/+2
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Do not change/get mode on a nonexisting device.sos2001-03-211-6/+10
* Only allow root to attach/detach/etc ATA/ATAPI devices.sos2001-03-191-1/+1
* Add sysctls for reading the tunables as suggested by des.sos2001-03-191-37/+63
* Provide the interface to atacontrol and associated logic.sos2001-03-151-59/+198
* Minor cleanup to the previous commit:sos2001-03-141-9/+11
* Refine the detach/attach code.sos2001-03-141-144/+182
* Split out the ata probes in seperate files for each bus type.sos2001-03-061-777/+20
* Set the interrupt-harvesting bit for those hardware items that Imarkm2001-02-181-1/+1
* Oops, its no longer NISA its DEV_ISA, sigh....sos2001-02-121-1/+1
* Dont rely on isa includes to get at the std port adresses.sos2001-02-121-2/+4
* Properly report the VIA '586 type.sos2001-02-121-1/+3
* Fix a memory leak.sos2001-02-081-5/+4
* Introduce busspace instead of the good old in/out instructions.sos2001-02-061-174/+189
* Damn! that was the wrong patch! get it right this time....sos2001-02-061-1/+1
* Fix the clone functionality in atapi-cd, it didn't work forsos2001-02-061-0/+6
* Convert ata and atapi #if NATA* > 0 to options instead. Stop configpeter2001-01-291-20/+15
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.peter2001-01-291-2/+2
* Add first cut support for the ATA100 capable VIA82c686b.sos2001-01-171-0/+3
* Use prober atomic operations when test&set'ing ->active.sos2001-01-141-6/+4
* Add session argument to *close_disk, allowing to set session type on fixate.sos2001-01-101-1/+1
* Use M_ZERO flag on malloc when approbiate.sos2000-12-261-3/+2
* Proberly back down DMA modes on the Acer Aladdin.sos2000-12-191-1/+4
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Fix a braino ..sos2000-11-181-1/+1
* Put the probe verboseness behind bootverbosesos2000-11-161-11/+15
* Hopefully fix the probing problems that caused lost slaves etc..sos2000-11-121-53/+67
* Rearrange the timeouts in the reset code a bit, some ATAPI devicessos2000-11-081-2/+2
* Hopefully solve the lost slave problem.sos2000-11-081-6/+17
* Fix breakage on some ATA chips that dont have busmastering set.sos2000-11-031-45/+30
* Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidsos2000-10-301-3/+15
* Fix the PCCARD ATA breakage..sos2000-10-301-2/+6
* Fix the problem with DMA mode not working on Aladdin chips.sos2000-10-241-2/+1
* Up the reset pulse to 100ms in ata_reset, some drives especiallysos2000-10-221-7/+1
* Minor changes to the ATA RAID support code, remove some verbositysos2000-10-181-7/+0
OpenPOWER on IntegriCloud