NetBSD/sys/arch/sparc/dev
thorpej 8a5504241e Three distinct changes:
- Better disklabel handling.  While a disklabel isn't used
	  in the driver, some versions of the OpenPROM insist on
	  one being present in order to boot from floppy.  These
	  changes provide a default label (in a way similar to how
	  the SCSI disk driver provides a default) so that a user
	  can more easily place the label on the disk.

	- Fix semi-bug in bootpath handling.  It appears as if the
	  bootpath can appear in a couple of formats: "/fd@0,0", which
	  is what bootpath_fake() creates on v0 proms and may be
	  passed by some v2 proms, and "/fd0" which is what the
	  v2 prom on my SS2 passes.  We now handle both formats.

	- Use a mountroot hook to eject the floppy and wait for
	  the user to insert a filesystem floppy if we're the boot/root
	  device.
1996-01-15 00:14:42 +00:00
..
am7930_sparc.c Adapt to changed mapiodev() interface. 1995-12-11 12:43:14 +00:00
amd7930.c Adapt to changed mapiodev() interface. 1995-12-11 12:43:14 +00:00
amd7930var.h Add `evcnt' field. 1995-05-04 19:43:27 +00:00
bt_subr.c copyright/Id cleanup 1994-11-20 20:51:32 +00:00
btreg.h copyright/Id cleanup 1994-11-20 20:51:32 +00:00
btvar.h copyright/Id cleanup 1994-11-20 20:51:32 +00:00
bwtwo.c Adapt to changed mapiodev() interface. 1995-12-11 12:43:14 +00:00
bwtworeg.h copyright/Id cleanup 1994-11-20 20:51:32 +00:00
cgsix.c Adapt to changed mapiodev() interface. 1995-12-11 12:43:14 +00:00
cgsixreg.h copyright/Id cleanup 1994-11-20 20:51:32 +00:00
cgthree.c Adapt to changed mapiodev() interface. 1995-12-11 12:43:14 +00:00
cgthreereg.h copyright/Id cleanup 1994-11-20 20:51:32 +00:00
cgtwo.c Adapt to changed mapiodev() interface. 1995-12-11 12:43:14 +00:00
cons.c Move SUN4 console echo hack cnget() (from Chuck Cranor). 1995-07-13 12:02:19 +00:00
dma.c dmamatch never added in the offset for the dma registers to the VA, 1996-01-12 22:03:39 +00:00
dmareg.h Adapt to changed mapiodev() interface. 1995-12-11 12:43:14 +00:00
dmavar.h debug code for dma hang 1994-11-27 00:08:34 +00:00
esp.c Towards machine independency, per cgd: macros to access hardware registers. 1995-12-18 23:58:31 +00:00
espreg.h Towards machine independency, per cgd: macros to access hardware registers. 1995-12-18 23:58:31 +00:00
espvar.h Towards machine independency, per cgd: macros to access hardware registers. 1995-12-18 23:58:31 +00:00
event.c copyright/Id cleanup 1994-11-20 20:51:32 +00:00
event_var.h copyright/Id cleanup 1994-11-20 20:51:32 +00:00
fb.c Use `def_width' and `def_height' as default values when getting rom properties. 1995-12-10 22:55:32 +00:00
fd.c Three distinct changes: 1996-01-15 00:14:42 +00:00
fdreg.h note that most of dev/ic's contents have changed names 1995-06-28 04:30:30 +00:00
fdvar.h Add evcnt_attach(). 1995-04-07 19:46:13 +00:00
i82586.h Update based on i386 version; from Chuck Cranor. 1995-01-27 09:49:55 +00:00
if_ie.c we handle all our mappings, so don't have obio.c do any for us 1996-01-12 23:08:57 +00:00
if_ie.h obio ie support by chuck and me 1994-12-16 22:01:09 +00:00
if_le.c we handle all our mappings, so don't have obio.c do any for us 1996-01-12 23:08:57 +00:00
if_lereg.h Use the MI LANCE code. 1995-12-10 10:15:06 +00:00
if_levar.h Adapt to changed mapiodev() interface. 1995-12-11 12:43:14 +00:00
kbd.c Support KIOC_GETLAYOUT, so other than US keyboards can be dealt with better. 1995-07-06 05:35:34 +00:00
ms.c Sun4s must set baud rate on the mouse port (from Jason Thorpe). 1995-08-29 22:15:35 +00:00
obio.c improved handling of mapping of devices who's registers do not reside on 1996-01-12 21:44:16 +00:00
rcons_font.h Must change `u_long' to `u_int32_t' as Jason pointed out. 1995-11-29 22:03:53 +00:00
sbus.c Integrate changes from Chuck Cranor for the Sun 4/100. 1995-02-01 12:37:21 +00:00
sbusreg.h copyright/Id cleanup 1994-11-20 20:51:32 +00:00
sbusvar.h copyright/Id cleanup 1994-11-20 20:51:32 +00:00
si.c Re-arrange slightly the si_options special case for the `sw'. 1996-01-09 02:36:58 +00:00
sireg.h New driver for the Sun SCSI-3 VME and 4/100-series SCSI "Weird" controllers, 1996-01-01 22:40:56 +00:00
xd.c - call mapiodev() with sizeof(struct xdc) rather than ra_len (which is 1996-01-13 03:35:53 +00:00
xdreg.h SMD disk driver, from Chuck Cranor. 1995-06-26 23:06:57 +00:00
xdvar.h New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
xio.h SMD disk driver, from Chuck Cranor. 1995-06-26 23:06:57 +00:00
xy.c - call mapiodev() with sizeof(struct xyc) rather than ra_len (which is 1996-01-13 03:42:40 +00:00
xyreg.h new "xy" disk device driver from me. 1995-09-25 20:35:14 +00:00
xyvar.h New generic disk framework. Highlights: 1996-01-07 22:01:38 +00:00
zs.c Extend the size of the "soft" FIFOs which reportedly reduces the number 1995-11-29 23:41:31 +00:00
zsvar.h Extend the size of the "soft" FIFOs which reportedly reduces the number 1995-11-29 23:41:31 +00:00