summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-11 08:12:24 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-10-11 08:12:24 +0000
commit0c591f5c8e8cb5ff5883a17f499439a572992967 (patch)
treee041ecd01712af65336dde832cf69a5354e79268
parent16b5445f4366df3e6bbdf1ba23743261c5a29eca (diff)
support fxp? devices
-rw-r--r--distrib/alpha/ramdisk/install.md4
-rw-r--r--distrib/i386/floppies/ramdisk/install.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/distrib/alpha/ramdisk/install.md b/distrib/alpha/ramdisk/install.md
index 549180b37db..a831db27588 100644
--- a/distrib/alpha/ramdisk/install.md
+++ b/distrib/alpha/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.11 1997/09/30 17:52:35 deraadt Exp $
+# $OpenBSD: install.md,v 1.12 1997/10/11 08:12:23 deraadt Exp $
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
#
@@ -100,7 +100,7 @@ md_get_cddevs() {
md_get_ifdevs() {
# return available network devices
- md_get_msgbuf | egrep "(^ed[0-9] |^[dl]e[0-9] )" | sed -e 's/^ *//' -e 's/ .*//'
+ md_get_msgbuf | egrep "(^ed[0-9] |^[dl]e[0-9] |fxp[0-9])" | sed -e 's/^ *//' -e 's/ .*//'
}
md_get_partition_range() {
diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md
index c88e10701d8..7ee7efd30fd 100644
--- a/distrib/i386/floppies/ramdisk/install.md
+++ b/distrib/i386/floppies/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.17 1997/10/02 16:01:39 deraadt Exp $
+# $OpenBSD: install.md,v 1.18 1997/10/11 08:12:21 deraadt Exp $
#
#
# Copyright rc) 1996 The NetBSD Foundation, Inc.
@@ -72,7 +72,7 @@ md_get_cddevs() {
md_get_ifdevs() {
# return available network devices
- cat /kern/msgbuf | egrep "^(e[dglp][0-9] |[dil]e[0-9] |f[ep]a[0-9] )" | cut -d" " -f1 | sort -u
+ cat /kern/msgbuf | egrep "^(e[dglp][0-9] |[dil]e[0-9] |f[ep]a[0-9] |fxp[0-9])" | cut -d" " -f1 | sort -u
}
md_get_partition_range() {