summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/fd.c
AgeCommit message (Collapse)Author
1997-04-02use FDPART(), limit drives to 2 to avoid dev_t problems; ↵Theo de Raadt
grr@shandakor.tharsis.com
1997-04-02clear correct structure, PR#144, grr@shandakor.tharsis.comTheo de Raadt
1996-12-06repair max sectorsTheo de Raadt
1996-12-05mirror isa fd driver in disklabel handlingTheo de Raadt
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-06give floppies real partitionsTheo de Raadt
1996-08-11Merge back revisions 1.2 through 1.4.Jason Downs
1996-08-11netbsd port, now we merge our changes back inTheo de Raadt
1996-01-15sync with netbsdTheo de Raadt
1996-01-12from netbsd;Theo de Raadt
New generic disk framework. Highlights: New metrics handling. Metrics are now kept in the new `struct disk'. Busy time is now stored as a timeval, and transfer count in bytes. Storage for disklabels is now dynamically allocated, so that the size of the disk structure is not machine-dependent. Several new functions for attaching and detaching disks, and handling metrics calculation. Old-style instrumentation is still supported in drivers that did it before. However, old-style instrumentation is being deprecated, and will go away once the userland utilities are updated for the new framework. For usage and architectural details, see the forthcoming disk(9) manual page.
1995-12-15new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyTheo de Raadt
base plus an offset new dvma routines
1995-10-24pretty; delay properly during drive probeTheo de Raadt
1995-10-21simplifyTheo de Raadt
1995-10-19intr counter; mtio offlineTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt