summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-05-29 08:21:19 +0000
committerimp <imp@FreeBSD.org>2000-05-29 08:21:19 +0000
commit7d5a14f798ad3ccf1187d9bf3f163a24cd14358e (patch)
tree9b40d0c522a91bbfce25d6d70d68cc5162d1c3d8 /etc/defaults
parent15890db66553b5b1631de76a24ecd548a90fc33e (diff)
downloadFreeBSD-src-7d5a14f798ad3ccf1187d9bf3f163a24cd14358e.zip
FreeBSD-src-7d5a14f798ad3ccf1187d9bf3f163a24cd14358e.tar.gz
Add Planex geowave (hosokawa in nomads)
Added two ata devices (Kazuya Kodama <kodama@rd.nacsis.ac.jp> in nomads) Added CyQ've ELA-110E (mihira-san <sanpei@sanpei.org>) The CyQ card doesn't have a PR number (yet).
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/pccard.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index e7fd2ff..1c2838b 100644
--- a/etc/defaults/pccard.conf
+++ b/etc/defaults/pccard.conf
@@ -117,6 +117,12 @@ card "Maxtor" "MXL131"
insert logger -t pccard:$device -s Maxtor 131MB HDD inserted
remove logger -t pccard:$device -s Maxtor 131MB HDD removed
+# Microtech XpressDock
+card "Microtech International Inc." "IDE PCCARD"
+ config auto "ata" ? 0x20000 iosize 16
+ insert logger -t pccard:$device -s Microtech XpressDock inserted
+ remove logger -t pccard:$device -s Microtech XpressDock removed
+
# Midori Elec Fast Flash
card "Midori Elec." "FAST FLASH"
config 0x3 "ata" ?
@@ -135,6 +141,12 @@ card "PCMCIA" "CD-ROM"
insert logger -t pccard:$device -s PCMCIA CD-ROM inserted
remove logger -t pccard:$device -s PCMCIA CD-ROM removed
+# Microtech PortableDRIVE25/PCMCIA
+card "SHUTTLE TECHNOLOGY LTD." "PCCARD-IDE/ATAPI Adapter"
+ config auto "ata" ? 0x20000
+ insert logger -t pccard:$device -s Microtech PortableDRIVE25 inserted
+ remove logger -t pccard:$device -s Microtech PortableDRIVE25 removed
+
# SiliconTech, Inc flash card
card "SiliconTech,Inc" "16MB Compact PC Card"
config 0x1 "ata" ?
@@ -300,6 +312,14 @@ card "CyQ've" "ELA-010"
remove logger -t pccard:$device -s CyQve ELA-010 removed
remove /sbin/ifconfig $device delete
+# CyQ've ELA-110E
+card "CyQ've" "ELA-110E 10/100M LAN Card"
+ config auto "ed0" ?
+ insert logger -t pccard:$device -s CyQ've ELA-110E inserted
+ insert /etc/pccard_ether $device
+ remove logger -t pccard:$device -s CyQ've ELA-110E removed
+ remove /sbin/ifconfig $device delete
+
# D-Link DE-650 NE2000 clone
card "D-Link" "DE-650"
config 0x20 "ed0" ? 0x10
@@ -1150,6 +1170,14 @@ card "MELCO" "WLI-PCM-L11"
remove logger -t pccard:$device -s Melco Airconnect removed
remove /sbin/ifconfig $device delete
+# PLANEX GeoWave/GW-NS110
+card "PLANEX" "GeoWave/GW-NS110"
+ config 0x1 "wi0" ?
+ insert logger -t pccard:$device -s PLANEX GeoWave inserted
+ insert /etc/pccard_ether $device
+ remove logger -t pccard:$device -s PLANEX GeoWave removed
+ remove /sbin/ifconfig $device delete
+
########## xe ##########
# Accton EN2226/Fast EtherCard (16-bit verison)
OpenPOWER on IntegriCloud