From 19ba7f37752d08f9bbbd73b53c4b36e9809608d0 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 2 Sep 1998 04:47:04 +0000 Subject: new ethernet card: xl --- distrib/i386/floppies/ramdisk/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'distrib/i386/floppies/ramdisk/install.md') diff --git a/distrib/i386/floppies/ramdisk/install.md b/distrib/i386/floppies/ramdisk/install.md index ff293b5a2b0..44c056e9f42 100644 --- a/distrib/i386/floppies/ramdisk/install.md +++ b/distrib/i386/floppies/ramdisk/install.md @@ -1,4 +1,4 @@ -# $OpenBSD: install.md,v 1.36 1998/06/08 08:48:58 deraadt Exp $ +# $OpenBSD: install.md,v 1.37 1998/09/02 04:47:03 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] |fxp[0-9])" | cut -d" " -f1 | sort -u + cat /kern/msgbuf | egrep "^(e[dglp][0-9] |[dil]e[0-9] |xl[0-9] |f[ep]a[0-9] |fxp[0-9])" | cut -d" " -f1 | sort -u } md_get_partition_range() { -- cgit v1.2.3