aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1998-02-13 22:40:32 +0000
committerPaul Traina <pst@FreeBSD.org>1998-02-13 22:40:32 +0000
commit2e1e3ab06001c8ba6d55de93421f364b53790b50 (patch)
tree570a9bee5f03571ffb9bd3b88a22fb6ac5ec092d /etc/etc.i386
parentc8b701a4afe749fc2d6a786136ef4cbc777ed861 (diff)
downloadsrc-2e1e3ab06001c8ba6d55de93421f364b53790b50.tar.gz
src-2e1e3ab06001c8ba6d55de93421f364b53790b50.zip
Change wfd major block device to 1 as part of the effort to make wfd's
bootable.
Notes
Notes: svn path=/head/; revision=33334
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/MAKEDEV6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index a0566f112904..ae0d62c96799 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -107,7 +107,7 @@
# perfmon CPU performance-monitoring counters
# pci PCI configuration-space access from user mode
#
-# $Id: MAKEDEV,v 1.151 1998/01/22 21:26:22 jkh Exp $
+# $Id: MAKEDEV,v 1.152 1998/02/09 08:41:49 cwt Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -271,7 +271,7 @@ od*s*|sd*s*|vn*s*|wd*s*|wfd*s*)
sd*s*) name=sd; blk=4; chr=13;;
wd*s*) name=wd; blk=0; chr=3;;
vn*s*) name=vn; blk=15; chr=43;;
- wfd*s*) name=wfd; blk=24; chr=87;;
+ wfd*s*) name=wfd; blk=1; chr=87;;
esac
case $i in
wfd*s*)
@@ -440,7 +440,7 @@ od*|sd*|vn*|wd*|wfd*)
sd*) name=sd; blk=4; chr=13;;
vn*) name=vn; blk=15; chr=43;;
wd*) name=wd; blk=0; chr=3;;
- wfd*) name=wfd; blk=24; chr=87;;
+ wfd*) name=wfd; blk=1; chr=87;;
esac
case $i in
wfd*)