History log of /netbsd-src/sys/arch/sparc/dev/fdreg.h (Results 1 – 10 of 10)
Revision Date Author Comments
# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# aad01611 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.


# c7a9b61e 11-Jul-2003 pk <pk@NetBSD.org>

Deal with disk change notification.


# 725c6438 17-Jan-2000 pk <pk@NetBSD.org>

Use bus_space(9) functions to access the controller registers.
Add probes to the attach routines before poking the chip to see
where the registers are located.


# a05df4e2 02-May-1997 pk <pk@NetBSD.org>

* finish off support for the 82077 chip as found on sun4m machines.
* add non-dma mode bit to `specify command', so formatting disks starts
working (thanks to Jeremy Cooper for finding out about th

* finish off support for the 82077 chip as found on sun4m machines.
* add non-dma mode bit to `specify command', so formatting disks starts
working (thanks to Jeremy Cooper for finding out about this).

show more ...


# 88e512b6 01-Feb-1996 mycroft <mycroft@NetBSD.org>

LOCORE -> _LOCORE


# 2b71eae2 28-Jun-1995 cgd <cgd@NetBSD.org>

note that most of dev/ic's contents have changed names


# c3d5b45b 20-May-1995 pk <pk@NetBSD.org>

Name fd register structures more appropriately.


# e6e777cf 22-Feb-1995 pk <pk@NetBSD.org>

Reorganize to use fast interrupt handler.


# 6d511104 17-Feb-1995 pk <pk@NetBSD.org>

Pilot sun4c floppy driver based on i386 version;
- same limitations as isa/fd.c: just read/write
- in need of a fast interrupt handler