freebsd-nq/sys/pc98
Poul-Henning Kamp 3bd6561289 NB: This commit does *NOT* make GEOM the default in FreeBSD
NB: But it will enable it in all kernels not having options "NO_GEOM"

Put the GEOM related options into the intended order.

Add "options NO_GEOM" to all kernel configs apart from NOTES.

In some order of controlled fashion, the NO_GEOM options will be
removed, architecture by architecture in the coming days.

There are currently three known issues which may force people to
need the NO_GEOM option:

boot0cfg/fdisk:
        Tries to update the MBR while it is being used to control
        slices.  GEOM does not allow this as a direct operation.

SCSI floppy drives:
        Appearantly the scsi-da driver return "EBUSY" if no media
        is inserted.  This is wrong, it should return ENXIO.

PC98:
        It is unclear if GEOM correctly recognizes all variants of
        PC98 disklabels.  (Help Wanted!  I have neither docs nor HW)

These issues are all being worked.

Sponsored by:	DARPA & NAI Labs.
2002-10-05 16:35:33 +00:00
..
apm Call bus_set_resource() to set the ioport resource. 2002-09-30 16:41:47 +00:00
cbus Merge the last couple of my changes to fd.c into the pc98 version. 2002-10-05 15:15:43 +00:00
compile
conf NB: This commit does *NOT* make GEOM the default in FreeBSD 2002-10-05 16:35:33 +00:00
i386 MFi386: revisions 1.536 and 1.538. 2002-09-24 02:22:35 +00:00
pc98 Don't use dkunit() to find our softc when we can hang it off the dev_t. 2002-10-05 15:49:39 +00:00