summaryrefslogtreecommitdiffstats
path: root/release/scripts
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-04-08 09:43:54 +0000
committerphk <phk@FreeBSD.org>1995-04-08 09:43:54 +0000
commita60094c595d49203a1c3a7b5ba74da8b7d9de594 (patch)
treeb171fd8031df4c5de835787979f00785c013a3ed /release/scripts
parentee1dab7488c98a7c54e46cb851157bc323d53f40 (diff)
downloadFreeBSD-src-a60094c595d49203a1c3a7b5ba74da8b7d9de594.zip
FreeBSD-src-a60094c595d49203a1c3a7b5ba74da8b7d9de594.tar.gz
Added zp0 and eg0 to interface menu. Dropped all the "at 0xfoo" comments.
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/netinst.sh18
1 files changed, 10 insertions, 8 deletions
diff --git a/release/scripts/netinst.sh b/release/scripts/netinst.sh
index 3fe2912..3587d8b 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.6 1995/03/24 00:23:18 jkh Exp $
+# $Id: netinst.sh,v 1.7 1995/03/25 04:53:39 jkh Exp $
if [ "${_NETINST_SH_LOADED_}" = "yes" ]; then
return 0
@@ -66,16 +66,18 @@ network_basic_setup()
network_setup_ether()
{
dialog --title "Ethernet Interface Name" --menu \
- "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" \
+ "Please select the type of ethernet interface you have:\n" -1 -1 11 \
+ "ed0" "WD80x3, SMC, Novell NE[21]000 or 3C503 generic NIC" \
+ "ed1" "Same as above, but at a different address" \
+ "eg0" "3Com 3c505 (Etherlink/+)" \
+ "ep0" "3COM 3C509" \
"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" \
+ "ie0" "AT&T StarLan and EN100 family" \
+ "is0" "Isolan 4141-0 or Isolink 4110" \
"ix0" "Intel EtherExpress" \
"le0" "DEC Etherworks ethernet adapter" \
- "ze0" "PCMCIA IBM or National card at 0x300 and IRQ 5" \
+ "ze0" "PCMCIA IBM or National card" \
+ "zp0" "3Com 3c589 PCMCIA card" \
2> ${TMP}/menu.tmp.$$
RETVAL=$?
OpenPOWER on IntegriCloud