summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1996-06-19 01:28:07 +0000
committernate <nate@FreeBSD.org>1996-06-19 01:28:07 +0000
commit46e71994206fa82c9012bf72d4d45e8a10dd319c (patch)
tree85bcb5847904e766135e53d62cb0f872e8baf3c4 /etc/defaults
parent5951e4c570ff28d85b77078a655f547041866bda (diff)
downloadFreeBSD-src-46e71994206fa82c9012bf72d4d45e8a10dd319c.zip
FreeBSD-src-46e71994206fa82c9012bf72d4d45e8a10dd319c.tar.gz
Remove the hardcoding of the IRQ, and instead have it determine a free
IRQ. For now only enable on the 3C589 until other cards have been tested.
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/pccard.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index 3971d23..37e0ada 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.2 1996/03/18 20:15:24 nate Exp $
+# $Id: pccard.conf.sample,v 1.3 1996/06/14 21:41:48 nate Exp $
# Generally available IO ports
io 0x240-0x360
@@ -47,7 +47,7 @@ card "ACCTON" "EN2212"
# 3Com Etherlink III 3C589B, 3C589C
card "3Com Corporation" "3C589"
- config 0x1 "ep0" 11
+ config 0x1 "ep0" ?
insert echo 3Com Etherlink III inserted
insert /etc/pccard_ether ep0 -link0 link1
# insert /etc/pccard_ether ep0 link0 -link1
@@ -56,7 +56,7 @@ card "3Com Corporation" "3C589"
# Farallon EtherMac
card "Farallon" "ENet"
- config 0x1 "ep0" 11
+ config 0x1 "ep0" ?
insert echo Farallon EtherMac inserted
insert /etc/pccard_ether ep0
# insert /etc/pccard_ether ep0 link0
OpenPOWER on IntegriCloud