diff options
author | phk <phk@FreeBSD.org> | 1995-10-10 09:46:52 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 1995-10-10 09:46:52 +0000 |
commit | 06c401355cd7750aa7cffa30dca7a34c51368998 (patch) | |
tree | 105746a65dc65d4205005e4ed9cd093b4f4fb010 /etc | |
parent | db2c64f298df08a95bb9f20568f36601dce81245 (diff) | |
download | FreeBSD-src-06c401355cd7750aa7cffa30dca7a34c51368998.zip FreeBSD-src-06c401355cd7750aa7cffa30dca7a34c51368998.tar.gz |
sample config file.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pccard.conf | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/etc/pccard.conf b/etc/pccard.conf new file mode 100644 index 0000000..c1234e2 --- /dev/null +++ b/etc/pccard.conf @@ -0,0 +1,27 @@ +# +# Sample configuration file for PCMCIA/PCCARD support. +# +# Pool parameters. +# +io 0x280 - 0x360 +irq 3 5 6 8 9 10 15 +memory 0xd4000 96k +# +# Card database. +# +# card "RPTI LTD." "EP400" # NE2000 clone +# ether 0x110 +# config 0x30 "ed0" 5 +# config 0x31 "ed1" 6 +# insert ifconfig $device physical $ether +# insert ifconfig $device bean + +card "MEGAHERTZ" "CC3144" + config 0x21 "sio1" 5 + +card "Digital" "PCMCIA 28,800 V.34 " + config 0x03 "sio1" 10 + +card "IBM Corp." "Ethernet" + ether 0xff0 + config 0x41 "ed0" 5 |