Bruce Evans
9a0f1b5bd5
Continue implementing disk slices and labels for the vn driver. Everything
...
is supposed to work except "media removal" (shutting down the vn driver)
while some partitions are open.
Fix some errnos: return ENOTTY, not ENXIO for unknown ioctls; return
ENODEV, not ENXIO for the unsupported dump operation.
1994-12-16 16:50:15 +00:00
Poul-Henning Kamp
22529dad0f
An inconsequential #ifdef Bruce forgot.
1994-12-16 01:13:09 +00:00
Bruce Evans
a4a59c2b52
Implement disk slices and labels for the vn driver. This is intended mainly
...
for testing and is only enabled if TEST_LABELLING is defined. It won't
actually work until DOS goop is removed from ufs_disksubr.c.
1994-12-12 00:23:11 +00:00
Poul-Henning Kamp
e419848b2c
Avoid a panic if vn is configured as swapdev. Seems to work fine.
1994-12-06 06:47:32 +00:00
Poul-Henning Kamp
9020e0737c
The vn driver from 4.4_lite
1994-12-04 20:08:35 +00:00