From 23ece114296fde0a9b38e1dfca439870f9dcd8d8 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 10 Sep 2001 04:08:28 +0000 Subject: Add cs driver for IBM EtherJet card. Doesn't completely work yet, but it won't work without it. --- etc/defaults/pccard.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 816082a..f282a98 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -324,6 +324,15 @@ card "Xircom" "CreditCard Netwave" insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop +########## cs ########## + +# NOTE: This likely doesn't work, but might. +# IBM EtherJet PC Card 16bit version +card "IBM" "EtherJet PC Card" + config auto "cs" ? + insert /etc/pccard_ether $device start + remove /etc/pccard_ether $device stop + ########## ed ########## # No-brand NE2000 compatible card (FCC ID: LXLC1LANTB) -- cgit v1.1