summaryrefslogtreecommitdiff
path: root/sys/dev/ata
AgeCommit message (Expand)Author
2006-12-21'immediatly' -> 'immediately' in comments.Kenneth R Westerback
2006-10-17For non-CPU_BIOS architectures calculate the number of cylinders onKenneth R Westerback
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth R Westerback
2006-08-21Delete #ifdef/#ifndef __OpenBSD__ chunks, leaving just the code weKenneth R Westerback
2006-08-12Setting d_secsize to DEV_BSIZE (or 1 << DEV_BSHIFT, or 512) and thenKenneth R Westerback
2006-03-05Remove more NRND NetBSDisms.Kenneth R Westerback
2006-01-21Invoke disk_detach() and related cleanup work in detach(), rather thanMiod Vallat
2005-11-09Don't fall back to fake geometry if ata_get_params() fails.Uwe Stuehler
2005-09-01On zaurus, don't fall back to fake geometry if ata_get_params() fails,Uwe Stuehler
2005-08-27Use the ATA security FREEZE LOCK command on disks beforeJonathan Gray
2005-08-10Mention if the disk supports IDLE IMMEDIATE with UNLOAD FEATUREJonathan Gray
2005-05-15Use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations.Alexander Yurchenko
2004-10-17Native SATA register definitions; from NetBSD (work by thorpej@)Alexander Yurchenko
2004-09-24Add missing Manuel Bouyer copyright.Alexander Yurchenko
2004-09-24Multiple inclusion protection.Alexander Yurchenko
2004-07-06Replace magic number with a more descriptive #define. This magic number wasAaron Campbell
2004-06-02Add quirks field to the wdc softc and implement the first one:Alexander Yurchenko
2004-03-03remove bufq support until i figure out just what's going wrong. ok deraadt@Ted Unangst
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-02-02as grange pointed out, BUFQ_ALLOC might failTed Unangst
2004-01-23Use %b to display status register, this will make bug reports moreAlexander Yurchenko
2004-01-21dynamic bufq support. basically a nullop. ok grange@Ted Unangst
2004-01-16Do not print CHS info for LBA drives, it's useless for drives withAlexander Yurchenko
2004-01-15ansi and some spaces; no f/cAlexander Yurchenko
2003-11-17Various cleanups, knf, better debug messages.Alexander Yurchenko
2003-11-17Don't wait for DRQ after issuing IDENTIFY command; instead check for DRQAlexander Yurchenko
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-10-17Merge an old fix from NetBSD:Alexander Yurchenko
2003-10-16New flag to mark SATA drivesAlexander Yurchenko
2003-10-16spaces/tabs cleanupAlexander Yurchenko
2003-10-16Cleanup a bit, more pretty debug messages.Alexander Yurchenko
2003-10-16Allow setting of wdcdebug*_mask variables via preprocessor defines.Alexander Yurchenko
2003-10-16Define some SATA fields in the IDENTIFY structure.Alexander Yurchenko
2003-09-28kill trailing spaces, no functional changesAlexander Yurchenko
2003-07-23Old Promise ATA controllers need some additional operationsAlexander Yurchenko
2003-07-20Use LBA48 only when accessing blocks after 137Gb limit or using sectorsAlexander Yurchenko
2003-06-25implement new means of manipulating buf queues, bufq.Ted Unangst
2003-05-20change spaces to tabs so i can mail grange diffs :)Ted Unangst
2003-04-14revert last change since it causes problems on some devicesAlexander Yurchenko
2003-04-12Don't wait for DRQ after issuing IDENTIFY command. Fix long detectingAlexander Yurchenko
2003-04-09sprintf->snprintf. miod@, grange@ ok.Hakan Olsson
2003-04-06Some easy strcpy elimination.Kenneth R Westerback
2003-02-28Increase IDENTIFY command timeout to 3 sec, as required by someAlexander Yurchenko
2003-02-25Correct the size of __reserved9 field in struct ataparams;Alexander Yurchenko
2003-02-21Fix Manuel Bouyer's copyright, from NetBSDAlexander Yurchenko
2003-02-13Don't force all ATAPI devices to PIO mode 3, there areAlexander Yurchenko
2003-01-10splio->splbio in commentAlexander Yurchenko
2002-12-23dev/ata/ata.c should depends on wdc_base since it uses some callsAlexander Yurchenko
2002-12-19Protect WDCDEBUG_PRINT macro with do {} while (0)Alexander Yurchenko
2002-10-12Remove more '\n's from panic() statements. Both trailing and leading.Kenneth R Westerback