diff options
author | Nate Williams <nate@FreeBSD.org> | 1996-06-19 01:28:07 +0000 |
---|---|---|
committer | Nate Williams <nate@FreeBSD.org> | 1996-06-19 01:28:07 +0000 |
commit | 3e4742ef6a5fcbb09eb8655b628643c197e2c4d1 (patch) | |
tree | 85bcb5847904e766135e53d62cb0f872e8baf3c4 /etc/pccard.conf.sample | |
parent | 2c9ca1a97769ee46585f3f95bcf36d5f176242c9 (diff) | |
download | src-3e4742ef6a5fcbb09eb8655b628643c197e2c4d1.tar.gz src-3e4742ef6a5fcbb09eb8655b628643c197e2c4d1.zip |
Notes
Diffstat (limited to 'etc/pccard.conf.sample')
-rw-r--r-- | etc/pccard.conf.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index 3971d2303664..37e0adadd06a 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.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 |