summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-06 08:51:09 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-09-06 08:51:09 +0000
commit8db424fae754cfcb24f28b1399dc1b7d32977373 (patch)
tree199d73fdd2ebbd6acb35ce82e8f5e3e8eeaa834d
parentd26c937ecb3896ff85d968b4abb1cd16a3e39f7e (diff)
add xl
-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 c35cd53810d..8dfa56f4cef 100644
--- a/distrib/alpha/ramdisk/install.md
+++ b/distrib/alpha/ramdisk/install.md
@@ -1,4 +1,4 @@
-# $OpenBSD: install.md,v 1.21 1998/03/29 19:57:51 millert Exp $
+# $OpenBSD: install.md,v 1.22 1998/09/06 08:51:08 deraadt Exp $
#
# Copyright (c) 1996 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -101,7 +101,7 @@ md_get_cddevs() {
md_get_ifdevs() {
# return available network devices
- md_get_msgbuf | egrep "(^e[dp][0-9] |^[dl]e[0-9] |fxp[0-9])" | sed -e 's/^ *//' -e 's/ .*//'
+ md_get_msgbuf | egrep "(^e[dp][0-9] |^xl[0-9] |^[dl]e[0-9] |fxp[0-9])" | sed -e 's/^ *//' -e 's/ .*//'
}
md_get_partition_range() {