diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-02 04:47:04 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-09-02 04:47:04 +0000 |
commit | 19ba7f37752d08f9bbbd73b53c4b36e9809608d0 (patch) | |
tree | d6684a835aac55b3559a2476351e85c2c56f4ef4 /distrib/i386 | |
parent | e6ed50c93d00beeb56184331c567f41d81dbf9c0 (diff) |
new ethernet card: xl
Diffstat (limited to 'distrib/i386')
-rw-r--r-- | distrib/i386/floppies/ramdisk/install.md | 4 |
1 files changed, 2 insertions, 2 deletions
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() { |