summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-05-04 08:39:11 +0000
committerbrian <brian@FreeBSD.org>1999-05-04 08:39:11 +0000
commitc8177a87444331eed2eef880aa8998136606693a (patch)
tree41f757fa20e7c6b956709fafc89125dfd448416c /etc
parent4a9df9b6cbeba189ea9846589723cf62aeccb1f2 (diff)
downloadFreeBSD-src-c8177a87444331eed2eef880aa8998136606693a.zip
FreeBSD-src-c8177a87444331eed2eef880aa8998136606693a.tar.gz
Add AmbiCom Inc NIC
Submitted by: Wes Peters <wes@softweyr.com>
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/pccard.conf10
-rw-r--r--etc/pccard.conf.sample10
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index 733de82..eff9532 100644
--- a/etc/defaults/pccard.conf
+++ b/etc/defaults/pccard.conf
@@ -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.32 1999/04/25 10:27:22 brian Exp $
+# $Id: pccard.conf.sample,v 1.33 1999/05/03 19:08:43 brian Exp $
# Generally available IO ports
io 0x240-0x360
@@ -471,3 +471,11 @@ card "AT&T" "V34+ Fax Modem"
# Motorola Montana
card "Motorola" "MONTANA 33.6 FAX/MODEM"
config 0x21 "sio1" 10
+
+# AmbiCom 10BaseT card
+card "AmbiCom Inc" "AMB8002T"
+ config 0x20 "ed0" 11
+ insert echo AmbiCom 8002T inserted
+ insert /etc/pccard_ether ed0
+ remove echo AmbiCom 8002T removed
+ remove /sbin/ifconfig ed0 delete
diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample
index 733de82..eff9532 100644
--- a/etc/pccard.conf.sample
+++ b/etc/pccard.conf.sample
@@ -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.32 1999/04/25 10:27:22 brian Exp $
+# $Id: pccard.conf.sample,v 1.33 1999/05/03 19:08:43 brian Exp $
# Generally available IO ports
io 0x240-0x360
@@ -471,3 +471,11 @@ card "AT&T" "V34+ Fax Modem"
# Motorola Montana
card "Motorola" "MONTANA 33.6 FAX/MODEM"
config 0x21 "sio1" 10
+
+# AmbiCom 10BaseT card
+card "AmbiCom Inc" "AMB8002T"
+ config 0x20 "ed0" 11
+ insert echo AmbiCom 8002T inserted
+ insert /etc/pccard_ether ed0
+ remove echo AmbiCom 8002T removed
+ remove /sbin/ifconfig ed0 delete
OpenPOWER on IntegriCloud