1996-03-12 15:39:26 +00:00
|
|
|
#
|
2001-07-22 18:13:19 +00:00
|
|
|
# Default PCCARD configuration file
|
1996-03-12 15:39:26 +00:00
|
|
|
#
|
1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
2000-03-09 07:30:12 +00:00
|
|
|
#
|
2001-07-22 18:13:19 +00:00
|
|
|
# Please send new entries for this file to imp@freebsd.org. He likes to
|
|
|
|
# review them before they are committed to make sure they are correct for
|
|
|
|
# the style of the file. Please attempt to use "auto" for the config
|
|
|
|
# number whereever possible. Do not commit IRQs in the "config" lines.
|
|
|
|
# Make sure that you use tabs rather than multiple spaces for new entires
|
|
|
|
# like the old ones. <tab>keyword<tab>arguments.
|
|
|
|
#
|
|
|
|
# Removing all IRQ conflicts from this file can't be done because of some
|
|
|
|
# IRQ-selfish PC-cards. So if you want to use some of those cards in
|
|
|
|
# your machine, you may need to modify the IRQ list below. Please put
|
|
|
|
# such overrides in /etc/pccard.conf. You can also place override
|
|
|
|
# card entries in /etc/pccard.conf, since the first match is the one that
|
|
|
|
# pccardd will use to configure the card.
|
2000-03-09 07:30:12 +00:00
|
|
|
#
|
1996-03-12 15:39:26 +00:00
|
|
|
|
|
|
|
# Generally available IO ports
|
|
|
|
io 0x240-0x360
|
2001-05-30 05:29:42 +00:00
|
|
|
# on i386 IRQs can be any of 3 4 5 7 9 10 11 12 14 15
|
|
|
|
# on pc98 IRQs can be any of 3 5 6 9 10 11 12 13
|
2001-07-22 18:13:19 +00:00
|
|
|
# but *MUST* *NOT* be used by anything else, unless you are using current
|
|
|
|
# and a PCI cardbus bridge that allows sharing. Even then, the rules
|
|
|
|
# for interrupt sharing can be tricky.
|
1996-03-12 15:39:26 +00:00
|
|
|
# Generally available IRQs (Built-in sound-card owners remove 5)
|
2000-07-11 17:57:01 +00:00
|
|
|
irq 3 5 10 11 15
|
1996-03-12 15:39:26 +00:00
|
|
|
# Available memory slots
|
|
|
|
memory 0xd4000 96k
|
2001-07-22 18:13:19 +00:00
|
|
|
# Debug level, so you know how to get more info for maintainers. Put it
|
|
|
|
# in /etc/pccard.conf
|
|
|
|
#debuglevel 4
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-04-03 19:24:25 +00:00
|
|
|
# Include user configration file
|
|
|
|
# This allow you to override or add configurations.
|
|
|
|
include /etc/pccard.conf
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
#
|
|
|
|
# PLEASE KEEP THIS FILE IN ORDER
|
|
|
|
#
|
|
|
|
# In order is defined as follows. We sort first by driver type (an, ed, etc)
|
|
|
|
# and then by CIS strings. Do not commit to this file entries out of
|
|
|
|
# order.
|
|
|
|
#
|
|
|
|
|
2000-04-06 02:54:35 +00:00
|
|
|
########## aic ##########
|
|
|
|
|
|
|
|
# Adaptec SlimSCSI (also included with Sony CD-ROM players)
|
2000-07-16 14:33:47 +00:00
|
|
|
card "Adaptec, Inc." "/APA-1460 .*/"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x9 "aic" ?
|
2002-01-17 20:38:04 +00:00
|
|
|
insert camcontrol rescan all
|
2000-04-06 02:54:35 +00:00
|
|
|
|
|
|
|
# NewMedia Bustoaster SCSI
|
|
|
|
card "New Media" "SCSI"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x22 "aic" ?
|
2002-01-17 20:38:04 +00:00
|
|
|
insert camcontrol rescan all
|
2000-04-06 02:54:35 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## an ##########
|
1999-05-05 07:37:11 +00:00
|
|
|
|
2000-01-14 20:41:03 +00:00
|
|
|
# Aironet PC4500 2Mbps 802.11 wireless NIC
|
2000-02-28 01:44:07 +00:00
|
|
|
card "Aironet" "PC4500"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x5 "an" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-01-14 20:41:03 +00:00
|
|
|
|
|
|
|
# Aironet PC4800 11Mbps 802.11 wireless NIC
|
|
|
|
card "Aironet" "PC4800"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x5 "an" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-01-14 20:41:03 +00:00
|
|
|
|
2001-06-25 22:07:19 +00:00
|
|
|
# Aironet 340 Series 11Mbps 802.11 wireless NIC
|
2000-09-26 06:29:40 +00:00
|
|
|
card "Cisco Systems" "340 Series Wireless LAN Adapter"
|
|
|
|
config auto "an" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-09-26 06:29:40 +00:00
|
|
|
|
2001-06-25 22:07:19 +00:00
|
|
|
# Aironet 350 Series 11Mbps 802.11 wireless NIC
|
|
|
|
card "Cisco Systems" "350 Series Wireless LAN Adapter"
|
|
|
|
config auto "an" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-11-18 06:01:09 +00:00
|
|
|
# Xircom sells a rebaded unit
|
|
|
|
card "Xircom" "Wireless Ethernet Adapter"
|
|
|
|
config 0x5 "an" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## ata ##########
|
2000-03-09 00:35:38 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Sony VAIO cdrom, Ninja-ATA CD-ROM Drive, MELCO CDN-D12EX
|
2000-05-16 05:24:26 +00:00
|
|
|
card " " "NinjaATA-"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ata" ?
|
|
|
|
logstr "NinjaATA"
|
2000-05-16 05:24:26 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Non-brand Compact Flash Card(32MB)
|
|
|
|
card " " "KCF 32M"
|
2000-05-16 20:43:32 +00:00
|
|
|
config 0x1 "ata" ? iosize 16
|
2000-07-16 17:33:54 +00:00
|
|
|
logstr "Compact Flash Card 32M"
|
2000-03-07 08:51:39 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Caravelle PSC-IDE 6x ATAPI CD-ROM
|
2002-02-23 16:38:45 +00:00
|
|
|
card "Caravelle" "/PSC-IDE */"
|
2000-07-16 14:33:47 +00:00
|
|
|
config 0x2a "ata" ? # 0x1 (flags for wd, not sure for ata)
|
|
|
|
|
|
|
|
# <Vendor Unknown> MCD-601p 6x CD-ROM drive.
|
|
|
|
card "CDROM" "IDE"
|
|
|
|
config auto "ata" ?
|
2000-07-16 17:33:54 +00:00
|
|
|
logstr "MCD-601p"
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-10-17 22:31:27 +00:00
|
|
|
# Lexar Media compact flash
|
2002-02-23 16:38:45 +00:00
|
|
|
card "/CL ATA FLASH CARD LEXAR */" "TIDALWV"
|
2000-10-18 03:14:37 +00:00
|
|
|
# auto does not work
|
2000-10-17 22:31:27 +00:00
|
|
|
config 0x1 "ata" ?
|
|
|
|
|
2001-12-27 02:12:32 +00:00
|
|
|
# CNF CD-M
|
|
|
|
card "CNF CD-M" "CD-ROM"
|
|
|
|
config auto "ata" ?
|
|
|
|
logstr "CNF CD-M"
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# DATAFAB PCMMD2
|
|
|
|
card "DATAFAB" "PCMCIA-TO-IDE"
|
|
|
|
config 0x1 "ata" ?
|
|
|
|
|
|
|
|
# DHU Mobile Media CD-ROM
|
|
|
|
# (no hotplug support)
|
|
|
|
card "Digital Equipment Corporation." "Digital Mobile Media CD-ROM"
|
2000-11-04 08:10:12 +00:00
|
|
|
config auto "ata" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-05-16 06:37:59 +00:00
|
|
|
# EXP DVD-780 DVD-ROM drive
|
2002-02-23 16:38:45 +00:00
|
|
|
card "/EXP */" "PnPIDE"
|
2000-05-16 20:43:32 +00:00
|
|
|
config auto "ata" ?
|
2000-05-16 06:37:59 +00:00
|
|
|
|
2000-05-16 07:37:35 +00:00
|
|
|
# Toshiba mobile CD-ROM (Bundled with Portege 3110CT)
|
|
|
|
card "FREECOM" "PCCARD-IDE"
|
2000-05-16 20:43:32 +00:00
|
|
|
config auto "ata" ? iosize 16
|
2000-05-16 07:37:35 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# FUJITSU FlashDiskCard ZEBO-ATA40
|
|
|
|
card "FUJITSU" "ZEBO-ATA"
|
|
|
|
config 0x03 "ata" ?
|
|
|
|
|
|
|
|
# Greystone Diskdock
|
|
|
|
card "GREYSTONE PERIPHERAL DISKDOCK" "/.*/"
|
|
|
|
config default "ata" ?
|
|
|
|
|
|
|
|
# HAGIWARA FLASH
|
|
|
|
card "HAGIWARA" "FLASH"
|
|
|
|
config default "ata" ?
|
|
|
|
|
|
|
|
# Hitachi Flash ATA
|
|
|
|
card "HITACHI" "/.*FLASH.*/"
|
|
|
|
config 0x01 "ata" ? iosize 16
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# IBM Flash ATA (Ricoh Flash ATA 10MB)
|
|
|
|
card "IBM" "IBM17JSSFP10"
|
2000-05-16 20:43:32 +00:00
|
|
|
config auto "ata" ? iosize 16
|
2000-03-07 04:52:49 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# XXX NOT SURE SUPPORTED
|
|
|
|
# IBM Portable 4X Speed CD-ROM Drive CD-400
|
|
|
|
#card "IBM" "PCMCIA CD-ROM Drive CD-400"
|
|
|
|
# config 0x1 "ata" ? iosize 0x20 # 0x10000 (flags for wd, not sure for ata)
|
|
|
|
|
|
|
|
# IBM CD-20XSeries(IDE PC Card)
|
|
|
|
card "IBM" "PCMCIA Portable CD-ROM Drive"
|
|
|
|
config auto "ata" ? iosize 0x1
|
|
|
|
|
|
|
|
# IBM Microdrive (CF+ Type II)
|
|
|
|
card "IBM" "microdrive"
|
|
|
|
# config 0x03 "ata" ?
|
|
|
|
config 0x01 "ata" ? iosize 16
|
|
|
|
|
|
|
|
# Integral Peripherals Viper HDD Series
|
|
|
|
card "INTEGRAL PERIPHERALS" "ATA CARD"
|
|
|
|
# config default "ata" ?
|
|
|
|
config 0x01 "ata" ? iosize 16
|
|
|
|
|
|
|
|
# IO DATA PCMF144/20 (as Flash ATA only)
|
|
|
|
card "IO DATA" "ATA&MODEM"
|
|
|
|
config 0x7 "ata" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# IO DATA CBIDE2 in 16 bit mode
|
|
|
|
# (bundled with IO DATA CDP-AX24T, Panasonic DVD-ROM LK-RV8171D)
|
2002-02-23 16:38:45 +00:00
|
|
|
card "IO DATA" "/CBIDE2 */"
|
2000-07-16 14:33:47 +00:00
|
|
|
config default "ata" ?
|
|
|
|
|
2000-05-16 07:17:24 +00:00
|
|
|
# IO Data PCIDE-II (bundled with CDP-TX6, etc.)
|
|
|
|
card "IO DATA" "PCIDEII"
|
2000-05-16 20:43:32 +00:00
|
|
|
config auto "ata" ?
|
2000-05-16 07:17:24 +00:00
|
|
|
|
2000-05-16 20:43:32 +00:00
|
|
|
# Iomega Zip Drive
|
|
|
|
card "Iomega" "PCMCIA to 16 bit ATAPI Adapter"
|
|
|
|
config 0x2 "ata" ?
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# KODAK Picture Card
|
|
|
|
card "KODAK Picture Card" "KODAK"
|
|
|
|
config default "ata" ?
|
|
|
|
|
|
|
|
# TOSHIBA Portable 24X Speed CD-ROM Drive PA2673UJ
|
2002-02-23 16:38:45 +00:00
|
|
|
card "LOOKMEET" "/CBIDE2 */"
|
2000-07-16 14:33:47 +00:00
|
|
|
config default "ata" ?
|
|
|
|
|
|
|
|
# Maxtor ATA HDD
|
|
|
|
card "Maxtor" "/MXL.*/"
|
2000-05-16 20:43:32 +00:00
|
|
|
config 0x03 "ata" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-05-29 08:21:19 +00:00
|
|
|
# Microtech XpressDock
|
|
|
|
card "Microtech International Inc." "IDE PCCARD"
|
|
|
|
config auto "ata" ? 0x20000 iosize 16
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Midori Elec. Flash ATA
|
|
|
|
card "Midori Elec." "/.*FLASH.*/"
|
|
|
|
config 0x03 "ata" ?
|
|
|
|
|
2001-03-07 13:23:08 +00:00
|
|
|
# Panasonic Flash ATA BN-040ABP3
|
2002-02-23 16:38:45 +00:00
|
|
|
card "Panasonic" "ATA" "/BN-040AB-M */"
|
2001-03-07 13:23:08 +00:00
|
|
|
# auto does not work
|
|
|
|
config 0x1 "ata" ?
|
|
|
|
logstr "Panasonic Flash ATA BN-040ABP3"
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# LK-RM120
|
|
|
|
card "Panasonic" "LMEK0406"
|
|
|
|
config 0x22 "ata" ? 0x1
|
2000-01-24 05:35:32 +00:00
|
|
|
|
2000-05-16 06:37:59 +00:00
|
|
|
# Another boring, generic ata atapter
|
|
|
|
card "PC CARD MANUFACTURER" "PCMCIA ATA/ATAPI Adapter"
|
2000-05-16 20:43:32 +00:00
|
|
|
config auto "ata" ?
|
2000-05-16 06:37:59 +00:00
|
|
|
|
2000-03-26 05:30:51 +00:00
|
|
|
# pc-card from PSCD-740 cdrom
|
|
|
|
card "PCMCIA" "CD-ROM"
|
2000-05-16 20:43:32 +00:00
|
|
|
config 0x1 "ata" ?
|
2000-03-26 05:30:51 +00:00
|
|
|
|
2001-12-28 03:42:41 +00:00
|
|
|
# Novac DVD/CD Station
|
|
|
|
card "PCMCIA" "PnPIDE"
|
|
|
|
config auto "ata" ?
|
|
|
|
|
2000-07-11 17:52:41 +00:00
|
|
|
# Shining PMIDE-ASC CDROM / Road Warrior Bullet Disk
|
2000-07-09 12:51:05 +00:00
|
|
|
card "Shining" "PMIDE-ASC"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ata" ? 0x20000
|
2000-07-09 12:51:05 +00:00
|
|
|
|
2000-05-29 08:21:19 +00:00
|
|
|
# Microtech PortableDRIVE25/PCMCIA
|
|
|
|
card "SHUTTLE TECHNOLOGY LTD." "PCCARD-IDE/ATAPI Adapter"
|
|
|
|
config auto "ata" ? 0x20000
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# XXX NOT SURE SUPPORTED
|
|
|
|
# CitiDISK & Addonics PocketZIP
|
|
|
|
#card "Shining" "PMIDE-ASC"
|
|
|
|
# config default "ata" ? # 0x20000 (flags for wd, not sure for ata)
|
|
|
|
|
|
|
|
# Sicon Peripheral PCMCIA ATA/ATAPI Adapter
|
|
|
|
card "Sicon Peripheral" "PCMCIA ATA/ATAPI Adapter"
|
|
|
|
config default "ata" ?
|
|
|
|
|
|
|
|
# SiliconTech,Inc. Compact PC Card
|
2000-12-24 15:38:38 +00:00
|
|
|
card "SiliconTech,Inc." "/[0-9]+MB Compact PC Card/"
|
2000-05-16 20:43:32 +00:00
|
|
|
config 0x1 "ata" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# Simple Technology ata flash
|
2002-02-23 16:38:45 +00:00
|
|
|
card "/Simple Technology */" "STI-ATA"
|
2002-03-05 05:48:32 +00:00
|
|
|
config auto "ata" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# SONY Memory Stick PC Card Adaptor
|
|
|
|
card "SONY" "/MEMORYSTICK.*/"
|
|
|
|
config 0x01 "ata" ?
|
|
|
|
iosize 16
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# SunDisk Flash ATA
|
|
|
|
# (OEM: Epson Flash Packer)
|
2000-07-16 14:33:47 +00:00
|
|
|
card "SunDisk" "/.*/"
|
2000-05-16 20:43:32 +00:00
|
|
|
config 0x1 "ata" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2002-01-10 18:53:00 +00:00
|
|
|
# T-POWER Flash ATA
|
2002-02-23 16:38:45 +00:00
|
|
|
card "/T-POWER */" "/.*/"
|
2002-01-10 18:53:00 +00:00
|
|
|
config 0x1 "ata" ?
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# TDK Flash ATA
|
|
|
|
card "TDK TC_H." "/.*/"
|
2000-05-16 20:43:32 +00:00
|
|
|
config 0x1 "ata" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# IO Data CBIDE (bundled with CDP-FX24, etc.)
|
|
|
|
card "WIT" "IDE16"
|
2000-05-16 20:43:32 +00:00
|
|
|
config auto "ata" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# LIP-32B attached to Logitec LCW-PD648PI
|
|
|
|
card "WORKBIT" "ATA-32Bi(16)"
|
|
|
|
config default "ata" ?
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Viking ATA Flash card
|
2002-02-23 16:38:45 +00:00
|
|
|
card "/VIKING ATA/CF FLASH CARD */" "/TOR/AM */"
|
2000-05-16 20:43:32 +00:00
|
|
|
config 0x2 "ata" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-04-06 02:54:35 +00:00
|
|
|
########## awi ##########
|
|
|
|
|
|
|
|
# Generic AMD Am79c930 based card
|
2000-11-10 13:02:38 +00:00
|
|
|
# Melco WLI-PCM
|
2000-04-06 02:54:35 +00:00
|
|
|
card "AMD" "Am79C930"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x1 "awi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-04-06 02:54:35 +00:00
|
|
|
|
2000-12-11 19:16:21 +00:00
|
|
|
# Bay Networks Baystack 650 Wireless LAN
|
2000-04-06 02:54:35 +00:00
|
|
|
card "Bay Networks" "BayStack 650 Wireless LAN"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x1 "awi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-04-06 02:54:35 +00:00
|
|
|
|
2001-09-27 21:38:02 +00:00
|
|
|
# Bay Networks Baystack 660 Wireless LAN
|
|
|
|
card "Bay Networks" "BayStack 660 Wireless LAN"
|
|
|
|
config auto "awi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-12-11 19:16:21 +00:00
|
|
|
# Farallon SkyLINE Wireless
|
2000-05-16 06:37:59 +00:00
|
|
|
card "Farallon" "SkyLINE Wireless"
|
2000-12-11 19:16:21 +00:00
|
|
|
config auto "awi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-16 06:37:59 +00:00
|
|
|
|
2000-12-11 19:16:21 +00:00
|
|
|
# ICom SL-200
|
2000-05-16 06:37:59 +00:00
|
|
|
card "Icom" "SL-200"
|
2000-12-11 19:16:21 +00:00
|
|
|
config auto "awi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-09-10 03:30:47 +00:00
|
|
|
# Teletronics WL2000D 2Mbps wireless card
|
|
|
|
# Might not be right, reports are that it reports ether of 0:0:0:0:0:0
|
|
|
|
card "OEM" "WLAN/WPMCIA"
|
|
|
|
config auto "awi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-12-11 19:16:21 +00:00
|
|
|
# ZoomAir 4000
|
|
|
|
card "Zoom" "Air-4000"
|
|
|
|
config auto "awi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-04-06 02:54:35 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
########## cnw ##########
|
|
|
|
|
|
|
|
# NetWave AirSurfer
|
|
|
|
# NOTE: For some machines, wait cycle for memory access is required.
|
|
|
|
# you should change "0x40" on the last part of "cardmem" line to "0x44",
|
|
|
|
# like:
|
|
|
|
# cardmem 0xd4000 0x20000 0x9000 0x44
|
|
|
|
# IBM ThinkPads are known to require this change.
|
2000-12-11 19:16:21 +00:00
|
|
|
# Xircom CreditCard Netwave
|
2001-03-16 07:36:54 +00:00
|
|
|
card "Xircom" "CreditCard Netwave"
|
|
|
|
config 0x01 "cnw" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2001-09-10 04:08:28 +00:00
|
|
|
########## cs ##########
|
|
|
|
|
|
|
|
# NOTE: This likely doesn't work, but might.
|
|
|
|
# IBM EtherJet PC Card 16bit version
|
|
|
|
card "IBM" "EtherJet PC Card"
|
|
|
|
config auto "cs" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## ed ##########
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# No-brand NE2000 compatible card (FCC ID: LXLC1LANTB)
|
|
|
|
card " " "Ethernet Combo card"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
|
|
|
logstr "NE2000 compatible card"
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Map Japan MPL-972
|
|
|
|
card "2408LAN" "Ethernet"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
1996-03-12 15:39:26 +00:00
|
|
|
# Accton EN2212
|
|
|
|
# Very slow! (PIO mode)
|
|
|
|
card "ACCTON" "EN2212"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ? 0x30
|
|
|
|
ether 0xff0 # 00:00:e8
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Accton EN2216
|
1997-11-14 18:48:59 +00:00
|
|
|
card "ACCTON" "EN2216-PCMCIA-ETHERNET"
|
2000-12-23 16:11:50 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1997-11-14 18:48:59 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Allied Telesis CentreCOM LA-PCM
|
2000-03-16 07:56:40 +00:00
|
|
|
card "Allied Telesis,K.K" "Ethernet LAN Card"
|
2000-12-24 15:38:38 +00:00
|
|
|
config default "ed" ? 0x10
|
|
|
|
ether 0xff0 # 00:00:f4
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1999-10-07 15:50:44 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Allied Telesis CentreCOM LA-PCM_V2 ethernet card
|
|
|
|
# NTT-DATA ASTROWINK-M/MMOIL(IrLAN) ethernet card
|
|
|
|
card "Allied Telesis, K.K." "CentreCOM LA-PCM_V2"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1999-10-11 05:01:08 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Allied Telesis CentreCOM LA100-PCM-T V2
|
|
|
|
card "Allied Telesis, K.K." "CentreCOM LA100-PCM-T V2 100/10M LAN PC Card"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Allied Telesis CentreCOM LA-PCM V3
|
|
|
|
card "Allied Telesis K.K." "LA-PCM V3"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# AmbiCom 10BaseT card
|
|
|
|
card "AmbiCom Inc" "AMB8002T"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2001-12-29 02:15:46 +00:00
|
|
|
# Billionton LNA-100B
|
|
|
|
card "Billionton" "LNA-100B"
|
|
|
|
config auto "ed" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Billionton LNT-10TB
|
|
|
|
card "Billionton" "LNT-10TB"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2001-05-30 21:30:40 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
|
|
|
# Billionton LNT-10TN
|
|
|
|
card "Billionton" "LNT-10TN"
|
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
2001-01-14 08:40:20 +00:00
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
|
|
|
# BUFFALO LPC2-CLT
|
|
|
|
card "BUFFALO" "LPC2-CLT"
|
|
|
|
config auto "ed" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
2000-10-16 19:11:11 +00:00
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2002-03-05 05:51:30 +00:00
|
|
|
# BUFFALO LPC3-CLT
|
|
|
|
card "BUFFALO" "LPC3-CLT"
|
|
|
|
config auto "ed" ? 0x30000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-11-01 10:30:53 +00:00
|
|
|
# BUFFALO LPC3-CLX
|
|
|
|
card "BUFFALO" "LPC3-CLX"
|
2000-12-23 15:27:54 +00:00
|
|
|
config auto "ed" ? 0x30000
|
|
|
|
ether 0x1c8
|
2000-11-01 10:30:53 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# CNet BC40 adapter
|
|
|
|
card "CNet" "CN40BC Ethernet"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-10-08 07:42:52 +00:00
|
|
|
# COREGA FEther PCC-TXF
|
|
|
|
card "corega" "FEther PCC-TXF"
|
2001-06-26 20:50:34 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-10-08 07:42:52 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# COREGA Ether PCC-T and COREGA EtherII PCC-T
|
|
|
|
card "corega K.K." "/corega Ether(II)? PCC-T/"
|
2000-10-01 05:50:18 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1997-12-16 02:43:26 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# COREGA FastEther PCC-TX
|
|
|
|
card "corega K.K." "corega FastEther PCC-TX"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
2001-01-03 08:42:08 +00:00
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
|
|
|
# COREGA FEther PCC-TXD
|
|
|
|
card "corega K.K." "corega FEther PCC-TXD"
|
|
|
|
config auto "ed" ? 0x30000
|
|
|
|
insert /etc/pccard_ether $device start
|
2000-10-16 19:11:11 +00:00
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-05-16 07:17:24 +00:00
|
|
|
# Corega PCM-T
|
|
|
|
card "Corega,K.K." "Ethernet LAN Card"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2001-06-26 20:50:34 +00:00
|
|
|
ether 0xff0 # 00:00:f4
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-16 07:17:24 +00:00
|
|
|
|
2001-09-09 23:28:09 +00:00
|
|
|
# Surecome EP-427X PCMCIA ethernet
|
|
|
|
card "CouplerlessPCMCIA" "100BASE"
|
|
|
|
config auto "ed" ? 0x30000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# CyQ've ELA-010
|
|
|
|
card "CyQ've" "ELA-010"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-06-20 12:02:12 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# CyQ've ELA-110 and ELA-110E
|
|
|
|
card "CyQ've" "/ELA-110E? 10/100M LAN Card/"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-29 08:21:19 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# D-Link DE-650 and DE-660
|
|
|
|
card "D-Link" "/DE-6[56]0/"
|
|
|
|
config auto "ed" ? 0x10
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# D-Link DFE-650 Fast Ethernet Card
|
2000-03-16 07:56:40 +00:00
|
|
|
card "D-Link" "DFE-650"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ? 0x80010
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1999-07-25 01:21:44 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# D-Link DME-560T LAN/FAX/MODEM Card (as Ethernet)
|
|
|
|
card "D-Link" "DME560T"
|
2000-07-16 17:33:54 +00:00
|
|
|
config default "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Danpex (Alloy, etc.) EN-6200P2
|
|
|
|
card "DANPEX" "EN-6200P2"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-01-15 05:44:14 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Dayna Communications CommuniCard E
|
|
|
|
card "Dayna Communications, Inc." "CommuniCard E"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0x110 # 00:80:19
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Digital DEPCM-BA Ethernet
|
|
|
|
card "DIGITAL" "DEPCM-XX"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 00:00:e8
|
2002-01-08 22:32:00 +00:00
|
|
|
# ether 0x1c0 # 00:00:e8 -- seen on a rev. C01 card
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-30 05:28:14 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Planex FNW-3600-T and FNW-3600-TX DirectDock (second model)
|
|
|
|
card "Dual Speed" "/10/100( Port Attached)? PC Card/"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-11 14:22:19 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Linksys Combo PCMCIA Ethernet Card
|
1997-12-05 04:33:58 +00:00
|
|
|
card "E-CARD" "E-CARD"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
|
|
|
logstr "Linksys Combo Ethernet Card"
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1997-12-05 04:33:58 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Eiger Labs Ethernet COMBO
|
|
|
|
card "EIGER Labs Inc." "Ethernet COMBO Card"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# XXX Compex Net-A adapter, Telecom SuperSocket RE450T,
|
|
|
|
# Apollo PCMCIA Ethernet Adapter, PLANEX ENW-3503-T and
|
|
|
|
# Fiber line 10M Ethernet COMBO have same manufacturer and
|
2000-07-16 17:33:54 +00:00
|
|
|
# card version string. They should be distinguished by
|
|
|
|
# other info. (such as additional information or OEM-ID/product-ID).
|
|
|
|
|
1998-02-24 13:56:38 +00:00
|
|
|
# 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"
|
2000-10-30 14:26:52 +00:00
|
|
|
config auto "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# ether 0x110 # 00:e0:98
|
|
|
|
ether 0xff0 # 00:e0:98
|
2000-10-30 14:26:52 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-10-17 22:31:27 +00:00
|
|
|
|
|
|
|
# pci Ethernet Adapter Card
|
|
|
|
card "Ethernet" "CF Size PC Card"
|
2000-10-30 14:26:52 +00:00
|
|
|
config auto "ed" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-10-17 22:31:27 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# "Ethernet Adapter" "E2000 PCMCIA Ethernet"
|
|
|
|
card "Ethernet Adapter" "E2000 PCMCIA Ethernet"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# ADDTRON EP-210A
|
|
|
|
card "EP-210 PCMCIA LAN CARD." "/.*/"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0x110 # 00:40:33
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Planex FNW-3700-T Fast Ethernet
|
2000-05-30 05:28:14 +00:00
|
|
|
card "Fast Ethernet" "16-bit PC Card"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x30000
|
2000-12-18 15:28:53 +00:00
|
|
|
logstr "Planex FNW-3700-T"
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-30 05:28:14 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Planex FNW-3600-T 16bit Fast Ethernet (old model)
|
2000-03-16 07:56:40 +00:00
|
|
|
card "Fast Ethernet" "Adapter"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-07-16 17:33:54 +00:00
|
|
|
logstr "Planex FNW-3600-T"
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-10-21 15:09:27 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# TDK Grey Cell GCS2000 and GCS2220
|
|
|
|
card "Grey Cell" "/GCS2(00|22)0/"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# GVC NIC-2000P Ethernet Card
|
|
|
|
card "GVC" "NIC-2000p"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1998-02-24 13:56:38 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# IBM PCMCIA Ethernet I/II, RIOS PC CARD II ETHERNET
|
2000-03-16 07:56:40 +00:00
|
|
|
card "IBM Corp." "Ethernet"
|
2000-12-23 16:01:16 +00:00
|
|
|
config auto "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 08:00:5a 00:04:ac 00:06:29
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1999-09-06 18:29:09 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# AR-P500 ethernet card, Planet Communications Smart COM 3500 same as
|
|
|
|
# model ENW-3500 and ENW-3501-T, IC-CARD Ethernet, SYSCOM SC100 Ethernet Card
|
|
|
|
# ELECOM Laneed LD-CDY, IC-CARD+ Ethernet card
|
2000-12-29 09:57:17 +00:00
|
|
|
card "/^IC-CARD\+?$/" "/^IC-CARD\+?$/"
|
2000-10-02 14:41:09 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-02-14 08:02:27 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# I/O DATA PCLA/T
|
|
|
|
card "I-O DATA" "PCLA"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
# ether 0x1c0 # 00:a0:b0
|
|
|
|
ether 0xff0 # 00:a0:b0
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# I-O DATA PCET/TX
|
2000-03-16 07:56:40 +00:00
|
|
|
card "IO DATA" "PCETTX"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1999-10-16 13:52:43 +00:00
|
|
|
|
2001-03-12 13:11:17 +00:00
|
|
|
# I-O DATA PCET/TX-R
|
|
|
|
card "IO DATA" "PCETTXR"
|
|
|
|
config auto "ed" ? 0x80000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-03-09 00:30:48 +00:00
|
|
|
# I-O DATA PCLA/TE
|
|
|
|
card "IO DATA" "PCLATE"
|
|
|
|
config auto "ed" ? 0x10
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# KANSAI ELECTRIC KLA-PCM/T
|
|
|
|
card "KANSAI ELECTRIC CO.,LTD" "KLA-PCM/T"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Kingston KNE-PC2
|
2000-05-16 05:49:29 +00:00
|
|
|
card "Kingston" "KNE-PC2"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Kingston KNE-PCM/x Ethernet
|
|
|
|
card "Kingston Technology Corp." "/EtheRx PC Card Ethernet.*/"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 00:c0:f0
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# ELECOM Laneed LD-10/100CD
|
|
|
|
card "Laneed" "LD-10/100CD"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-16 05:49:29 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# ELECOM Laneed LD-CDF, LD-CDS
|
|
|
|
card "Laneed" "/LD-CD[FS]/"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-26 00:59:34 +00:00
|
|
|
# ELECOM Laneed LD-CDL/TX
|
|
|
|
card "Laneed" "LD-CDL/TX"
|
|
|
|
config auto "ed" ? 0x80000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Linksys Combo PCMCIA EthernetCard (model EC2T on box)
|
|
|
|
card "Linksys" "Combo PCMCIA EthernetCard (EC2T)"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Linksys Combo PCMCIA Ethernet Card
|
|
|
|
card "LINKSYS" "E-CARD"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
logstr "Linksys Combo Ethernet Card"
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2001-09-10 08:07:46 +00:00
|
|
|
# Linksys PCMLM56
|
|
|
|
# Not currently working for me, but others say it does.
|
2001-09-09 23:58:09 +00:00
|
|
|
card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)"
|
|
|
|
config auto "ed" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-05-27 04:48:30 +00:00
|
|
|
# Linksys EtherFast 10/100 Intergrated PC Card (PCM100)
|
|
|
|
card "Linksys" "EtherFast 10/100 Integrated PC Card (PCM100)"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-27 04:48:30 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Linksys EtherFast 10/100 PC Card (PCMPC100), model V2 and V3
|
2000-12-20 17:13:09 +00:00
|
|
|
card "Linksys" "/Ether[Ff]ast 10/100 PC Card \(PCMPC100.*\)/"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-11-21 07:01:24 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Logitec LPM-LN100TX 100BASE-TX Ethernet LAN CARD
|
|
|
|
card "Logitec" "LPM-LN100TX"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-30 05:28:14 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Logitec LPM-LN20T
|
|
|
|
card "Logitec" "LPM-LN20T"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-30 01:41:01 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Socket LP-E (WinCE Low Power Ethernet)
|
|
|
|
card "Low Power Ethernet LAN Adapter" "Socket Communications, Inc"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# ELECOM Laneed LD-CDWA (DP83902A), MACNICA Ethernet ME1 for JEIDA
|
2000-07-16 14:33:47 +00:00
|
|
|
card "MACNICA" "ME1-JEIDA"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xb8 # 08:00:42
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Matsushita Electric Industrial Co.,LTD. CF-VEL211P-B
|
|
|
|
card "Matsushita Electric Industrial Co.,LTD." "CF-VEL211"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 00:80:45
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# MELCO LPC2-T
|
|
|
|
card "MELCO" "LPC2-T"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# MELCO LPC2-TX
|
|
|
|
card "MELCO" "LPC2-TX"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-11-01 10:30:53 +00:00
|
|
|
# MELCO LPC3-TX
|
2000-05-30 05:28:14 +00:00
|
|
|
card "MELCO" "LPC3-TX"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ? 0x30000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-30 05:28:14 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# National Semiconductor InfoMover 4100 and NE4100
|
|
|
|
card "National Semiconductor" "/InfoMover (NE)?4100/"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 08:00:17
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1999-11-05 11:17:23 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# NDC Ethernet Instant-Link NE2000 clone
|
|
|
|
card "NDC" "Ethernet"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ? 0x30
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2001-09-09 23:10:38 +00:00
|
|
|
# Addtron NE-2000 compatible NIC
|
|
|
|
card "NE2000 Compatible PC Card" "PCMCIA"
|
|
|
|
config auto "ed" ? 0x10
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# NEC PC-9801N-J12
|
|
|
|
card "NEC" "PC-9801N-J12"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 00:00:4c
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
1999-11-21 09:48:15 +00:00
|
|
|
# BayNetworks NETGEAR FA410TXC Fast Ethernet
|
|
|
|
card "NETGEAR" "FA410TX"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1999-05-14 03:52:07 +00:00
|
|
|
|
2001-09-09 20:31:26 +00:00
|
|
|
# BayNetworks NETGEAR FA411 Fast Ethernet
|
|
|
|
card "NETGEAR" "FA411"
|
|
|
|
config auto "ed" ? 0x30000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
1999-11-05 11:21:19 +00:00
|
|
|
# Network Everywhere Ethernet 10BaseT PC Card
|
|
|
|
card "Network Everywhere" "Ethernet 10BaseT PC Card"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1999-11-05 11:21:19 +00:00
|
|
|
|
2000-05-30 01:41:01 +00:00
|
|
|
# Network Everywhere Ethernet Fast Ethernet 10/100 PC Card
|
|
|
|
card "Network Everywhere" "Fast Ethernet 10/100 PC Card"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-30 01:41:01 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# New Media Corporation LiveWire 10/100
|
|
|
|
card "New Media Corporation" "LiveWire 10/100"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# NextCom Next Hawk Etherneet Adapter
|
|
|
|
card "NextCom K.K." "Next Hawk"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Nihon Unisys, Ltd. JPF0400-ETH and JPF0400-LAN
|
|
|
|
card "Nihon Unisys, Ltd." "/JPF0400-(ETH|LAN)/"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 00:80:45
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2001-12-27 03:59:21 +00:00
|
|
|
# Longshine LCS-8534TB
|
|
|
|
card "PCMCIA" "/^Ethernet$/"
|
|
|
|
config auto "ed" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# No-brand NE-2000 compatible card
|
|
|
|
card "PCMCIA" "ETHERNET V1.0"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-07-16 14:33:47 +00:00
|
|
|
ether 0xff0
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Telecom Device SuperSocket HPC100
|
|
|
|
card "PCMCIA" "FastEthernet"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x30000
|
|
|
|
logstr "Telecom Device SuperSocket HPC100"
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1999-11-05 11:21:19 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Billionton 10Base-TX ETHERNET PCCARD (aka UE2216)
|
2000-05-27 04:48:30 +00:00
|
|
|
# Also Genuius "Ethernet ME3000II SE"
|
2000-03-16 07:56:40 +00:00
|
|
|
card "PCMCIA" "PCMCIA-ETHERNET-CARD"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-07-16 17:33:54 +00:00
|
|
|
logstr "UE2216"
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Planet Smart COM 2000, Melco LPC-T
|
2000-03-16 07:56:40 +00:00
|
|
|
card "PCMCIA" "UE2212"
|
2000-10-02 14:41:09 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 00:00:e8
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1997-12-05 04:33:58 +00:00
|
|
|
|
2001-11-15 05:54:25 +00:00
|
|
|
# GVC 10Mbps Ethernet Card
|
|
|
|
card "PCMCIA" "Ethernet Card"
|
|
|
|
config auto "ed" ?
|
|
|
|
logstr "Generic PCMCIA Ethernet Card"
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# EXPsys PCMCIA Ethernet Combo, Relia PCMCIA Ethernet
|
|
|
|
card "PCMCIA LAN" "Ethernet"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
|
|
|
logstr "EXPsys Ethernet"
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# LinkMates LM 336 LAN Fax/Modem PC Card (as Ethernet only)
|
2000-03-16 07:56:40 +00:00
|
|
|
card "PCMCIAs" "ComboCard"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x24 "ed" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-07-16 17:33:54 +00:00
|
|
|
logstr "LinkMates LM 336"
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Telecom Device SuperSocket LM336 (as Ethernet only)
|
|
|
|
card "PCMCIAs" "LanModem"
|
2000-07-16 17:33:54 +00:00
|
|
|
config default "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-07-16 17:33:54 +00:00
|
|
|
logstr "SuperSocket LM336"
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# PreMax PE-200 Ethernet Card
|
2002-02-23 16:38:45 +00:00
|
|
|
card "/PMX */" "PE-200"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0x7f0 # 00:20:e0
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Psion Dacom Gold Card V34 Ethernet GSM
|
|
|
|
# as ethernet
|
|
|
|
card "Psion Dacom" "Gold Card V34 Ethernet GSM"
|
2000-10-17 22:31:27 +00:00
|
|
|
config auto "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# RIOS PC CARD3 ETHERNET
|
|
|
|
card "RIOS Systems Co." "PC CARD3 ETHERNET"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 00:00:48
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-26 05:30:51 +00:00
|
|
|
|
|
|
|
# RPTI EP401 Ethernet card
|
|
|
|
card "RPTI" "EP401 Ethernet NE2000 Compatible"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-26 05:30:51 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# SCM Ethernet Combo (*Not SMC :-)*)
|
|
|
|
card "SCM" "Ethernet Combo card"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 00:20:cb
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Epson EEN10B Ethernet Card
|
|
|
|
card "Seiko Epson Corp." "Ethernet"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0xff0 # 00:00:48
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
2001-09-09 23:13:59 +00:00
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-09-09 23:40:28 +00:00
|
|
|
# SMC EXCard-10-PCMCIA
|
|
|
|
card "SMC" "EZCard-10-PCMCIA"
|
2001-09-10 08:05:29 +00:00
|
|
|
config 0x20 "ed" ?
|
2001-09-09 23:13:59 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
2000-10-16 19:11:11 +00:00
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# 3way 3WL-847-TX
|
|
|
|
card "SUN WAY" "3WL-847-TX 100BASE-TX"
|
2000-12-18 15:28:53 +00:00
|
|
|
config auto "ed" ? 0x80000
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Surecom EtherPerfect EP-427
|
|
|
|
card "TAMARACK" "Ethernet"
|
2000-10-17 22:31:27 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-10-05 19:20:35 +00:00
|
|
|
# TDK LAK-CD031
|
|
|
|
card "TDK" "/LAK-CD031.*/"
|
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-10-05 19:20:35 +00:00
|
|
|
|
2000-12-18 15:28:53 +00:00
|
|
|
# Telecom Device SuperSocket RE450T
|
|
|
|
card "Telecom Device K.K." "SuperSocket RE450T"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-18 15:28:53 +00:00
|
|
|
# Telecom Device SuperSocket RE550T
|
|
|
|
card "Telecom Device K.K." "SuperSocket RE550T"
|
|
|
|
config auto "ed" ? 0x80000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Toshiba Joho System PTJ-LAN/T
|
|
|
|
card "TJ" "Ethernet"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ? 0x10
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-11-01 10:30:53 +00:00
|
|
|
# XXX NOT SUPPORTED YET
|
|
|
|
# TOSHIBA LABCTA00A (Add `option TOSH_ETHER' line to your kernel
|
|
|
|
# configuration file and rebuilding kernel.)
|
|
|
|
#card "TOSHIBA" "LANCT00A"
|
2000-12-24 15:38:38 +00:00
|
|
|
# config default "ed" ? 0x10
|
2000-11-01 10:30:53 +00:00
|
|
|
# cardmem 0xd0000 0x0000 32k
|
|
|
|
## cardmem 0xd8000 0x0000 32k
|
|
|
|
# insert /etc/pccard_ether $device start
|
|
|
|
# remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Xircom CompactCard Ethernet 10 (CFE-10)
|
2000-07-12 01:20:55 +00:00
|
|
|
card "Xircom" "CompactCard Ethernet"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "ed" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-12 01:20:55 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## ep ##########
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# 3Com Fast Etherlink 3C574TX
|
|
|
|
card "3Com" "3C574-TX Fast EtherLink PC Card"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ep" ? 0x1
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# 3Com Megahertz 3CCFEM556BI, 3CXEM556 and model B
|
2000-07-16 14:33:47 +00:00
|
|
|
# as ethernet
|
2000-12-24 15:38:38 +00:00
|
|
|
card "3Com" "/Megahertz 3C(CF|X)EM556/"
|
2000-07-16 17:33:54 +00:00
|
|
|
config default "ep" ? 0x1
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# 3Com Megahertz 574B same as 3Com Fast Etherlink 3C574B
|
2000-03-16 07:56:40 +00:00
|
|
|
card "3Com" "Megahertz 574B"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ep" ? 0x1
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-07 08:51:39 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# 3Com Etherlink III 3CXE589EC and 3CXE589ET
|
2000-03-16 07:56:40 +00:00
|
|
|
card "3Com" "Megahertz 589E"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ep" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-07 04:52:49 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# 3Com OfficeConnect 3CXSH572BT
|
|
|
|
card "3Com" "OfficeConnect 572B"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ep" ? 0x1
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1997-10-23 14:00:40 +00:00
|
|
|
|
2000-03-26 05:30:51 +00:00
|
|
|
# 3Com Etherlink III 3C562 (as Network)
|
|
|
|
# Don't think this will work.
|
|
|
|
#card "3Com Corporation" "3C562"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config 0x9 "ep" ?
|
2000-10-30 14:26:52 +00:00
|
|
|
# insert /etc/pccard_ether $device start -link0 link1
|
|
|
|
# remove /etc/pccard_ether $device stop
|
2000-03-26 05:30:51 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# 3Com Etherlink III 3C589, 3C589B, 3C589C, 3C589D
|
|
|
|
card "3Com Corporation" "/3C589/"
|
|
|
|
config auto "ep" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start -link0 link1
|
|
|
|
# insert /etc/pccard_ether $device start link0 -link1
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-01-27 23:09:13 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Farallon EtherMac
|
|
|
|
card "Farallon" "ENet"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "ep" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1999-11-16 17:44:31 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## ex ##########
|
1999-11-16 17:44:31 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Olicom OC2220
|
|
|
|
card "Olicom" "Ethernet"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x1 "ex" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## fe ##########
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# CONTEC C-NET(PC)C Ethernet
|
2000-09-14 16:20:52 +00:00
|
|
|
card "CONTEC Co.,Ltd." "/C-NET\(PC\)C.*/"
|
|
|
|
config auto "fe" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0x58 # 00:80:4c
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Fujitsu MBH10303 Ethernet PCMCIA
|
2002-02-23 16:38:45 +00:00
|
|
|
card "EAGLE Technology" "/NE200 ETHERNET LAN MBH10303 */"
|
2000-09-14 16:20:52 +00:00
|
|
|
config auto "fe" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-07-11 17:52:41 +00:00
|
|
|
# Eiger Labs EPX-10BT
|
2000-09-14 16:20:52 +00:00
|
|
|
card "Eiger labs,Inc." "EPX-10BT PC Card Ethernet 10BT"
|
|
|
|
config auto "fe" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Fujitsu FMV-J182, FMV-J182A
|
2000-09-14 16:20:52 +00:00
|
|
|
card "FUJITSU" "LAN Card(FMV-J182)"
|
|
|
|
config auto "fe" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# These cards have same ID strings, and different MAC address
|
|
|
|
# locations.
|
|
|
|
# ether 0xf2c # 00:00:0e #FMV-J182
|
|
|
|
ether 0x1cc # 00:00:0e #FMV-J182A
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Fujitsu Towa LA501 Ethernet
|
2000-09-14 16:20:52 +00:00
|
|
|
card "FUJITSU TOWA" "LA501"
|
|
|
|
config auto "fe" ? 0x10
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0x332 # 00:00:0e
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-11 17:52:41 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# HITACHI HT-4840-11
|
2000-09-14 16:20:52 +00:00
|
|
|
card "HITACHI" "HT-4840-11"
|
|
|
|
config auto "fe" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# NextCom J Link NC5310
|
2000-09-14 16:20:52 +00:00
|
|
|
card "NextComK.K." "/NC5310 Ver1\.0.*/"
|
|
|
|
config auto "fe" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# RATOC REX-5588, REX-9822, REX-4886
|
2000-09-14 16:20:52 +00:00
|
|
|
card "PCMCIA LAN MBH10304 ES" " 01"
|
|
|
|
config auto "fe" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# ether 0x32c # 00:c0:d0 # many minor revs....
|
|
|
|
# ether 0x328 # 00:c0:d0
|
|
|
|
ether 0x200 # 00:c0:d0
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Fujitsu MBH10302
|
2000-09-14 16:20:52 +00:00
|
|
|
card "PCMCIA MBH10302" "01"
|
|
|
|
config auto "fe" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# RATOC REX-R280
|
2000-09-14 16:20:52 +00:00
|
|
|
card "RATOC System Inc." "10BASE_T CARD R280"
|
|
|
|
config auto "fe" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0x1fc # 00:c0:d0
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# TDK LAK-CD021, LAK-CD021A, LAK-CD021BX
|
2000-09-14 16:20:52 +00:00
|
|
|
card "TDK" "LAC-CD02x"
|
|
|
|
config auto "fe" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# These cards have same ID strings, and different MAC address
|
|
|
|
# locations.
|
|
|
|
# ether 0x92 # 00:80:98 # LAC-CD021, LAC-021A
|
|
|
|
# ether 0x96 # 00:80:98 # LAC-CD021BX
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
########## fdc ##########
|
|
|
|
|
|
|
|
# Libretto Floppy disk
|
|
|
|
card "Y-E DATA" "External FDD"
|
2000-05-30 05:28:14 +00:00
|
|
|
config 0x4 "fdc" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
########## gp ##########
|
|
|
|
|
|
|
|
# XXX NOT SUPPORTED YET
|
|
|
|
# National Instruments PCMCIA-GPIB Cards
|
|
|
|
#card "National Instruments" "PCMCIA-GPIB"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config default "gp" pio
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
########## hss ##########
|
|
|
|
|
|
|
|
# XXX NOT SUPPORTED YET
|
|
|
|
# Hitachi microcomputer speech synthesizer card
|
|
|
|
#card "/HITACHI MICROCOMPUTER SYSTEM LTD.*/" "MSSHVPC02"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config default "hss" pio
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
########## joy ##########
|
|
|
|
|
|
|
|
# IO DATA PCJOY
|
2001-12-27 02:12:32 +00:00
|
|
|
card "IO DATA" "PCJOY"
|
|
|
|
config auto "joy" ?
|
|
|
|
# config 0x1 "joy" pio
|
|
|
|
# config 0x2 "joy" pio
|
|
|
|
|
|
|
|
# Game Card B236 by BONDWELL
|
|
|
|
card "BONDWELL" "B236"
|
|
|
|
config auto "joy" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-05-30 05:28:14 +00:00
|
|
|
########## ncv ##########
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# New Media Corporation BASICS SCSI
|
|
|
|
# (Do not put this entry under Bustoaster)
|
2000-10-26 11:25:10 +00:00
|
|
|
card "BASICS by New Media Corporation" "SCSI Sym53C500"
|
|
|
|
config auto "ncv" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Media Intelligent SCSI-2 PC Card MSC-200
|
2000-10-26 11:25:10 +00:00
|
|
|
card "EPSON" "SCSI-2 PC Card SC200"
|
|
|
|
config auto "ncv" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-05-30 05:28:14 +00:00
|
|
|
# KME (TAXAN ICD-400PN, etc.)
|
2000-10-26 11:25:10 +00:00
|
|
|
card "KME" "KXLC002"
|
|
|
|
config auto "ncv" ? 0xb4d00000
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# KME KXLC004
|
2000-10-26 11:25:10 +00:00
|
|
|
card "KME" "KXLC004"
|
2000-10-29 06:54:32 +00:00
|
|
|
config auto "ncv" ? 0xb4d00100
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# IO DATA PCSC-DV
|
|
|
|
# Macnica Miracle SCSI mPS100
|
2000-10-26 11:25:10 +00:00
|
|
|
card "MACNICA" "MIRACLE SCSI" "mPS100" "D.0"
|
|
|
|
config auto "ncv" ? 0xb6250000
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Macnica Miracle SCSI-II mPS110
|
2000-10-26 11:25:10 +00:00
|
|
|
card "MACNICA" "MIRACLE SCSI-II mPS110"
|
|
|
|
config auto "ncv" ? 0
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# NEC PC-9801N-J03R
|
2000-10-26 11:25:10 +00:00
|
|
|
card "NEC" "PC-9801N-J03R"
|
|
|
|
config auto "ncv" ? 0
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Qlogic Fast SCSI
|
2000-10-26 11:25:10 +00:00
|
|
|
card "QLOGIC CORPORATION" "pc05"
|
|
|
|
config auto "ncv" ? 0x84d00000
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# RATOC REX-9530
|
2000-10-26 11:25:10 +00:00
|
|
|
card "RATOC System Inc." "/SCSI2 CARD.*/"
|
|
|
|
config auto "ncv" ? 0x84d00000
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# RATOC REX-5572 (as SCSI only)
|
2000-10-30 14:26:52 +00:00
|
|
|
card "RATOC System Inc." "/SOUND/SCSI2 CARD.*/"
|
2000-10-26 11:25:10 +00:00
|
|
|
config auto "ncv" ? 0x84d00000
|
|
|
|
# cardio 0x640 0x10
|
|
|
|
iosize 16
|
2000-05-30 05:28:14 +00:00
|
|
|
|
|
|
|
########## nsp ##########
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# WORKBIT Ninja SCSI series
|
2002-02-23 16:38:45 +00:00
|
|
|
card "IO DATA" "/CBSC16 */"
|
2000-10-26 11:25:10 +00:00
|
|
|
config auto "nsp" ?
|
2001-02-12 07:32:04 +00:00
|
|
|
|
|
|
|
# Hewlett Packard M820e (CD-writer)
|
2002-02-23 16:38:45 +00:00
|
|
|
card "/KME */" "SCSI-CARD-001"
|
2001-02-12 07:32:04 +00:00
|
|
|
config auto "nsp" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-05-30 05:28:14 +00:00
|
|
|
# WORKBIT Ninja SCSI series
|
2000-10-26 11:25:10 +00:00
|
|
|
card "WBT" "NinjaSCSI-3"
|
|
|
|
config auto "nsp" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# WORKBIT Ninja SCSI series (PIO mode)
|
2000-10-27 13:59:16 +00:00
|
|
|
# (If you want to use them in PIO mode comment out above and uncommnet below.)
|
|
|
|
#card "WBT" "NinjaSCSI-3"
|
2000-10-29 06:54:32 +00:00
|
|
|
# config auto "nsp" ? 0x100
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
########## opl ##########
|
|
|
|
|
|
|
|
# XXX NOT SUPPORTED YET
|
|
|
|
# RATOC REX-5570 Sound Card
|
|
|
|
#card "1195 RATOC System Inc." "REX5570 SOUND CARD"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config default "opl" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-11-12 22:14:22 +00:00
|
|
|
########## ray ##########
|
|
|
|
|
|
|
|
# WebGEAR Aviator 2.4
|
|
|
|
card "WebGear" "PC Card WLAN Adapter"
|
|
|
|
config auto "ray" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-05-17 19:55:11 +00:00
|
|
|
# Raytheon Raylink 802.11 Wireless LAN
|
|
|
|
card "RAYTHEON" "RayLink PC Card WLAN Adapter"
|
2001-06-26 20:50:34 +00:00
|
|
|
config auto "ray" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2001-05-17 19:55:11 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
########## scc ##########
|
|
|
|
|
|
|
|
# XXX NOT SUPPORTED YET
|
|
|
|
# IBM Smart Capture Card
|
|
|
|
#card "IBM Corp." "Video Capture"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config default "scc" pio
|
2000-07-16 14:33:47 +00:00
|
|
|
# cardmem 0xd4000 0x0 0x8000
|
2000-05-30 05:28:14 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## sio ##########
|
|
|
|
|
|
|
|
# 3Com/USR/MegaHertz 3CCM156
|
|
|
|
card "3COM" "3CCM156"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# 3com/USR/Megahertz 3CCM556
|
|
|
|
card "3Com" "3CXM/3CCM556"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# 3Com Etherlink III 3C562 and 3C563 (as Modem)
|
|
|
|
card "3Com Corporation" "/3C56[23]/"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x09 "sio" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-03-26 05:30:51 +00:00
|
|
|
|
2000-05-30 05:28:14 +00:00
|
|
|
# ADVANTECH COMpad-32/85 (dual port, but only one works)
|
|
|
|
card "ADVANTECH" "COMpad-32/85"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ? 0x330
|
2000-05-30 05:28:14 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Apex Data 28.8 PC Card "MOBILE PLUS Cellular" modem.
|
|
|
|
card "AD PC_CARD" "RC288ACL"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
|
|
|
|
|
|
|
# AIWA PV-JF288
|
2002-02-23 16:38:45 +00:00
|
|
|
card "AIWA CO.,LTD." "/PV-JF288 */"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# AIWA PV-JF3356
|
|
|
|
card "AIWA CO.,LTD. MODEM" "PV-JF3356"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ? 0x40000
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# APEX DATA MultiCard (as Modem only)
|
|
|
|
card "APEX DATA" "MULTICARD"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0xb "sio" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Eiger 33.6 modem
|
|
|
|
card "AT&T" "V34+ Fax Modem"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# AT&T Paradyne KeepInTouch 14.4 modem
|
|
|
|
card "AT&T Paradyne" "KeepInTouch Card"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
reset 1000
|
|
|
|
|
|
|
|
# BUG Linkboy D64K (ISDN)
|
|
|
|
card "BUG Inc." "Linkboy D64K"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
|
|
|
# NewMedia 14.4K FAX/Data Modem
|
|
|
|
card "CIRRUS LOGIC" "FAX MODEM"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-05-16 06:37:59 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# COM1 SA
|
2000-12-24 15:38:38 +00:00
|
|
|
card "COM1 SA" "/MC2(18|20) CARD/"
|
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-03-26 05:30:51 +00:00
|
|
|
# Digiteam Expresso 14.4 Modem
|
|
|
|
card "Digiteam GmbH" "Expresso Modem"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-26 05:30:51 +00:00
|
|
|
|
2000-05-16 06:37:59 +00:00
|
|
|
# Eicon DIVA T/A
|
|
|
|
# at@menu Config menu
|
|
|
|
# at>vc View current profile
|
|
|
|
# at>vd View troubleshooting information
|
|
|
|
card "Eicon Technology" "DIVA T/A"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-05-16 06:37:59 +00:00
|
|
|
|
2000-07-10 08:21:54 +00:00
|
|
|
# Ericsson DC23 GSM modem card
|
|
|
|
card "ERICSSON" "Modem, DC23"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-07-10 08:21:54 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# GATEWAY 2000 FAX/Data Modem (14.4K)
|
|
|
|
card "GATEWAY2000" "CC3144"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
1998-09-25 22:08:53 +00:00
|
|
|
# This one does work though
|
|
|
|
card "HAYES" "OPT288"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1998-09-25 22:08:53 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Hayes OPTIMA 288 FAX/Data Modem
|
|
|
|
# currently does not work on my machine
|
|
|
|
card "Hayes" "OPTIMA 288 + FAX fo"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
reset 10000
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# IBM Push/Pop Modem (14.4K)
|
|
|
|
card "IBM" "Push/Pop Modem(14.4K)"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-05-27 04:48:30 +00:00
|
|
|
# IBM 56k PCCCARD modem
|
|
|
|
card "IBM" "56K PC Card Modem"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-05-27 04:48:30 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# Intel EtherExpress(TM) PRO/100 LAN/Modem PC Card Adapter (as modem)
|
|
|
|
card "Intel" "EtherExpress(TM) PRO/100 LAN/Modem PC Card Adapter"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x1f "sio" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-03-26 05:30:51 +00:00
|
|
|
# US Robotics Worldport 14400
|
|
|
|
card "Intel" "MODEM 2400+"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-26 05:30:51 +00:00
|
|
|
|
|
|
|
# Intelligent SurfCard
|
|
|
|
card "Intelligent" "PCMCIA FAX+MODEM"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-26 05:30:51 +00:00
|
|
|
reset 1000
|
|
|
|
|
|
|
|
# Megahertz XJEM3288 (as modem)
|
|
|
|
card "MEGAHERTZ" "CC/XJEM3288"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ?
|
2000-03-26 05:30:51 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Megahertz XJEM1336 (as modem)
|
|
|
|
card "MEGAHERTZ" "CC/XJEM3336"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ?
|
1998-06-08 21:10:41 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Megahertz XJ1144, XJ2144 (US and JP), XJ2288, XJ3288
|
|
|
|
card "MEGAHERTZ" "/XJ[0-9]+/"
|
|
|
|
config auto "sio" ?
|
1999-11-05 11:11:09 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Megahertz XJ-CC4288
|
|
|
|
card "Megahertz" "XJ-CC4288"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Megahertz XJ4336
|
|
|
|
card "Megahertz" "XJ4336-CC4336"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# XXX generic serial?
|
|
|
|
# Megahertz X-Jack Ethernet/Modem 14.4K (as Modem only)
|
|
|
|
card "Megahertz" "XJEM1144/CCEM1144"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x27 "sio" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Motorola Montana
|
|
|
|
card "Motorola" "MONTANA 33.6 FAX/MODEM"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# XXX generic serial?
|
|
|
|
# Motorola Marine multifunction card (as modem)
|
|
|
|
card "Motorola, Inc." "MARINER MODEM/FAX/LAN"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x35 "sio" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
1998-02-24 13:32:36 +00:00
|
|
|
# NTT ThunderCard Modem
|
|
|
|
card "NTT-IT CO., LTD" "ThunderCard AVF288, V.34"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1998-02-24 13:32:36 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# NTT DoCoMo Mobile D Card 96P1
|
|
|
|
card "NTT DoCoMo" "Mobile D Card 96P1"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ? 0x82
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-05-30 05:28:14 +00:00
|
|
|
# NTT DoCoMo (formerly NTT Personal) Paldio 611S
|
|
|
|
card "NTT DoCoMo" "PALDIO 611S PC CARD"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ? 0x40000
|
2000-05-30 05:28:14 +00:00
|
|
|
|
2000-01-27 23:09:13 +00:00
|
|
|
# NTT DoCoMo DATA/FAX Adapter
|
|
|
|
card "NTT DoCoMo" "PCMCIA DATA/FAX ADAPTER 9600 Mark2"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# NTT DoCoMo DATA/FAX Adapter
|
|
|
|
card "NTT DoCoMo" "/PCMCIA DATA/FAX.*/"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ? 0x82
|
2000-01-27 23:09:13 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# NTT-IT ThunderCard
|
|
|
|
card "NTT Intelligent Technology Co., Ltd." "ThunderCard DD128"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ? 0x80
|
2000-07-16 14:33:47 +00:00
|
|
|
reset 1000
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# NTT DoCoMo (formerly NTT Personal) FAX/Data 32K PHS Card Paldio 321S
|
|
|
|
card "NTT Personal" "32K Paldio 321S PC CARD"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
|
|
|
# config auto "sio" ? 0x40000
|
2000-01-24 12:12:37 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# NTT DoCoMo (formerly NTT Personal) FAX/Data 32K PHS Card Paldio 341S
|
|
|
|
card "NTT Personal" "32K Paldio 341S PC CARD"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# NTT Personal Paldio Data Card DC-1S
|
|
|
|
card "NTT Personal" "/Paldio Data.*/" "DC-1S"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ? 0x40000
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Nokia Cellular Data Card DTP-2 and DTP-2 ver II
|
2000-03-16 07:56:40 +00:00
|
|
|
# This Nokia example allows either 1 or 2 Nokia cards to be fitted.
|
|
|
|
# With 2 Mobile Phones and Multilink PPP you can get a 19200 data channel.
|
|
|
|
# Nokia Cellular Data Card
|
2000-12-24 15:38:38 +00:00
|
|
|
card "Nokia Mobile Phones" "/DTP-2( ver II)?/"
|
|
|
|
# config 0x23 "sio" ?
|
|
|
|
# config 0x24 "sio" ?
|
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# Novalink NovaModem 144
|
2002-02-23 16:38:45 +00:00
|
|
|
card "NovaLink Tech." "/NovaModem 144 */"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2000-03-26 05:30:51 +00:00
|
|
|
# Novatel Merlin CDPD card (wireless modem)
|
|
|
|
card "Novatel Wireless" "Merlin Type II Wireless IP Modem"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ?
|
2000-03-26 05:30:51 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Omron ME2814 FAX/DATA MODEM
|
|
|
|
card "OMRON" "ME2814 FAX/DATA MOD"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# Omron MD24XCA FAX/Data Modem
|
|
|
|
card "OMRON Corp." "MD24XCA"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
|
|
|
# config auto "sio" pio
|
2000-03-16 07:56:40 +00:00
|
|
|
reset 10000
|
|
|
|
|
|
|
|
# Option International PCMCIA55K06
|
|
|
|
card "Option International" "GSM Data/Fax/SMS Modem"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# Banksia CardModem 56
|
|
|
|
card "PCCardModem" "CardModem 56"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# Eiger PCCARD modem
|
|
|
|
# Apparently this modem does not work unless the recommended
|
|
|
|
# init string (AT&F&C1&D2) is supplied.
|
2002-02-23 16:38:45 +00:00
|
|
|
card "/PCMCIA */" "/33\.6K Fax/Modem */"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1998-12-15 02:57:30 +00:00
|
|
|
|
1999-02-04 10:06:44 +00:00
|
|
|
# Actiontec Datalink with v.90 upgrade
|
2002-02-23 16:38:45 +00:00
|
|
|
card "/PCMCIA */" "/56K V\.90 Fax Modem (LK) */"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1999-02-04 10:06:44 +00:00
|
|
|
|
2000-07-10 08:31:14 +00:00
|
|
|
# Billionton 56Kbps Fax Modem
|
|
|
|
card "PCMCIA CARD 56KFaxModem" "FM56C-NFS"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-07-10 08:31:14 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# PREMAX FM288 FAX/Data Modem
|
2002-02-23 16:38:45 +00:00
|
|
|
card "PREMAX" "/FM288 */"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-07 04:52:49 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Panasonic FM-RADIO card
|
|
|
|
card "Panasonic" "CF-JVR101"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
|
|
|
# config auto "sio" pio
|
2000-03-07 04:52:49 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Panasonic KX-PH402D
|
|
|
|
card "Panasonic" "KX-PH402D"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-07 04:52:49 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Panasonic Modem Card TO-706C
|
|
|
|
card "Panasonic" "TO-706C"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Panasonic Modem Card TO-706C
|
|
|
|
card "Panasonic" "TO-CAF288"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-05-30 05:28:14 +00:00
|
|
|
# Panasonic TO-CAF56K FAX/Data Modem
|
|
|
|
card "Panasonic Co." "TO-CAF56K"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config auto "sio" pio
|
|
|
|
config auto "sio" ?
|
2000-05-30 05:28:14 +00:00
|
|
|
reset 10000
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Random modem bundled with Dell systems
|
|
|
|
card "Psion Dacom" "Gold Card Global 56K+Fax"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-26 05:30:51 +00:00
|
|
|
|
|
|
|
# RFI HotLine serial card
|
|
|
|
card "RFI" "RS-232 ComCard Rev.II"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# SII MC-6530, MC-6550 and MC-P200
|
|
|
|
card "SII" "/PHS (DATA|LINK) (32S|64)/"
|
2000-11-13 03:16:58 +00:00
|
|
|
config auto "sio" ? 0x40000
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# TDK 14.4 FAX/Data Modem
|
2000-12-24 15:38:38 +00:00
|
|
|
card "TDK" "/DF1414(EX)? DATA/FAX MODEM/"
|
|
|
|
config auto "sio" ?
|
2000-02-14 08:02:27 +00:00
|
|
|
|
2000-05-30 05:28:14 +00:00
|
|
|
# TDK DN1280R
|
|
|
|
card "TDK" "DN1280R"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ?
|
2000-05-30 05:28:14 +00:00
|
|
|
reset 1000
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# TDK DP9600
|
|
|
|
card "TDK" "DP9600"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sio" ? 0x40000
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# TDK Multifunctioon Card (as Modem)
|
2000-12-24 15:38:38 +00:00
|
|
|
card "TDK" "GlobalNetworker 3410/3412"
|
|
|
|
config auto "sio" ? 0x40000
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-08-10 13:24:12 +00:00
|
|
|
# Toshiba Modem/LAN card IPC5001B (as Modem)
|
|
|
|
card "TOSHIBA" "Modem/LAN Card"
|
|
|
|
config 0x25 "sio" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-03-26 05:30:51 +00:00
|
|
|
# 3Com/USR/Toshiba SLIMV90
|
|
|
|
card "TOSHIBA" "SLIMV90"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-26 05:30:51 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# 3Com/NoteWorthy 56K modem (bundled with Toshiba notebooks)
|
|
|
|
card "Toshiba America" "3CXM056-BNW"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1996-03-12 15:39:26 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# U.S. Robotics XJ1560 and XJ1560J, Megahertz XJ1336
|
|
|
|
card "U.S. Robotics" "/XJ/CC1(336|560)J?/"
|
|
|
|
config auto "sio" ?
|
1999-02-04 10:06:44 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# US Robotics Sportster PCMCIA V.34
|
|
|
|
# US Robotics COURIER PCMCIA V.34
|
|
|
|
card "USRobotics" "PCMCIA 28800 Data/F"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
1999-02-22 03:06:28 +00:00
|
|
|
|
|
|
|
# Viking V.90/K56Flex modem
|
|
|
|
card "Viking" "V.90 K56flex"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# Xircom CreditCard Ethernet 10/100 + modem (modem part)
|
|
|
|
card "Xircom" "CreditCard Ethernet+Modem 33.6"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x23 "sio" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# Xircom GlobalACCESS modem
|
2000-03-26 05:30:51 +00:00
|
|
|
card "Xircom" "CreditCard Modem 56 - GlobalACCESS"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
|
|
|
|
# Xircom CreditCard Modem
|
|
|
|
card "Xircom" "CreditCard Modem CM-56T"
|
2000-12-23 13:07:48 +00:00
|
|
|
config auto "sio" ?
|
2000-03-16 07:56:40 +00:00
|
|
|
reset 100
|
|
|
|
|
1999-12-27 08:39:29 +00:00
|
|
|
# Zoom 56K modem
|
|
|
|
# Freezes your system entirely if you don't have the reset..
|
1999-02-22 03:06:28 +00:00
|
|
|
card "Zoom Telephonics, Inc." "PCMCIA 56K LT DataFax"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sio" ?
|
2000-01-23 22:02:36 +00:00
|
|
|
reset 1000
|
1999-02-22 03:06:28 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## sn ##########
|
2000-01-21 09:26:13 +00:00
|
|
|
|
|
|
|
# Megahertz X-Jack Ethernet
|
|
|
|
card "Megahertz" "CC10BT/2"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sn" ?
|
2000-01-21 09:26:13 +00:00
|
|
|
ether attr2
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Megahertz Ethernet Adapter
|
|
|
|
card "Megahertz" "ETHERNET ADAPTOR"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sn" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
ether attr2
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-01-22 15:58:04 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# MELCO LPC-TX
|
|
|
|
card "MELCO/SMC" "LPC-TX"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "sn" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
ether 0x4a # 00:a0:dc
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# SMC EtherEZ Combo(SMC8020BT)
|
2000-05-30 05:28:14 +00:00
|
|
|
card "SMC" "EtherEZ Ethernet 8020"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sn" ?
|
|
|
|
# ether 0x9a # 00:00:c0
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Victor M-MOIL CARD
|
|
|
|
card "JVC" "MiniMoil Ethernet Card"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "sn" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-30 05:28:14 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## spc ##########
|
2000-02-14 08:02:27 +00:00
|
|
|
|
2000-12-13 13:29:16 +00:00
|
|
|
# XXX NOT SUPPORTED YET
|
2000-03-16 07:56:40 +00:00
|
|
|
# REX5535AC, REX5535X SCSI
|
2000-12-13 13:29:16 +00:00
|
|
|
#card "PCMCIA SCSI MBH10401" "01"
|
|
|
|
# config 0x3a "spc" ?
|
2000-01-22 19:02:47 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
########## stg ##########
|
|
|
|
|
|
|
|
# RATOC REX-5536, Melco IFC-SC
|
2000-10-26 11:25:10 +00:00
|
|
|
card "1195 RATOC System Inc." "REX5536 SCSI2 CARD"
|
|
|
|
config auto "stg" ? 0
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# Future Domain SCSI2GO
|
2000-10-26 11:25:10 +00:00
|
|
|
card "Future Domain Corporation" "SCSI PCMCIA Credit Card Controller"
|
|
|
|
config auto "stg" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# IBM SCSI PCMCIA Card
|
2000-10-26 11:25:10 +00:00
|
|
|
card "IBM Corp." "SCSI PCMCIA Card"
|
|
|
|
config auto "stg" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# RATOC REX-5536AM, REX-9836A, ICM PSC-2401 SCSI
|
|
|
|
# There's a buggy revision of this card which has broken CIS tupples.
|
2000-12-13 13:29:16 +00:00
|
|
|
# If you can't use this card, change config entry from `auto' to
|
|
|
|
# `default' and try the point enabler. (for example,
|
2000-07-16 14:33:47 +00:00
|
|
|
# type "pccardc enabler 0 stg0 -a 0x4140 -i 5" from root command prompt)
|
2000-10-26 11:25:10 +00:00
|
|
|
card "PCMCIA SCSI MBH10404" "01"
|
2000-12-13 13:29:16 +00:00
|
|
|
# config default "stg" ?
|
2000-10-30 14:26:52 +00:00
|
|
|
config auto "stg" ?
|
2000-10-26 11:25:10 +00:00
|
|
|
logstr "RATOC REX-5536AM SCSI"
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# RATOC REX-5536M
|
2000-10-26 11:25:10 +00:00
|
|
|
card "PCMCIA SCSI2 CARD" "01"
|
|
|
|
config auto "stg" ? 0
|
|
|
|
logstr "RATOC REX-5536M SCSI"
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-05-30 06:05:10 +00:00
|
|
|
########## wlp ##########
|
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# XXX NOT SUPPORTED YET
|
|
|
|
# AT&T GIS Wavelan PCMCIA
|
|
|
|
# If you want to use Japanese version, uncomment the second config
|
|
|
|
# line and comment-out the first line.
|
|
|
|
#card "AT&T" "WaveLAN/PCMCIA"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config default "wlp" ? # US version (915MHz)
|
|
|
|
## config default "wlp" ? 0x01 # Japanese version (2.4GHz)
|
2000-07-16 14:33:47 +00:00
|
|
|
## ether wavelan
|
2000-10-16 19:11:11 +00:00
|
|
|
# insert /etc/pccard_ether $device start
|
|
|
|
# remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# XXX NOT SUPPORTED YET
|
2000-05-30 06:05:10 +00:00
|
|
|
# Digital RoamAbout
|
2000-07-16 14:33:47 +00:00
|
|
|
#card "Digital" "RoamAbout/DS"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config auto "wlp" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
## ether wavelan
|
|
|
|
# insert /usr/sbin/wlpconfig -i wlp0 -w 0xaaaa
|
2000-10-16 19:11:11 +00:00
|
|
|
# insert /etc/pccard_ether $device start
|
|
|
|
# remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# XXX NOT SUPPORTED YET
|
|
|
|
# Lucent Wavelan
|
|
|
|
#card "Lucent Technologies" "WaveLAN/PCMCIA"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config default "wlp" ?
|
2000-05-30 06:05:10 +00:00
|
|
|
# ether wavelan
|
2000-10-16 19:11:11 +00:00
|
|
|
# insert /etc/pccard_ether $device start
|
|
|
|
# remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
|
|
|
# XXX NOT SUPPORTED YET
|
|
|
|
# NCR Wavelan PCMCIA
|
|
|
|
# If you want to use Japanese version, uncomment the second config
|
|
|
|
# line and comment-out the first line.
|
|
|
|
#card "NCR" "WaveLAN/PCMCIA"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config default "wlp" ? # US version (915MHz)
|
|
|
|
## config default "wlp" ? 0x01 # Japanese version (2.4GHz)
|
2000-07-16 14:33:47 +00:00
|
|
|
# ether wavelan
|
2000-10-16 19:11:11 +00:00
|
|
|
# insert /etc/pccard_ether $device start
|
|
|
|
# remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-05-30 06:05:10 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## wi ##########
|
2000-01-23 03:00:04 +00:00
|
|
|
|
2001-03-16 07:36:54 +00:00
|
|
|
# 3com 3crwe737A AirConnect Wireless LAN PC Card
|
2002-02-17 20:05:39 +00:00
|
|
|
# Results are mixed for this card. Running under windows once supposedly
|
|
|
|
# makes it work forever.
|
2001-03-16 07:36:54 +00:00
|
|
|
card "3Com" "3CRWE737A AirConnect Wireless LAN PC Card"
|
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2002-01-18 03:49:03 +00:00
|
|
|
# Accton airDirect WN3301
|
|
|
|
card "Accton" "IEEE802.11 PC Card Adapter"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-09-09 23:42:26 +00:00
|
|
|
# Addtron AWP-100
|
|
|
|
card "Addtron" "AWP-100 Wireless PCMCIA"
|
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
2001-11-19 01:51:40 +00:00
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2002-01-28 04:46:20 +00:00
|
|
|
# ADLINK340APC
|
|
|
|
card "ADTEC" "ADLINK/340C"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2002-03-18 04:51:01 +00:00
|
|
|
# Home Wireless Networks
|
|
|
|
card "AirWay" "802.11 Adapter (PCMCIA)"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-11-19 01:51:40 +00:00
|
|
|
# Avaya Wireless PC Card
|
|
|
|
card "Avaya Communication" "Avaya Wireless PC Card"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
2001-09-09 23:42:26 +00:00
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-06-22 03:17:25 +00:00
|
|
|
# BreezeNET
|
|
|
|
card "BreezeNET" "PC-DS.11"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2001-12-27 02:12:32 +00:00
|
|
|
|
|
|
|
# Buffalo WLI-CF-S11G
|
|
|
|
card "BUFFALO" "WLI-CF-S11G"
|
2002-01-18 03:49:03 +00:00
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
|
|
|
# Melco Airconnect 3.3V version
|
|
|
|
card "BUFFALO" "WLI-PCM-S11"
|
|
|
|
config auto "wi" ? 0x10000
|
2001-12-27 02:12:32 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2001-06-22 03:17:25 +00:00
|
|
|
|
2001-12-28 03:34:05 +00:00
|
|
|
# Melco Airconnect (128bit WEP)
|
|
|
|
card "BUFFALO" "WLI-PCM-L11G"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Cabletron RoamAbout, WaveLAN/IEEE clone
|
|
|
|
card "Cabletron" "RoamAbout 802.11 DS"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x1 "wi" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "wi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-01-29 02:04:16 +00:00
|
|
|
|
2000-10-17 22:31:27 +00:00
|
|
|
# Compaq WL100
|
|
|
|
card "Compaq" "WL100_11Mbps_Wireless_PC_Card"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "wi" ?
|
2000-10-17 22:31:27 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-11-15 05:49:18 +00:00
|
|
|
# Compaq WL110
|
|
|
|
card "Compaq" "Compaq WL110 PC Card"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-10-17 22:31:27 +00:00
|
|
|
# Corega KK Wireless LAN PCC-11
|
|
|
|
card "corega K.K." "Wireless LAN PCC-11"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "wi" ?
|
2000-10-17 22:31:27 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-03-07 13:30:44 +00:00
|
|
|
# Corega KK Wireless LAN PCCA-11
|
|
|
|
card "corega K.K." "Wireless LAN PCCA-11"
|
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2002-01-12 07:01:51 +00:00
|
|
|
# Corega KK Wireless LAN PCCB-11
|
2002-01-10 18:53:00 +00:00
|
|
|
card "corega_K.K." "Wireless_LAN_PCCB-11"
|
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-05-25 02:24:15 +00:00
|
|
|
# D Link DWL-650 11Mbps WLAN Card
|
|
|
|
card "D" "Link DWL-650 11Mbps WLAN Card"
|
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-06-26 20:44:27 +00:00
|
|
|
# Dell TrueMobile (OEMed Lucent WaveLAN/IEEE)
|
|
|
|
card "Dell" "TrueMobile 1150 Series PC Card"
|
|
|
|
config 0x1 "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-10-10 14:27:30 +00:00
|
|
|
# ELECOM Air@Hawk/LD-WL11/PCC (0.7.5)
|
2000-08-28 14:15:24 +00:00
|
|
|
card "ELECOM" "Air@Hark/LD-WL11/PCC"
|
2001-06-26 20:50:34 +00:00
|
|
|
config auto "wi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-08-28 14:15:24 +00:00
|
|
|
|
2000-10-10 14:27:30 +00:00
|
|
|
# ELECOM Air@Hawk/LD-WL11/PCC (0.7.6 and later)
|
|
|
|
card "ELECOM" "Air@Hawk/LD-WL11/PCC"
|
2001-06-26 20:50:34 +00:00
|
|
|
config auto "wi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2001-03-16 07:36:54 +00:00
|
|
|
|
2001-09-10 08:14:00 +00:00
|
|
|
# ELSA Air Lancer
|
|
|
|
card "ELSA" "AirLancer MC-11"
|
2001-09-10 03:18:21 +00:00
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2002-01-18 03:49:03 +00:00
|
|
|
# PLANEX GeoWave/GW-NS11S
|
|
|
|
card "Geowave" "GW-NS11S"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-06-26 18:22:12 +00:00
|
|
|
# Linksys Instant Wireless WPC11
|
2002-02-23 16:38:45 +00:00
|
|
|
card "/Instant Wireless */" " Network PC CARD"
|
2001-06-26 18:22:12 +00:00
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
2001-06-26 23:19:45 +00:00
|
|
|
remove /etc/pccard_ether $device stop
|
2001-06-26 18:22:12 +00:00
|
|
|
|
2001-03-16 07:36:54 +00:00
|
|
|
# Intel PRO/Wireless 2011 LAN PC Card
|
|
|
|
card "Intel" "PRO/Wireless 2011 LAN PC Card"
|
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-10-10 14:27:30 +00:00
|
|
|
|
2000-10-17 22:31:27 +00:00
|
|
|
# ICOM SL-1100
|
|
|
|
card "ICOM" "SL-1100"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "wi" ?
|
2000-10-17 22:31:27 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-08-28 14:15:24 +00:00
|
|
|
# Farallon Skyline 11Mbps Wireless
|
|
|
|
card "INTERSIL" "HFA384x/IEEE"
|
|
|
|
config 0x1 "wi" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "wi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-08-28 14:15:24 +00:00
|
|
|
|
2001-03-07 00:58:52 +00:00
|
|
|
# IO Data WN-B11/PCM
|
|
|
|
card "IO DATA" "WNB11PCM"
|
2002-01-19 08:11:39 +00:00
|
|
|
config auto "wi" ? 0x10000
|
2001-03-07 00:58:52 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-06-19 01:21:22 +00:00
|
|
|
# IBM's rebadged Lucent WaveLAN/IEEE. The FCC IDs are identical to
|
|
|
|
# those for the Lucent card, so presumably everything else is as well.
|
|
|
|
card "IBM Corporation" "IBM High Rate Wireless LAN PC Card"
|
2001-06-26 20:50:34 +00:00
|
|
|
config 0x1 "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2001-06-19 01:21:22 +00:00
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Lucent WaveLAN/IEEE
|
|
|
|
card "Lucent Technologies" "WaveLAN/IEEE"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x1 "wi" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "wi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-01-29 02:04:16 +00:00
|
|
|
|
2000-10-17 22:31:27 +00:00
|
|
|
# Melco Airconnect
|
|
|
|
card "MELCO" "WLI-PCM-L11"
|
2000-11-28 14:11:49 +00:00
|
|
|
config auto "wi" ?
|
2000-10-17 22:31:27 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# NCR WaveLAN/IEEE
|
|
|
|
card "NCR" "WaveLAN/IEEE"
|
2000-10-17 06:20:21 +00:00
|
|
|
config auto "wi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-01-29 02:04:16 +00:00
|
|
|
|
2000-08-28 14:15:24 +00:00
|
|
|
# NEC Wireless Card CMZ-RT-WP
|
|
|
|
card "NEC" "Wireless Card CMZ-RT-WP"
|
2001-06-26 20:50:34 +00:00
|
|
|
config auto "wi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-08-28 14:15:24 +00:00
|
|
|
|
2001-03-07 13:30:44 +00:00
|
|
|
# NEC WL11C (PC-WL/11C)
|
|
|
|
card "NEC Aterm" "WL11C (PC-WL/11C)"
|
2001-06-26 20:50:34 +00:00
|
|
|
config auto "wi" ?
|
2001-03-07 13:30:44 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
|
|
|
# NEC Corporation PK-WL001
|
|
|
|
card "NEC Corporation" "Wireless PC Card"
|
2001-06-26 20:50:34 +00:00
|
|
|
config auto "wi" ?
|
2001-03-07 13:30:44 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-07-07 20:38:44 +00:00
|
|
|
# Netgear MA401
|
|
|
|
card "NETGEAR MA401 Wireless PC" "Card"
|
2001-07-21 23:11:13 +00:00
|
|
|
config auto "wi" ? 0x10000
|
2001-07-07 20:38:44 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-10-17 22:31:27 +00:00
|
|
|
# PLANEX GeoWave/GW-NS110
|
|
|
|
card "PLANEX" "GeoWave/GW-NS110"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x1 "wi" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "wi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-16 07:56:40 +00:00
|
|
|
|
2001-12-28 03:34:05 +00:00
|
|
|
# Proxim Harmony
|
|
|
|
card "PROXIM" "Harmony 802.11b/LAN PC CARD"
|
|
|
|
config 0x1 "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2002-02-17 20:05:39 +00:00
|
|
|
# Proxim RangeLAN-DS (OEM of Zcommax - Prism2 card)
|
|
|
|
card "PROXIM" "RangeLAN-DS/LAN PC CARD"
|
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2002-01-10 18:53:00 +00:00
|
|
|
# SMC's SMC2632W (also matches the 3.3V SMC2602W)
|
2001-07-22 18:13:19 +00:00
|
|
|
card "SMC" "SMC2632W"
|
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2002-01-10 18:53:00 +00:00
|
|
|
# Sony PCWA-C100 WaveLAN
|
|
|
|
card "Sony Corporation" "PCWA-C100"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-10-17 22:31:27 +00:00
|
|
|
# TDK LAK-CD011WL
|
|
|
|
card "TDK" "LAK-CD011WL for Wireless LAN"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "wi" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-08-23 20:10:44 +00:00
|
|
|
|
2002-01-29 05:15:56 +00:00
|
|
|
# Linksys Instant Wireless WPC11 v2.5
|
|
|
|
card "The Linksys Group, Inc." "Instant Wireless Network PC Card"
|
|
|
|
config auto "wi" ? 0x10000
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2001-11-21 06:24:44 +00:00
|
|
|
# Toshibas wireless lan card
|
|
|
|
card "TOSHIBA" "Wireless LAN Card"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-29 08:21:19 +00:00
|
|
|
|
2002-03-05 05:44:28 +00:00
|
|
|
# U.S. Robotics Wireless Card 2410
|
|
|
|
card "U. S. Robotics" "IEEE 802.11b PC-CARD"
|
|
|
|
config auto "wi" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
########## xe ##########
|
|
|
|
|
2001-06-26 20:50:34 +00:00
|
|
|
# Accton EN2226/Fast EtherCard (16-bit verison)
|
2000-05-16 05:51:38 +00:00
|
|
|
card "Accton" "Fast EtherCard-16"
|
2000-10-02 14:41:09 +00:00
|
|
|
config auto "xe" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-05-16 05:51:38 +00:00
|
|
|
|
2000-07-10 08:05:47 +00:00
|
|
|
# Compaq Netelligent 10/100 PC Card
|
2000-12-24 15:38:38 +00:00
|
|
|
card "Compaq" "Netelligent 10/100 PC Card"
|
|
|
|
config auto "xe" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-10 08:05:47 +00:00
|
|
|
|
2001-06-26 20:50:34 +00:00
|
|
|
# Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison)
|
2000-03-16 07:56:40 +00:00
|
|
|
card "Intel" "EtherExpress(TM) PRO/100 PC Card Mobile Adapter16"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "xe" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-02-12 01:49:29 +00:00
|
|
|
|
2000-07-16 14:33:47 +00:00
|
|
|
# XXX NOT SURE SUPPORTED
|
|
|
|
# Toshiba 10/100 Ethernet PC Card IPC5008A
|
|
|
|
#card "Toshiba" "10/100 Ethernet PC Card"
|
2000-07-16 17:33:54 +00:00
|
|
|
# config auto "xe" ?
|
2000-07-16 14:33:47 +00:00
|
|
|
## cardio 0x300 0x10
|
|
|
|
# iosize 16
|
2000-10-16 19:11:11 +00:00
|
|
|
# insert /etc/pccard_ether $device start
|
|
|
|
# remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-11-03 01:54:11 +00:00
|
|
|
# Xircom 10/100 Network PC Card
|
|
|
|
card "Xircom" "10/100 Network PC Card"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "xe" ?
|
2000-11-03 01:54:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-03-16 07:56:40 +00:00
|
|
|
# Xircom Realport card + modem
|
|
|
|
card "Xircom" "16-bit Ethernet + Modem 56"
|
2000-12-24 15:38:38 +00:00
|
|
|
config 0x27 "xe" ?
|
|
|
|
# config auto "sio" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-13 09:45:12 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Xircom CreditCard Ethernet CE3-10/100
|
2000-03-16 07:56:40 +00:00
|
|
|
card "Xircom" "CreditCard 10/100"
|
2000-12-24 15:38:38 +00:00
|
|
|
config auto "xe" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-03-11 20:23:34 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Xircom CreditCard Ethernet Adaptor IIps (PS-CE2-10)
|
2000-07-16 14:33:47 +00:00
|
|
|
card "Xircom" "CreditCard 10Base-T"
|
2000-07-16 17:33:54 +00:00
|
|
|
config auto "xe" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-07-16 14:33:47 +00:00
|
|
|
|
2000-12-24 15:38:38 +00:00
|
|
|
# Xircom CreditCard Ethernet 10/100 + modem (Ethernet part) (CEM56)
|
2000-03-16 07:56:40 +00:00
|
|
|
card "Xircom" "CreditCard Ethernet 10/100 + Modem 56"
|
2000-07-16 17:33:54 +00:00
|
|
|
config 0x27 "xe" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# config auto "sio" ?
|
2000-10-16 19:11:11 +00:00
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
2000-04-05 18:39:21 +00:00
|
|
|
|
2001-12-28 03:39:13 +00:00
|
|
|
# Xircom RE-10
|
|
|
|
card "Xircom" "Ethernet Adapter"
|
|
|
|
config auto "xe" ?
|
|
|
|
insert /etc/pccard_ether $device start
|
|
|
|
remove /etc/pccard_ether $device stop
|
|
|
|
|
2000-04-05 18:39:21 +00:00
|
|
|
# -------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# "Wildcard" entries
|
|
|
|
#
|
|
|
|
# -------------------------------------------------------------------
|
|
|
|
|
|
|
|
# GENERIC PCMCIA modem
|
|
|
|
generic serial
|
|
|
|
config auto "sio" ?
|
2000-12-24 15:38:38 +00:00
|
|
|
# reset 100 # default
|
|
|
|
# reset 1000 # safety reset time
|
2000-04-05 18:39:21 +00:00
|
|
|
reset 10000 # for unstable cards
|
2000-07-16 17:33:54 +00:00
|
|
|
logstr "GENERIC PCMCIA modem"
|
2000-04-05 18:39:21 +00:00
|
|
|
|
|
|
|
# GENERIC Flash ATA / ATA HDD
|
|
|
|
generic fixed_disk
|
|
|
|
config auto "ata" ?
|
2000-07-16 17:33:54 +00:00
|
|
|
logstr "GENERIC Flash ATA / ATA HDD"
|