summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/fd.c
AgeCommit message (Expand)Author
2004-12-25Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-09-29Switch sparc to evcount; ok deraadt@Miod Vallat
2004-09-22Bring some enhancements and fixes to fdc(4) from NetBSD:Miod Vallat
2004-04-02remove pk from copyright, seen in netbsdTheo de Raadt
2004-02-15new arg to disk_unbusy, to record separate read/write statistics.Ted Unangst
2004-01-12typos from Jared Yanovich;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-11-24Be sun4m-friendly in FDC_C_HANDLER case.Miod Vallat
2002-11-24Fix a kernel fault in FDC_C_HANDLER code.Miod Vallat
2002-11-24Make this compile again if FDC_C_HANDLER is defined.Miod Vallat
2002-05-29splbio around biodone.Artur Grabowski
2002-04-30Fix an ancient problem in how sparc interrupts are handled.Artur Grabowski
2002-04-28Rename all PIL_* constants to IPL_* to match other archs and make themArtur Grabowski
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-13On sparc, PAGE_SIZE and friends might not be a compile-time constant.Miod Vallat
2001-03-24Convert to new timeout API. mickey@ ok.Hakan Olsson
1998-10-03Add a "spoofonly" argument to readdisklabel() which will be used toTodd C. Miller
1997-09-20only eject root floppiesTheo de Raadt
1997-08-25Implement LED blinking as a run-time configurable option via the sysctlJason Downs
1997-08-08Mostly sync to NetBSD-current 970804.Jason Downs
1997-06-25Kill unused variables.Jason Downs
1997-06-24New floppy and auxreg drivers, from NetBSD. fd.c has many changes preserved,Jason Downs
1997-05-30Inhbit the silly "Insert fileystem floppy" message when booting from floppygrr
1997-05-11don't config the floppy on Sun4m's, since the the driver isn't right and doin...grr
1997-04-02use FDPART(), limit drives to 2 to avoid dev_t problems; grr@shandakor.tharsi...Theo de Raadt
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
1995-12-15new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supplyTheo de Raadt
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