summaryrefslogtreecommitdiff
path: root/distrib/alpha
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 /distrib/alpha
parent16b5445f4366df3e6bbdf1ba23743261c5a29eca (diff)
support fxp? devices
Diffstat (limited to 'distrib/alpha')
-rw-r--r--distrib/alpha/ramdisk/install.md4
1 files changed, 2 insertions, 2 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() {