NetBSD/sys/arch/sparc
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
..
compile compile needs to be kept in the distribution 1993-04-19 23:30:06 +00:00
conf "si" and "sw" actually interrupt at level 3 (which I quickly discovered 1996-01-01 22:46:08 +00:00
dev Three distinct changes: 1996-01-15 00:14:42 +00:00
fpu copyright/Id cleanup 1994-11-20 20:51:32 +00:00
include Add a "mountroot hook" mechanism so that devices can take care of 1996-01-15 00:06:49 +00:00
sparc Add a "mountroot hook" mechanism so that devices can take care of 1996-01-15 00:06:49 +00:00
stand Enable interrupts; some ROM versions apparently turn them off. 1995-12-13 23:35:18 +00:00
Makefile copyright/Id cleanup 1994-11-20 20:51:32 +00:00