summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-18 08:04:18 +0000
committerphk <phk@FreeBSD.org>1995-03-18 08:04:18 +0000
commite6909e91db0f9fb4dde94b244f4092d9db7f8a82 (patch)
tree42e7b3e96c809745e67ad2fe9516490ac3eb2a98
parent603755786363c3e7b0a7c10aed5dc93159f15c91 (diff)
downloadFreeBSD-src-e6909e91db0f9fb4dde94b244f4092d9db7f8a82.zip
FreeBSD-src-e6909e91db0f9fb4dde94b244f4092d9db7f8a82.tar.gz
Add "ix0" Intel EtherExpress.
-rw-r--r--release/scripts/netinst.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/release/scripts/netinst.sh b/release/scripts/netinst.sh
index f06d17a..04228c8 100644
--- a/release/scripts/netinst.sh
+++ b/release/scripts/netinst.sh
@@ -10,7 +10,7 @@
# putting your name on top after doing something trivial like reindenting
# it, just to make it look like you wrote it!).
#
-# $Id: netinst.sh,v 1.3 1995/01/30 02:13:05 jkh Exp $
+# $Id: netinst.sh,v 1.4 1995/02/02 04:13:22 jkh Exp $
if [ "${_NETINST_SH_LOADED_}" = "yes" ]; then
return 0
@@ -65,13 +65,14 @@ network_basic_setup()
network_setup_ether()
{
dialog --title "Ethernet Interface Name" --menu \
- "Please select the type of ethernet interface you have:\n" -1 -1 8 \
+ "Please select the type of ethernet interface you have:\n" -1 -1 9 \
"ed0" "WD80x3, SMC, Novell NE[21]000 or 3C503 generic NIC at 0x280" \
"ed1" "Same as above, but at address 0x300 and IRQ 5" \
"ep0" "3COM 3C509 at address 0x300 and IRQ 10" \
"de0" "DEC PCI ethernet adapter (or compatible)" \
"ie0" "AT&T StarLan and EN100 family at 0x360 and IRQ 7" \
"is0" "Isolan 4141-0 or Isolink 4110 at 0x280 and IRQ 7" \
+ "ix0" "Intel EtherExpress" \
"le0" "DEC Etherworks ethernet adapter" \
"ze0" "PCMCIA IBM or National card at 0x300 and IRQ 5" \
2> ${TMP}/menu.tmp.$$
OpenPOWER on IntegriCloud