summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1998-02-13 22:40:32 +0000
committerpst <pst@FreeBSD.org>1998-02-13 22:40:32 +0000
commit9a3c14c7bf28fe1df02a91468b13e42d02dfb2a3 (patch)
tree2d37eb943d779a47fd5ed0256b4b95cfd023687c /etc
parent4b75e9fb5335225cbdd0f2ba89060ba92e151e35 (diff)
downloadFreeBSD-src-9a3c14c7bf28fe1df02a91468b13e42d02dfb2a3.zip
FreeBSD-src-9a3c14c7bf28fe1df02a91468b13e42d02dfb2a3.tar.gz
Change wfd major block device to 1 as part of the effort to make wfd's
bootable.
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV6
-rw-r--r--etc/etc.i386/MAKEDEV6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index a0566f1..ae0d62c 100644
--- a/etc/MAKEDEV
+++ b/etc/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*)
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index a0566f1..ae0d62c 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*)
OpenPOWER on IntegriCloud