summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authoritojun <itojun@FreeBSD.org>1998-02-24 13:56:38 +0000
committeritojun <itojun@FreeBSD.org>1998-02-24 13:56:38 +0000
commit786dfd4ecb4aaeda3adc75b349c7d9ac71646568 (patch)
treedda890f5aceb8a74c15b21a7ca1d702a553b2105 /etc/defaults
parente6a0403db81e1b4cec0905e3acee77e5397849f3 (diff)
downloadFreeBSD-src-786dfd4ecb4aaeda3adc75b349c7d9ac71646568.zip
FreeBSD-src-786dfd4ecb4aaeda3adc75b349c7d9ac71646568.tar.gz
added "Telecom Device SuperSocket RE450T" (PCMCIA NE2000 variant).
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/pccard.conf17
1 files changed, 16 insertions, 1 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index ad47eae..2cc222c 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.15 1998/02/24 13:26:57 hosokawa Exp $
+# $Id: pccard.conf.sample,v 1.16 1998/02/24 13:32:36 hosokawa Exp $
# Generally available IO ports
io 0x240-0x360
@@ -125,6 +125,21 @@ card "DANPEX" "EN-6200P2"
insert /etc/pccard_ether ed0
remove /sbin/ifconfig ed0 delete
+# Telecom Device SuperSocket RE450T
+# Note: There are several revisions of the cardon the market.
+# Type A needs no "ether" line.
+# Type B needs "ether 0x110" line.
+# Type C needs "ether 0xff0" line.
+# Yet more revisions exist, reportedly.
+# If you see strange MAC address shown by ifconfig command,
+# try other config.
+card "Ethernet" "Adapter"
+ config 0x2 "ed0" ?
+# ether 0x110 00:e0:98
+# ether 0xff0 00:e0:98
+ insert /etc/pccard_ether ed0
+ remove /sbin/ifconfig ed0 delete
+
# AIWA PV-JF288
card "AIWA CO.,LTD." "PV-JF288 "
config 0x23 "sio2" 10
OpenPOWER on IntegriCloud