summaryrefslogtreecommitdiff
path: root/sys/dev/ata/ata.c
AgeCommit message (Expand)Author
2004-01-03More structure member namespace cleanup: thread -> ch_threadthorpej
2004-01-03More wdc_channel structure member namespace cleanup:thorpej
2004-01-03Rename "struct channel_softc" to "struct wdc_channel".thorpej
2004-01-01Rename:thorpej
2003-12-30Move most of the atabus layer into ata.c.thorpej
2003-12-30Tweak function names in debug messages.thorpej
2003-12-14De-__P and use ANSI-style function decls.thorpej
2003-10-08Make the ATA mid-layer appears as atabus, as proposed inbouyer
2003-09-23Fix more probe delay and/or failure problems:mycroft
2003-01-27Bump WDCC_IDENTIFY timeout to 3 seconds, as required by some drives.bouyer
2002-04-09In wdc_exec_command(), for data commands, read the status register afterbouyer
2001-12-03Update my copyrigth.bouyer
2001-12-03Allow wd to attach to something else than wdc/pciide (like USB<->ATA bridges):bouyer
2001-11-13add RCSIDlukem
2000-05-15- sync my copyrigthbouyer
2000-01-25Don't put leading space, otherwise diskerr() prints unnecessary spaceenami
2000-01-17Improve the downgrade logic:bouyer
1999-11-26More WDCDEBUG_PRINT.bouyer
1999-04-15Bump timeout to 10s only for ATAPI devices, 1s is fine for IDE drives oncebouyer
1999-04-14Complete bugfix in rev 1.3: increase read-parameter-block timeout to 10sjonathan
1999-03-10Add a new disk flag: DRIVE_OLD for pre-ATA disks. probe routine will now setbouyer
1999-02-21Only define WDCDEBUG if not already define (e.g. by kernel option)hubertf
1999-02-08There's no ATA draft where it is required for the drive to set DRDY | DSC whenbouyer
1999-01-18move wd.c:print_wderror() to ata.c:ata_perror().bouyer
1998-11-16For ATAPI IDENTiFY, poll only for DRQ, some devices don't assert DRDY at thisbouyer
1998-10-12Merge bouyer-idebouyer