Change the 'nep0' lines to 'ep0' since we are very soon to get a working

if_ep.c driver for PCCARD stuff.  Also,change the 3C589 examples to
reflect what I use to switch between the two connectors.
This commit is contained in:
Nate Williams 1996-06-14 21:41:48 +00:00
parent f02104d723
commit ee42451e19
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16373
2 changed files with 18 additions and 18 deletions

View File

@ -8,7 +8,7 @@
# IRQ == 0 means "allocate free IRQ from IRQ pool"
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
#
# $Id: pccard.conf.sample,v 1.1 1996/03/12 15:39:21 nate Exp $
# $Id: pccard.conf.sample,v 1.2 1996/03/18 20:15:24 nate Exp $
# Generally available IO ports
io 0x240-0x360
@ -47,21 +47,21 @@ card "ACCTON" "EN2212"
# 3Com Etherlink III 3C589B, 3C589C
card "3Com Corporation" "3C589"
config 0x1 "nep0" 11
config 0x1 "ep0" 11
insert echo 3Com Etherlink III inserted
insert /etc/pccard_ether nep0
# insert /etc/pccard_ether nep0 link0
insert /etc/pccard_ether ep0 -link0 link1
# insert /etc/pccard_ether ep0 link0 -link1
remove echo 3Com Etherlink III removed
remove /sbin/ifconfig nep0 delete
remove /sbin/ifconfig ep0 delete
# Farallon EtherMac
card "Farallon" "ENet"
config 0x1 "nep0" 11
config 0x1 "ep0" 11
insert echo Farallon EtherMac inserted
insert /etc/pccard_ether nep0
# insert /etc/pccard_ether nep0 link0
insert /etc/pccard_ether ep0
# insert /etc/pccard_ether ep0 link0
remove echo Farallon EtherMac removed
remove /sbin/ifconfig nep0 delete
remove /sbin/ifconfig ep0 delete
# Fujitsu MBH10302
card "PCMCIA MBH10302" "01"

View File

@ -8,7 +8,7 @@
# IRQ == 0 means "allocate free IRQ from IRQ pool"
# IRQ == 16 means "do not use IRQ (e.g. PIO mode)"
#
# $Id: pccard.conf.sample,v 1.1 1996/03/12 15:39:21 nate Exp $
# $Id: pccard.conf.sample,v 1.2 1996/03/18 20:15:24 nate Exp $
# Generally available IO ports
io 0x240-0x360
@ -47,21 +47,21 @@ card "ACCTON" "EN2212"
# 3Com Etherlink III 3C589B, 3C589C
card "3Com Corporation" "3C589"
config 0x1 "nep0" 11
config 0x1 "ep0" 11
insert echo 3Com Etherlink III inserted
insert /etc/pccard_ether nep0
# insert /etc/pccard_ether nep0 link0
insert /etc/pccard_ether ep0 -link0 link1
# insert /etc/pccard_ether ep0 link0 -link1
remove echo 3Com Etherlink III removed
remove /sbin/ifconfig nep0 delete
remove /sbin/ifconfig ep0 delete
# Farallon EtherMac
card "Farallon" "ENet"
config 0x1 "nep0" 11
config 0x1 "ep0" 11
insert echo Farallon EtherMac inserted
insert /etc/pccard_ether nep0
# insert /etc/pccard_ether nep0 link0
insert /etc/pccard_ether ep0
# insert /etc/pccard_ether ep0 link0
remove echo Farallon EtherMac removed
remove /sbin/ifconfig nep0 delete
remove /sbin/ifconfig ep0 delete
# Fujitsu MBH10302
card "PCMCIA MBH10302" "01"