aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Set the interrupt-harvesting bit for those hardware items that IMark Murray2001-02-181-1/+1
* Oops, its no longer NISA its DEV_ISA, sigh....Søren Schmidt2001-02-121-1/+1
* Dont rely on isa includes to get at the std port adresses.Søren Schmidt2001-02-122-2/+6
* Print out sensekey specifik values if set on errorSøren Schmidt2001-02-121-3/+8
* Properly report the VIA '586 type.Søren Schmidt2001-02-121-1/+3
* Fix a memory leak.Søren Schmidt2001-02-081-5/+4
* Introduce busspace instead of the good old in/out instructions.Søren Schmidt2001-02-069-253/+312
* Damn! that was the wrong patch! get it right this time....Søren Schmidt2001-02-061-1/+1
* Fix the clone functionality in atapi-cd, it didn't work forSøren Schmidt2001-02-063-6/+17
* Add option ATA_ENABLE_WC for enabling write caching (now off by default).Søren Schmidt2001-01-291-1/+6
* Convert ata and atapi #if NATA* > 0 to options instead. Stop configPeter Wemm2001-01-292-32/+24
* Send "#if NISA > 0" to the bit-bucket and replace it with an option.Peter Wemm2001-01-291-2/+2
* Correct botchup in last commit that made older VIA chips fail...Søren Schmidt2001-01-211-2/+2
* Zap #include "apm.h" - it was not used.Peter Wemm2001-01-191-1/+0
* When blocksize is set to 2352, alwas read 2352 bytes.Søren Schmidt2001-01-181-2/+10
* Add first cut support for the ATA100 capable VIA82c686b.Søren Schmidt2001-01-172-3/+46
* Use prober atomic operations when test&set'ing ->active.Søren Schmidt2001-01-141-6/+4
* Add session argument to *close_disk, allowing to set session type on fixate.Søren Schmidt2001-01-1015-61/+54
* Back out the "close tray on open" feature, its not clear whatSøren Schmidt2001-01-081-2/+0
* Try better this time at a patch that properly backspeeds on the Acer chips.Søren Schmidt2001-01-071-2/+2
* On open try to close the drivetray and wait for drive ready.Søren Schmidt2001-01-071-0/+2
* Oops the test in the Acer code should be >= not >.Søren Schmidt2001-01-051-1/+1
* Add support for using BurnProff(tm) on drives that support it.Søren Schmidt2001-01-042-2/+6
* Proberly calculate the RAID structure on the Promise Fasttrak.Søren Schmidt2001-01-041-1/+2
* Use M_ZERO flag on malloc when approbiate.Søren Schmidt2000-12-267-25/+16
* Update the burncd interface a bit, dont block the ATA channel onSøren Schmidt2000-12-263-48/+70
* Use diskerr for printing disk hard/soft errors.Søren Schmidt2000-12-261-5/+7
* Proberly back down DMA modes on the Acer Aladdin.Søren Schmidt2000-12-192-5/+13
* Staticize some malloc M_ instances.Poul-Henning Kamp2000-12-087-7/+7
* Fix a braino ..Søren Schmidt2000-11-181-1/+1
* Put the probe verboseness behind bootverboseSøren Schmidt2000-11-161-11/+15
* Only offset raid disks > 1 on the HPT, this should solve theSøren Schmidt2000-11-121-1/+2
* Better handling of immediate commands, mainly to solve timeoutsSøren Schmidt2000-11-124-12/+37
* Hopefully fix the probing problems that caused lost slaves etc..Søren Schmidt2000-11-121-53/+67
* Rearrange the timeouts in the reset code a bit, some ATAPI devicesSøren Schmidt2000-11-081-2/+2
* Hopefully solve the lost slave problem.Søren Schmidt2000-11-081-6/+17
* Fix breakage on some ATA chips that dont have busmastering set.Søren Schmidt2000-11-031-45/+30
* Update the config gathering code for both Promise & HPTSøren Schmidt2000-11-012-158/+117
* Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidSøren Schmidt2000-10-301-3/+15
* Update the Promise RAID code, there are differences between BIOSSøren Schmidt2000-10-301-6/+6
* Fix the PCCARD ATA breakage..Søren Schmidt2000-10-302-4/+10
* Move suser() and suser_xxx() prototypes and a related #define fromPoul-Henning Kamp2000-10-291-1/+0
* Fix the problem with DMA mode not working on Aladdin chips.Søren Schmidt2000-10-241-2/+1
* Clean up the raid code a bit, also allow disks on HPT controllers toSøren Schmidt2000-10-222-65/+97
* Fix warning in the ISA only case.Søren Schmidt2000-10-221-0/+1
* Get the prober error code instead of relying on scp->error to containSøren Schmidt2000-10-221-0/+1
* Up the reset pulse to 100ms in ata_reset, some drives especiallySøren Schmidt2000-10-221-7/+1
* Quiet a silly warning.John Baldwin2000-10-191-1/+1
* Minor changes to the ATA RAID support code, remove some verbositySøren Schmidt2000-10-184-44/+15
* Implement write combining for crashdumps. This is useful whenPaul Saab2000-10-171-8/+20