summaryrefslogtreecommitdiffstats
path: root/sys/dev/ata
Commit message (Expand)AuthorAgeFilesLines
* Zap #include "apm.h" - it was not used.peter2001-01-191-1/+0
* When blocksize is set to 2352, alwas read 2352 bytes.sos2001-01-181-2/+10
* Add first cut support for the ATA100 capable VIA82c686b.sos2001-01-172-3/+46
* 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-1015-61/+54
* Back out the "close tray on open" feature, its not clear whatsos2001-01-081-2/+0
* Try better this time at a patch that properly backspeeds on the Acer chips.sos2001-01-071-2/+2
* On open try to close the drivetray and wait for drive ready.sos2001-01-071-0/+2
* Oops the test in the Acer code should be >= not >.sos2001-01-051-1/+1
* Add support for using BurnProff(tm) on drives that support it.sos2001-01-042-2/+6
* Proberly calculate the RAID structure on the Promise Fasttrak.sos2001-01-041-1/+2
* Use M_ZERO flag on malloc when approbiate.sos2000-12-267-25/+16
* Update the burncd interface a bit, dont block the ATA channel onsos2000-12-263-48/+70
* Use diskerr for printing disk hard/soft errors.sos2000-12-261-5/+7
* Proberly back down DMA modes on the Acer Aladdin.sos2000-12-192-5/+13
* Staticize some malloc M_ instances.phk2000-12-087-7/+7
* Fix a braino ..sos2000-11-181-1/+1
* Put the probe verboseness behind bootverbosesos2000-11-161-11/+15
* Only offset raid disks > 1 on the HPT, this should solve thesos2000-11-121-1/+2
* Better handling of immediate commands, mainly to solve timeoutssos2000-11-124-12/+37
* 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
* Update the config gathering code for both Promise & HPTsos2000-11-012-158/+117
* Try a bit harder to test for ATA/ATAPI HW to probe, this is to avoidsos2000-10-301-3/+15
* Update the Promise RAID code, there are differences between BIOSsos2000-10-301-6/+6
* Fix the PCCARD ATA breakage..sos2000-10-302-4/+10
* Move suser() and suser_xxx() prototypes and a related #define fromphk2000-10-291-1/+0
* Fix the problem with DMA mode not working on Aladdin chips.sos2000-10-241-2/+1
* Clean up the raid code a bit, also allow disks on HPT controllers tosos2000-10-222-66/+98
* Fix warning in the ISA only case.sos2000-10-221-0/+1
* Get the prober error code instead of relying on scp->error to containsos2000-10-221-0/+1
* Up the reset pulse to 100ms in ata_reset, some drives especiallysos2000-10-221-7/+1
* Quiet a silly warning.jhb2000-10-191-1/+1
* Minor changes to the ATA RAID support code, remove some verbositysos2000-10-184-44/+15
* Implement write combining for crashdumps. This is useful whenps2000-10-171-8/+20
* Remove unneeded #include <machine/clock.h>phk2000-10-153-3/+0
* Do not allocate a callout for all crashdumps, not just when you panic.ps2000-10-131-1/+1
* Add support for ATA "pseudo" RAID controllers as the Promise Fasttraksos2000-10-134-14/+768
* Fix ISA only systems.sos2000-10-132-6/+16
* Get rid of the ivars entirely.sos2000-10-133-46/+60
* Only allow UDMA2 mode on SiS rev > 0xc1sos2000-10-131-8/+7
* - Heavyweight interrupt threads on the alpha for device I/O interrupts.jhb2000-10-051-2/+2
* Cleanup the chipset specific interrupt code a bit.sos2000-10-051-6/+2
* Fix the MASTERDEV breakage the caused the PIIX controllers to getsos2000-10-041-1/+2
* Add support for ServerWorks ROSB4 ATA33 chipset.sos2000-10-033-50/+159
* Make the alpha hacks dependant on __alpha__ instead of !__i386__.dfr2000-09-291-12/+12
* Fix the breakage that snatched the ioports from the fdc device.sos2000-09-245-34/+65
* Remove unneeded includessos2000-09-206-11/+3
OpenPOWER on IntegriCloud