freebsd-dev/sys/pc98
Bruce Evans 34e9dea435 Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICE
and DSO_NOLABELS flags prevent searching for slices and labels
respectively.  Current drivers don't set these flags.  When
DSO_NOLABELS is set, the in-core label for the whole disk is cloned
to create an in-core label for each slice.  This gives the correct
result (a good in-core label for the compatibility slice) if
DSO_ONESLICE is set or only one slice is found, but usually gives
broken labels otherwise, so DSO_ONESLICE should be set if DSO_NOLABELS
is set.
1998-07-30 15:16:06 +00:00
..
boot Typo fix: teh --> (the|they) 1998-07-30 02:27:41 +00:00
cbus Sync with sys/i386/isa/fd.c revision 1.120. 1998-07-30 09:01:12 +00:00
conf Sync with sys/i386/conf/files.i386 revision 1.199. 1998-07-21 12:07:02 +00:00
i386 Sync with sys/i386/i386/userconfig.c revision 1.105. 1998-07-21 12:07:49 +00:00
pc98 Added a flags arg to dsopen() and updated drivers. The DSO_ONESLICE 1998-07-30 15:16:06 +00:00