Add comments for a few drivers and the lines for the Tropic attachment.
This commit is contained in:
parent
3f80608ea9
commit
c4df411abd
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.pcmcia,v 1.25 2000/06/05 23:14:22 gmcgarry Exp $
|
||||
# $NetBSD: files.pcmcia,v 1.26 2000/06/06 16:15:31 soren Exp $
|
||||
#
|
||||
# Config.new file and device description for machine-independent PCMCIA code.
|
||||
# Included by ports that need it.
|
||||
@ -94,10 +94,16 @@ file dev/pcmcia/if_ray.c ray
|
||||
device awi: arp, ether, ifnet
|
||||
attach awi at pcmcia with awi_pcmcia
|
||||
|
||||
# Bay Networks Baystack 650
|
||||
file dev/pcmcia/if_awi_pcmcia.c awi_pcmcia
|
||||
file dev/ic/awi.c awi
|
||||
file dev/ic/am79c930.c awi
|
||||
|
||||
# Xircom Ethernet cards
|
||||
device xi: arp, ether, ifnet, mii
|
||||
attach xi at pcmcia with xi_pcmcia
|
||||
file dev/pcmcia/if_xi.c xi_pcmcia
|
||||
|
||||
# IBM Tropic-based Token Ring cards
|
||||
attach tr at pcmcia with tr_pcmcia
|
||||
file dev/pcmcia/if_tr_pcmcia.c tr_pcmcia
|
||||
|
Loading…
Reference in New Issue
Block a user