summaryrefslogtreecommitdiff
path: root/sys/dev/ata
AgeCommit message (Expand)Author
1998-09-07make the default disklabel consistent to the SCSI/ATAPI casedrochner
1998-08-15Use scsi style geometry printoutrvb
1998-08-15Assign my copyrights to TNF.mycroft
1998-08-13Report "true" disk geometry; like sd disks dorvb
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
1998-06-04Print newline like others do when tracing wdunlock.enami
1998-05-09Disable the change to check wdp_ataversion, since it's unreliable with oldmycroft
1998-04-26Update copyright.mycroft
1998-04-26In LBA mode, always use the `total capacity' count, rather than calculatingmycroft
1998-04-23From Robert V. Baron:bouyer
1998-03-25Conditionalize badblock handling on 'HAS_BAD144_HANDLING'. Some portsleo
1998-02-16Remove "class" declarations, and add "devclass" declarations wherethorpej
1998-01-15kill a couple of unnecessary #ifscgd
1998-01-14Various cleanups and bug fixes to the wdc/wd code:cgd
1998-01-14Shuffle wd/wdc driver files around (via repository copies). wdccgd
1998-01-12Update for config changes.thorpej
1997-10-13o Make usage of /dev/random dependant onexplorer
1997-10-10Add hooks to insert timing info into the random systemexplorer
1997-10-08Implement DIOCGDEFLABEL.thorpej
1997-09-03Add a map to wdc_softc to track the already known devices to prevent them tobouyer
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1997-07-18Work around possible race condition with 2 drives on one controllerfvdl
1997-07-17use locator defines in "locators.h" to index cf_loc[]jtk
1997-06-24foosize()'s return value is in DEV_BSIZE units; adjust the size obtainedthorpej
1997-06-18Remove spurious line left over in previous commit.pk
1997-06-18wdsize(): only call wdopen()/wdclose() if not already open, per thepk
1997-06-06Pull thorpej-bus-dma branch into mainline.thorpej
1997-01-17Fixes to wd driver from cgd -- corrects several nasty bugs typicallyperry
1996-11-27In wdattach(), when printing out info about the drive, make the outputthorpej
1996-11-07Fix WDDEBUG code; PR kern/1480.mikel
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-05-12Use intr.h.mycroft
1996-04-29- gcc -Wall fixeschristos
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-03-17New device attachment scheme:thorpej
1996-03-01Add support to the ISA DMA framework for auto-initialize mode.mycroft
1996-01-08Make sure we disk_busy() for every transfer we start.mycroft
1996-01-07New generic disk framework. Highlights:thorpej
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-08-05Use an intermediate variable to shorten label initialization code.mycroft
1995-07-04Make each disk and tape driver define its own read and write functions.mycroft
1995-06-26implement new-style block device dump routine if __BDEVSW_DUMP_OLD_TYPEcgd
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-04-15Don't boundary check I/O to the `raw' partition.mycroft
1995-04-10kernel_pmap --> pmap_kernel()mycroft
1995-04-01Add a missing unlock.mycroft
1995-03-29Revamp the locking mechanism slightly. Update some outdated comments, and addmycroft