Initial import from FreeBSD RELENG_4:
[dragonfly.git] / etc / defaults / pccard.conf
1 #
2 # Default PCCARD configuration file
3 #
4 # $FreeBSD: src/etc/defaults/pccard.conf,v 1.98.2.37 2003/02/15 17:00:44 shiba Exp $
5 # Merged through: 1.252
6 #
7 # Please send new entries for this file to imp@freebsd.org.  He likes to
8 # review them before they are committed to make sure they are correct for
9 # the style of the file.  Please attempt to use "auto" for the config
10 # number whereever possible.  Do not commit IRQs in the "config" lines.
11 # Make sure that you use tabs rather than multiple spaces for new entires
12 # like the old ones.  <tab>keyword<tab>arguments.
13 #
14 # Removing all IRQ conflicts from this file can't be done because of some
15 # IRQ-selfish PC-cards.  So if you want to use some of those cards in
16 # your machine, you may need to modify the IRQ list below.  Please put
17 # such overrides in /etc/pccard.conf.  You can also place override
18 # card entries in /etc/pccard.conf, since the first match is the one that
19 # pccardd will use to configure the card.
20 #
21
22 # Generally available IO ports
23 io      0x240-0x360
24 # on i386 IRQs can be any of 3 4 5 7 9 10 11 12 14 15
25 # on pc98 IRQs can be any of 3 5 6 9 10 11 12 13
26 # but *MUST* *NOT* be used by anything else, unless you are using current
27 # and a PCI cardbus bridge that allows sharing.  Even then, the rules
28 # for interrupt sharing can be tricky.
29 # Generally available IRQs (Built-in sound-card owners remove 5)
30 irq     3 5 10 11 15
31 # Available memory slots
32 memory  0xd4000  96k
33 # Debug level, so you know how to get more info for maintainers.  Put it
34 # in /etc/pccard.conf
35 #debuglevel 4
36
37 # Include user configration file
38 # This allow you to override or add configurations.
39 include /etc/pccard.conf
40
41 #
42 # PLEASE KEEP THIS FILE IN ORDER
43 #
44 # In order is defined as follows.  We sort first by driver type (an, ed, etc)
45 # and then by CIS strings.  Do not commit to this file entries out of
46 # order.
47 #
48
49 ########## aic ##########
50
51 # Adaptec SlimSCSI (also included with Sony CD-ROM players)
52 card "Adaptec, Inc." "/APA-1460 .*/"
53         config  0x9 "aic" ?
54         insert  camcontrol rescan all
55
56 # NewMedia Bustoaster SCSI
57 card "New Media" "SCSI"
58         config  0x22 "aic" ?
59         insert  camcontrol rescan all
60
61 ########## an ##########
62
63 # Aironet PC4500 2Mbps 802.11 wireless NIC
64 card "Aironet" "PC4500"
65         config  0x5 "an" ?
66         insert  /etc/pccard_ether $device start
67         remove  /etc/pccard_ether $device stop
68
69 # Aironet PC4800 11Mbps 802.11 wireless NIC
70 card "Aironet" "PC4800"
71         config  0x5 "an" ?
72         insert  /etc/pccard_ether $device start
73         remove  /etc/pccard_ether $device stop
74
75 # Aironet 340 Series 11Mbps 802.11 wireless NIC
76 card "Cisco Systems" "340 Series Wireless LAN Adapter"
77         config  auto "an" ?
78         insert  /etc/pccard_ether $device start
79         remove  /etc/pccard_ether $device stop
80
81 # Aironet 350 Series 11Mbps 802.11 wireless NIC
82 card "Cisco Systems" "350 Series Wireless LAN Adapter"
83         config  auto "an" ?
84         insert  /etc/pccard_ether $device start
85         remove  /etc/pccard_ether $device stop
86
87 # Xircom sells a rebaded unit
88 card "Xircom" "Wireless Ethernet Adapter"
89         config  0x5 "an" ?
90         insert  /etc/pccard_ether $device start
91         remove  /etc/pccard_ether $device stop
92
93 ########## ata ##########
94
95 # Sony VAIO cdrom, Ninja-ATA CD-ROM Drive, MELCO CDN-D12EX
96 card " " "NinjaATA-"
97         config  auto "ata" ?
98         logstr  "NinjaATA"
99
100 # Non-brand Compact Flash Card(32MB)
101 card "       " "KCF 32M"
102         config  0x1 "ata" ? iosize 16
103         logstr  "Compact Flash Card 32M"
104
105 # Caravelle PSC-IDE 6x ATAPI CD-ROM
106 card "Caravelle" "/PSC-IDE */"
107         config  0x2a "ata" ? # 0x1 (flags for wd, not sure for ata)
108
109 # <Vendor Unknown> MCD-601p 6x CD-ROM drive.
110 card "CDROM" "IDE"
111         config  auto "ata" ?
112         logstr  "MCD-601p"
113
114 # Lexar Media compact flash
115 card "/CL ATA FLASH CARD LEXAR */" "TIDALWV"
116 #   auto does not work
117         config 0x1 "ata" ?
118
119 # CNF CD-M
120 card "CNF CD-M" "CD-ROM"
121         config  auto "ata" ?
122         logstr  "CNF CD-M"
123
124 # DATAFAB PCMMD2
125 card "DATAFAB" "PCMCIA-TO-IDE"
126         config  0x1 "ata" ?
127
128 # DHU Mobile Media CD-ROM
129 # (no hotplug support)
130 card "Digital Equipment Corporation." "Digital Mobile Media CD-ROM"
131         config  auto "ata" ?
132
133 # EXP DVD-780 DVD-ROM drive
134 card "/EXP */" "PnPIDE"
135         config  auto "ata" ?
136
137 # Toshiba mobile CD-ROM (Bundled with Portege 3110CT)
138 card "FREECOM" "PCCARD-IDE"
139         config  auto "ata" ? iosize 16
140
141 # FUJITSU FlashDiskCard ZEBO-ATA40
142 card "FUJITSU" "ZEBO-ATA"
143         config  0x03 "ata" ?
144
145 # Greystone Diskdock
146 card "GREYSTONE PERIPHERAL DISKDOCK" "/.*/"
147         config  default "ata" ?
148
149 # HAGIWARA FLASH
150 card "HAGIWARA" "FLASH"
151         config  default "ata" ?
152
153 # Hitachi Flash ATA
154 card "HITACHI" "/.*FLASH.*/"
155         config  0x01 "ata" ? iosize 16
156
157 # IBM Flash ATA (Ricoh Flash ATA 10MB)
158 card "IBM" "IBM17JSSFP10"
159         config  auto "ata" ? iosize 16
160
161 # IBM IDE PC-CARD CDROM (ThinkPad 240 and others)
162 card "PCMCIA" "IDE CARD"
163     config auto "ata" ?
164
165 # IBM Portable 4X Speed CD-ROM Drive CD-400
166 #card "IBM" "PCMCIA CD-ROM Drive CD-400"
167 #       config  0x1 "ata" ? iosize 0x20 # 0x10000 (flags for wd, not sure for ata)
168
169 # IBM CD-20XSeries(IDE PC Card)
170 card "IBM" "PCMCIA Portable CD-ROM Drive"
171         config  auto "ata" ? iosize 0x1
172
173 # IBM Microdrive (CF+ Type II)
174 card "IBM" "microdrive"
175 #       config  0x03 "ata" ?
176         config  0x01 "ata" ? iosize 16
177
178 # Integral Peripherals Viper HDD Series
179 card "INTEGRAL PERIPHERALS" "ATA CARD"
180 #       config  default "ata" ?
181         config  0x01 "ata" ? iosize 16
182
183 # IO DATA PCMF144/20 (as Flash ATA only)
184 card "IO DATA" "ATA&MODEM"
185         config  0x7 "ata" ?
186 #       config  auto "sio" ?
187
188 # IO DATA CBIDE2 in 16 bit mode
189 # (bundled with IO DATA CDP-AX24T, Panasonic DVD-ROM LK-RV8171D)
190 card "IO DATA" "/CBIDE2 */"
191         config  default "ata" ?
192
193 # IO Data PCIDE-II (bundled with CDP-TX6, etc.)
194 card "IO DATA" "PCIDEII"
195         config  auto "ata" ?
196
197 # Iomega Zip Drive
198 card "Iomega" "PCMCIA to 16 bit ATAPI Adapter"
199         config  0x2 "ata" ?
200
201 # KODAK Picture Card
202 card "KODAK Picture Card" "KODAK"
203         config  default "ata" ?
204
205 # TOSHIBA Portable 24X Speed CD-ROM Drive PA2673UJ
206 card "LOOKMEET" "/CBIDE2 */"
207         config  default "ata" ?
208
209 # Maxtor ATA HDD
210 card "Maxtor" "/MXL.*/"
211         config  0x03 "ata" ?
212
213 # Microtech XpressDock
214 card "Microtech International Inc." "IDE PCCARD"
215         config  auto "ata" ? 0x20000 iosize 16
216
217 # Midori Elec. Flash ATA
218 card "Midori Elec." "/.*FLASH.*/"
219         config  0x03 "ata" ?
220
221 # Panasonic Flash ATA BN-040ABP3
222 card "Panasonic" "ATA" "/BN-040AB-M */"
223 #   auto does not work
224         config  0x1 "ata" ?
225         logstr  "Panasonic Flash ATA BN-040ABP3"
226
227 # LK-RM120
228 card "Panasonic" "LMEK0406"
229         config  0x22 "ata" ? 0x1
230
231 # Another boring, generic ata atapter
232 card "PC CARD MANUFACTURER" "PCMCIA ATA/ATAPI Adapter"
233         config  auto "ata" ?
234
235 # pc-card from PSCD-740 cdrom
236 card "PCMCIA" "CD-ROM"
237         config  0x1 "ata" ?
238
239 # Novac DVD/CD Station 
240 card "PCMCIA" "PnPIDE"
241         config  auto "ata" ?
242
243 # Shining PMIDE-ASC CDROM / Road Warrior Bullet Disk
244 card "Shining" "PMIDE-ASC"
245         config  auto "ata" ? 0x20000
246
247 # Microtech PortableDRIVE25/PCMCIA
248 card "SHUTTLE TECHNOLOGY LTD." "PCCARD-IDE/ATAPI Adapter"
249         config  auto "ata" ? 0x20000
250
251 # XXX NOT SURE SUPPORTED
252 #  CitiDISK & Addonics PocketZIP
253 #card "Shining" "PMIDE-ASC"
254 #       config  default "ata" ? # 0x20000 (flags for wd, not sure for ata)
255
256 # Sicon Peripheral PCMCIA ATA/ATAPI Adapter
257 card "Sicon  Peripheral" "PCMCIA ATA/ATAPI Adapter"
258         config  default "ata" ?
259
260 # SiliconTech,Inc. Compact PC Card
261 card "SiliconTech,Inc." "/[0-9]+MB Compact PC Card/"
262         config  0x1 "ata" ?
263
264 # Simple Technology ata flash
265 card "/Simple Technology */" "STI-ATA"
266         config  auto "ata" ?
267
268 # SONY Memory Stick PC Card Adaptor
269 card "SONY" "/MEMORYSTICK.*/"
270         config  0x01 "ata" ?
271         iosize  16
272
273 # SunDisk Flash ATA
274 # (OEM: Epson Flash Packer)
275 card "SunDisk" "/.*/"
276         config  0x1 "ata" ?
277
278 # T-POWER Flash ATA
279 card "/T-POWER */" "/.*/"
280         config  0x1 "ata" ?
281
282 # TDK Flash ATA
283 card "TDK TC_H." "/.*/"
284         config  0x1 "ata" ?
285
286 # IO Data CBIDE (bundled with CDP-FX24, etc.)
287 card "WIT" "IDE16"
288         config  auto "ata" ?
289
290 # LIP-32B attached to Logitec LCW-PD648PI
291 card "WORKBIT" "ATA-32Bi(16)"
292         config  default "ata" ?
293
294 # Viking ATA Flash card
295 card "/VIKING ATA/CF FLASH CARD */" "/TOR/AM */"
296         config  0x2 "ata" ?
297         
298 ########## awi ##########
299
300 # Generic AMD Am79c930 based card
301 # Melco WLI-PCM
302 card "AMD" "Am79C930"
303         config  0x1 "awi" ?
304         insert  /etc/pccard_ether $device start
305         remove  /etc/pccard_ether $device stop
306
307 # Bay Networks Baystack 650 Wireless LAN
308 card "Bay Networks" "BayStack 650 Wireless LAN"
309         config  0x1 "awi" ?
310         insert  /etc/pccard_ether $device start
311         remove  /etc/pccard_ether $device stop
312
313 # Bay Networks Baystack 660 Wireless LAN
314 card "Bay Networks" "BayStack 660 Wireless LAN"
315         config  auto "awi" ?
316         insert  /etc/pccard_ether $device start
317         remove  /etc/pccard_ether $device stop
318
319 # Farallon SkyLINE Wireless
320 card "Farallon" "SkyLINE Wireless"
321         config  auto "awi" ?
322         insert  /etc/pccard_ether $device start
323         remove  /etc/pccard_ether $device stop
324
325 # ICom SL-200
326 card "Icom" "SL-200"
327         config  auto "awi" ?
328         insert  /etc/pccard_ether $device start
329         remove  /etc/pccard_ether $device stop
330
331 # Teletronics WL2000D 2Mbps wireless card
332 # Might not be right, reports are that it reports ether of 0:0:0:0:0:0
333 card "OEM" "WLAN/WPMCIA"
334         config  auto "awi" ?
335         insert  /etc/pccard_ether $device start
336         remove  /etc/pccard_ether $device stop
337
338 # ZoomAir 4000
339 card "Zoom" "Air-4000"
340         config  auto "awi" ?
341         insert  /etc/pccard_ether $device start
342         remove  /etc/pccard_ether $device stop
343
344 ########## cnw ##########
345
346 # NetWave AirSurfer
347 # NOTE: For some machines, wait cycle for memory access is required.
348 # you should change "0x40" on the last part of "cardmem" line to "0x44",
349 # like:
350 #       cardmem 0xd4000 0x20000 0x9000 0x44
351 # IBM ThinkPads are known to require this change.
352 # Xircom CreditCard Netwave
353 card "Xircom" "CreditCard Netwave"
354         config  0x01 "cnw" ?
355         insert  /etc/pccard_ether $device start
356         remove  /etc/pccard_ether $device stop
357
358 ########## cs ##########
359
360 # NOTE: This likely doesn't work, but might.
361 # IBM EtherJet PC Card 16bit version
362 card "IBM" "EtherJet PC Card"
363         config  auto "cs" ?
364         insert  /etc/pccard_ether $device start
365         remove  /etc/pccard_ether $device stop
366
367 ########## ed ##########
368
369 # No-brand NE2000 compatible card (FCC ID: LXLC1LANTB)
370 card "     " "Ethernet Combo card"
371         config  auto "ed" ? 0x10
372         logstr  "NE2000 compatible card"
373         insert  /etc/pccard_ether $device start
374         remove  /etc/pccard_ether $device stop
375
376 # Map Japan MPL-972
377 card "2408LAN" "Ethernet"
378         config  auto "ed" ?
379         insert  /etc/pccard_ether $device start
380         remove  /etc/pccard_ether $device stop
381
382 # Accton EN2212
383 # Very slow!  (PIO mode)
384 card "ACCTON" "EN2212"
385         config  auto "ed" ? 0x30
386         ether   0xff0 # 00:00:e8
387         insert  /etc/pccard_ether $device start
388         remove  /etc/pccard_ether $device stop
389
390 # Accton EN2216
391 card "ACCTON" "EN2216-PCMCIA-ETHERNET"
392         config  auto "ed" ?
393         insert  /etc/pccard_ether $device start
394         remove  /etc/pccard_ether $device stop
395
396 # Allied Telesis CentreCOM LA-PCM
397 card "Allied Telesis,K.K" "Ethernet LAN Card"
398         config  default "ed" ? 0x10
399         ether   0xff0 # 00:00:f4
400         insert  /etc/pccard_ether $device start
401         remove  /etc/pccard_ether $device stop
402
403 # Allied Telesis CentreCOM LA-PCM_V2 ethernet card
404 # NTT-DATA ASTROWINK-M/MMOIL(IrLAN) ethernet card
405 card "Allied Telesis, K.K." "CentreCOM LA-PCM_V2"
406         config  auto "ed" ?
407         insert  /etc/pccard_ether $device start
408         remove  /etc/pccard_ether $device stop
409
410 # Allied Telesis CentreCOM LA100-PCM-T V2
411 card "Allied Telesis, K.K." "CentreCOM LA100-PCM-T V2 100/10M LAN PC Card"
412         config  auto "ed" ? 0x80000
413         insert  /etc/pccard_ether $device start
414         remove  /etc/pccard_ether $device stop
415
416 # Allied Telesis CentreCOM LA-PCM V3
417 card "Allied Telesis K.K." "LA-PCM V3"
418         config  auto "ed" ? 0x10
419         insert  /etc/pccard_ether $device start
420         remove  /etc/pccard_ether $device stop
421
422 # AmbiCom 10BaseT card
423 card "AmbiCom Inc" "AMB8002T"
424         config  auto "ed" ?
425         insert  /etc/pccard_ether $device start
426         remove  /etc/pccard_ether $device stop
427
428 # Belkin F5D5020
429 card "Belkin" "F5D5020-PCMCIA-Network-Card"
430         config  auto "ed" ? 0x10
431         insert  /etc/pccard_ether $device start
432         remove  /etc/pccard_ether $device stop
433
434 # Billionton LNA-100B
435 card "Billionton" "LNA-100B"
436         config  auto "ed" ?
437         insert  /etc/pccard_ether $device start
438         remove  /etc/pccard_ether $device stop
439
440 # Billionton LNT-10TB
441 card "Billionton" "LNT-10TB"
442         config  auto "ed" ?
443         insert  /etc/pccard_ether $device start
444         remove  /etc/pccard_ether $device stop
445
446 # Billionton LNT-10TN
447 card "Billionton" "LNT-10TN"
448         config  auto "ed" ?
449         insert  /etc/pccard_ether $device start
450         remove  /etc/pccard_ether $device stop
451
452 # BUFFALO LPC-CF-CLT
453 card "BUFFALO" "LPC-CF-CLT"
454         config  auto "ed" ?
455         insert  /etc/pccard_ether $device start
456         remove  /etc/pccard_ether $device stop
457
458 # BUFFALO LPC2-CLT
459 card "BUFFALO" "LPC2-CLT"
460         config  auto "ed" ?
461         insert  /etc/pccard_ether $device start
462         remove  /etc/pccard_ether $device stop
463
464 # BUFFALO LPC3-CLT
465 card "BUFFALO" "LPC3-CLT"
466         config  auto "ed" ? 0x30000
467         insert  /etc/pccard_ether $device start
468         remove  /etc/pccard_ether $device stop
469
470 # BUFFALO LPC3-CLX
471 card "BUFFALO" "LPC3-CLX"
472         config  auto "ed" ? 0x30000
473         ether   0x1c8
474         insert  /etc/pccard_ether $device start
475         remove  /etc/pccard_ether $device stop
476
477 # CNet BC40 adapter
478 card "CNet" "CN40BC Ethernet"
479         config  auto "ed" ?
480         insert  /etc/pccard_ether $device start
481         remove  /etc/pccard_ether $device stop
482
483 # COREGA FEther PCC-TXF
484 card "corega" "FEther PCC-TXF"
485         config  auto "ed" ? 0x80000
486         insert  /etc/pccard_ether $device start
487         remove  /etc/pccard_ether $device stop
488
489 # COREGA Ether PCC-T and COREGA EtherII PCC-T
490 card "corega K.K." "/corega Ether(II)? PCC-T/"
491         config  auto "ed" ?
492         insert  /etc/pccard_ether $device start
493         remove  /etc/pccard_ether $device stop
494
495 # COREGA FastEther PCC-TX
496 card "corega K.K." "corega FastEther PCC-TX"
497         config  auto "ed" ? 0x80000
498         insert  /etc/pccard_ether $device start
499         remove  /etc/pccard_ether $device stop
500
501 # COREGA FEther PCC-TXD
502 card "corega K.K." "corega FEther PCC-TXD"
503         config  auto "ed" ? 0x30000
504         insert  /etc/pccard_ether $device start
505         remove  /etc/pccard_ether $device stop
506
507 # Corega PCM-T
508 card "Corega,K.K." "Ethernet LAN Card"
509         config  auto "ed" ?
510         ether   0xff0 # 00:00:f4
511         insert  /etc/pccard_ether $device start
512         remove  /etc/pccard_ether $device stop
513
514 # Surecome EP-427X PCMCIA ethernet
515 card "CouplerlessPCMCIA" "100BASE"
516         config  auto "ed" ? 0x30000
517         insert  /etc/pccard_ether $device start
518         remove  /etc/pccard_ether $device stop
519
520 # CyQ've ELA-010
521 card "CyQ've" "ELA-010"
522         config  auto "ed" ?
523         insert  /etc/pccard_ether $device start
524         remove  /etc/pccard_ether $device stop
525
526 # CyQ've ELA-110 and ELA-110E
527 card "CyQ've" "/ELA-110E? 10/100M LAN Card/"
528         config  auto "ed" ? 0x80000
529         insert  /etc/pccard_ether $device start
530         remove  /etc/pccard_ether $device stop
531
532 # D-Link DE-650 and DE-660
533 card "D-Link" "/DE-6[56]0/"
534         config  auto "ed" ? 0x10
535         insert  /etc/pccard_ether $device start
536         remove  /etc/pccard_ether $device stop
537
538 # D-Link DFE-650 Fast Ethernet Card
539 card "D-Link" "DFE-650"
540         config  auto "ed" ? 0x80010
541         insert  /etc/pccard_ether $device start
542         remove  /etc/pccard_ether $device stop
543
544 # D-Link DME-560T LAN/FAX/MODEM Card (as Ethernet)
545 card "D-Link" "DME560T"
546         config  default "ed" ?
547 #       config  auto "sio" ?
548         insert  /etc/pccard_ether $device start
549         remove  /etc/pccard_ether $device stop
550
551 # Danpex (Alloy, etc.) EN-6200P2
552 card "DANPEX" "EN-6200P2"
553         config  auto "ed" ?
554         insert  /etc/pccard_ether $device start
555         remove  /etc/pccard_ether $device stop
556
557 # Dayna Communications CommuniCard E
558 card "Dayna Communications, Inc." "CommuniCard E"
559         config  auto "ed" ? 0x10
560         ether   0x110 # 00:80:19
561         insert  /etc/pccard_ether $device start
562         remove  /etc/pccard_ether $device stop
563
564 # Digital DEPCM-BA Ethernet
565 card "DIGITAL" "DEPCM-XX"
566         config  auto "ed" ? 0x10
567         ether   0xff0 # 00:00:e8
568 #       ether   0x1c0 # 00:00:e8 -- seen on a rev. C01 card
569         insert  /etc/pccard_ether $device start
570         remove  /etc/pccard_ether $device stop
571
572 # Planex FNW-3600-T and FNW-3600-TX DirectDock (second model)
573 card "Dual Speed" "/10/100( Port Attached)? PC Card/"
574         config  auto "ed" ? 0x80000
575         insert  /etc/pccard_ether $device start
576         remove  /etc/pccard_ether $device stop
577
578 # Dynalink L100C16
579 card "Dynalink" "L100C16"
580         config  auto "ed" ?
581         insert  /etc/pccard_ether $device
582         remove  /etc/pccard_ether $device stop
583
584 # Linksys Combo PCMCIA Ethernet Card
585 card "E-CARD" "E-CARD" 
586         config  auto "ed" ? 
587         logstr  "Linksys Combo Ethernet Card"
588         insert  /etc/pccard_ether $device start
589         remove  /etc/pccard_ether $device stop
590
591 # Eiger Labs Ethernet COMBO
592 card "EIGER Labs Inc." "Ethernet COMBO Card"
593         config  auto "ed" ? 0x10
594         insert  /etc/pccard_ether $device start
595         remove  /etc/pccard_ether $device stop
596
597 # XXX   Compex Net-A adapter, Telecom SuperSocket RE450T,
598 #       Apollo PCMCIA Ethernet Adapter, PLANEX ENW-3503-T and
599 #       Fiber line 10M Ethernet COMBO have same manufacturer and
600 #       card version string.  They should be distinguished by 
601 #       other info. (such as additional information or OEM-ID/product-ID).
602
603 # Note: There are several revisions of the cardon the market.
604 #       Type A needs no "ether" line.
605 #       Type B needs "ether 0x110" line.
606 #       Type C needs "ether 0xff0" line.
607 #       Yet more revisions exist, reportedly.
608 #       If you see strange MAC address shown by ifconfig command,
609 #       try other config.
610 card "Ethernet" "Adapter"
611         config  auto "ed" ?
612 #       ether   0x110 # 00:e0:98
613         ether   0xff0 # 00:e0:98
614         insert  /etc/pccard_ether $device start
615         remove  /etc/pccard_ether $device stop
616
617 # pci Ethernet Adapter Card
618 card "Ethernet" "CF Size PC Card"
619         config  auto "ed" ?
620         insert  /etc/pccard_ether $device start
621         remove  /etc/pccard_ether $device stop
622
623 # "Ethernet Adapter" "E2000 PCMCIA Ethernet"
624 card "Ethernet Adapter" "E2000 PCMCIA Ethernet"
625         config  auto "ed" ?
626         insert  /etc/pccard_ether $device start
627         remove  /etc/pccard_ether $device stop
628
629 # ADDTRON EP-210A
630 card "EP-210 PCMCIA LAN CARD." "/.*/"
631         config  auto "ed" ? 0x10
632         ether   0x110 # 00:40:33
633         insert  /etc/pccard_ether $device start
634         remove  /etc/pccard_ether $device stop
635
636 # Planex FNW-3700-T Fast Ethernet
637 card "Fast Ethernet" "16-bit PC Card"
638         config  auto "ed" ? 0x30000
639         logstr  "Planex FNW-3700-T"
640         insert  /etc/pccard_ether $device start
641         remove  /etc/pccard_ether $device stop
642
643 # Planex FNW-3600-T 16bit Fast Ethernet (old model)
644 card "Fast Ethernet" "Adapter"
645         config  auto "ed" ? 0x80000
646         logstr  "Planex FNW-3600-T"
647         insert  /etc/pccard_ether $device start
648         remove  /etc/pccard_ether $device stop
649
650 # TDK Grey Cell GCS2000 and GCS2220
651 card "Grey Cell" "/GCS2(00|22)0/"
652         config  auto "ed" ? 0x10
653         insert  /etc/pccard_ether $device start
654         remove  /etc/pccard_ether $device stop
655
656 # GVC NIC-2000P Ethernet Card
657 card "GVC" "NIC-2000p"
658         config  auto "ed" ? 0x10
659         insert  /etc/pccard_ether $device start
660         remove  /etc/pccard_ether $device stop
661
662 # IBM PCMCIA Ethernet I/II, RIOS PC CARD II ETHERNET
663 card "IBM Corp." "Ethernet"
664         config  auto "ed" ?
665         ether   0xff0   # 08:00:5a 00:04:ac 00:06:29
666         insert  /etc/pccard_ether $device start
667         remove  /etc/pccard_ether $device stop
668
669 # AR-P500 ethernet card, Planet Communications Smart COM 3500 same as
670 # model ENW-3500 and ENW-3501-T, IC-CARD Ethernet, SYSCOM SC100 Ethernet Card
671 # ELECOM Laneed LD-CDY, IC-CARD+ Ethernet card
672 card "/^IC-CARD\+?$/" "/^IC-CARD\+?$/"
673         config  auto "ed" ?
674         insert  /etc/pccard_ether $device start
675         remove  /etc/pccard_ether $device stop
676
677 # I/O DATA PCLA/T
678 card "I-O DATA" "PCLA"
679         config  auto "ed" ? 0x10
680 #       ether   0x1c0 # 00:a0:b0
681         ether   0xff0 # 00:a0:b0
682         insert  /etc/pccard_ether $device start
683         remove  /etc/pccard_ether $device stop
684
685 # I-O DATA PCET/100-CL
686 card "IO DATA" "PCET100CL"
687         config  auto "ed" ? 0x80000
688         insert  /etc/pccard_ether $device start
689         remove  /etc/pccard_ether $device stop
690
691 # I-O DATA PCET/TX
692 card "IO DATA" "PCETTX"
693         config  auto "ed" ? 0x80000
694         insert  /etc/pccard_ether $device start
695         remove  /etc/pccard_ether $device stop
696
697 # I-O DATA PCET/TX-R
698 card "IO DATA" "PCETTXR"
699         config  auto "ed" ? 0x80000
700         insert  /etc/pccard_ether $device start
701         remove  /etc/pccard_ether $device stop
702
703 # I-O DATA PCLA/TE
704 card "IO DATA" "PCLATE"
705         config  auto "ed" ? 0x10
706         insert  /etc/pccard_ether $device start
707         remove  /etc/pccard_ether $device stop
708
709 # KANSAI ELECTRIC KLA-PCM/T
710 card "KANSAI ELECTRIC CO.,LTD" "KLA-PCM/T"
711         config  auto "ed" ?
712         insert  /etc/pccard_ether $device start
713         remove  /etc/pccard_ether $device stop
714
715 # Kingston KNE-PC2
716 card "Kingston" "KNE-PC2"
717         config  auto "ed" ?
718         insert  /etc/pccard_ether $device start
719         remove  /etc/pccard_ether $device stop
720
721 # Kingston KNE-PCM/x Ethernet
722 card "Kingston Technology Corp." "/EtheRx PC Card Ethernet.*/"
723         config  auto "ed" ?
724         ether   0xff0 # 00:c0:f0
725         insert  /etc/pccard_ether $device start
726         remove  /etc/pccard_ether $device stop
727
728 # ELECOM Laneed LD-10/100CD
729 card "Laneed" "LD-10/100CD"
730         config  auto "ed" ? 0x80000
731         insert  /etc/pccard_ether $device start
732         remove  /etc/pccard_ether $device stop
733
734 # ELECOM Laneed LD-CDF, LD-CDS
735 card "Laneed" "/LD-CD[FS]/"
736         config  auto "ed" ?
737         insert  /etc/pccard_ether $device start
738         remove  /etc/pccard_ether $device stop
739
740 # ELECOM Laneed LD-CDL/TX
741 card "Laneed" "LD-CDL/TX"
742         config  auto "ed" ? 0x80000
743         insert  /etc/pccard_ether $device start
744         remove  /etc/pccard_ether $device stop
745
746 # Linksys Combo PCMCIA EthernetCard (model EC2T on box) 
747 card "Linksys" "Combo PCMCIA EthernetCard (EC2T)"
748         config  auto "ed" ? 
749         insert  /etc/pccard_ether $device start
750         remove  /etc/pccard_ether $device stop
751
752 # Linksys Combo PCMCIA Ethernet Card
753 card "LINKSYS" "E-CARD"
754         config  auto "ed" ? 0x10
755         logstr  "Linksys Combo Ethernet Card"
756         insert  /etc/pccard_ether $device start
757         remove  /etc/pccard_ether $device stop
758
759 # Linksys PCMLM56
760 # Not currently working for me, but others say it does.
761 card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)"
762         config  auto "ed" ?
763         insert  /etc/pccard_ether $device start
764         remove  /etc/pccard_ether $device stop
765
766 # Linksys EtherFast 10/100 Intergrated PC Card (PCM100)
767 card "Linksys" "EtherFast 10/100 Integrated PC Card (PCM100)"
768         config  auto "ed" ? 0x80000
769         insert  /etc/pccard_ether $device start
770         remove  /etc/pccard_ether $device stop
771
772 # Linksys EtherFast 10/100 PC Card (PCMPC100), model V2 and V3
773 card "Linksys" "/Ether[Ff]ast 10/100 PC Card \(PCMPC100.*\)/"
774         config  auto "ed" ? 0x80000
775         insert  /etc/pccard_ether $device start
776         remove  /etc/pccard_ether $device stop
777
778 # Logitec LPM-LN100TX 100BASE-TX Ethernet LAN CARD
779 card "Logitec" "LPM-LN100TX"
780         config  auto "ed" ? 0x80000
781         insert  /etc/pccard_ether $device start
782         remove  /etc/pccard_ether $device stop
783
784 # Logitec LPM-LN20T
785 card "Logitec" "LPM-LN20T"
786         config  auto "ed" ?
787         insert  /etc/pccard_ether $device start
788         remove  /etc/pccard_ether $device stop
789
790 # Socket LP-E (WinCE Low Power Ethernet)
791 card "Low Power Ethernet LAN Adapter" "Socket Communications, Inc"
792         config  auto "ed" ?
793         insert  /etc/pccard_ether $device start
794         remove  /etc/pccard_ether $device stop
795
796 # ELECOM Laneed LD-CDWA (DP83902A), MACNICA Ethernet ME1 for JEIDA
797 card "MACNICA" "ME1-JEIDA"
798         config  auto "ed" ?
799         ether   0xb8 # 08:00:42
800         insert  /etc/pccard_ether $device start
801         remove  /etc/pccard_ether $device stop
802
803 # Matsushita Electric Industrial Co.,LTD. CF-VEL211P-B
804 card "Matsushita Electric Industrial Co.,LTD." "CF-VEL211"
805         config  auto "ed" ?
806         ether   0xff0 # 00:80:45
807         insert  /etc/pccard_ether $device start
808         remove  /etc/pccard_ether $device stop
809
810 # MELCO LPC2-T
811 card "MELCO" "LPC2-T"
812         config  auto "ed" ?
813         insert  /etc/pccard_ether $device start
814         remove  /etc/pccard_ether $device stop
815
816 # MELCO LPC2-TX
817 card "MELCO" "LPC2-TX"
818         config  auto "ed" ? 0x80000
819         insert  /etc/pccard_ether $device start
820         remove  /etc/pccard_ether $device stop
821
822 # MELCO LPC3-TX
823 card "MELCO" "LPC3-TX"
824         config  auto "ed" ? 0x30000
825         insert  /etc/pccard_ether $device start
826         remove  /etc/pccard_ether $device stop
827
828 # National Semiconductor InfoMover 4100 and NE4100
829 card "National Semiconductor" "/InfoMover (NE)?4100/"
830         config  auto "ed" ?
831         ether   0xff0 # 08:00:17
832         insert  /etc/pccard_ether $device start
833         remove  /etc/pccard_ether $device stop
834
835 # NDC Ethernet Instant-Link NE2000 clone
836 card "NDC" "Ethernet"
837         config  auto "ed" ? 0x30
838         insert  /etc/pccard_ether $device start
839         remove  /etc/pccard_ether $device stop
840
841 # Addtron NE-2000 compatible NIC
842 card "NE2000 Compatible PC Card" "PCMCIA"
843         config  auto "ed" ? 0x10
844         insert  /etc/pccard_ether $device start
845         remove  /etc/pccard_ether $device stop
846
847 # NEC PC-9801N-J12
848 card "NEC" "PC-9801N-J12"
849         config  auto "ed" ?
850         ether   0xff0 # 00:00:4c
851         insert  /etc/pccard_ether $device start
852         remove  /etc/pccard_ether $device stop
853
854 # BayNetworks NETGEAR FA410TXC Fast Ethernet
855 card "NETGEAR" "FA410TX"
856         config  auto "ed" ? 0x80000
857         insert  /etc/pccard_ether $device start
858         remove  /etc/pccard_ether $device stop
859
860 # BayNetworks NETGEAR FA411 Fast Ethernet
861 card "NETGEAR" "FA411"
862         config  auto "ed" ? 0x30000
863         insert  /etc/pccard_ether $device start
864         remove  /etc/pccard_ether $device stop
865
866 # Network Everywhere Ethernet 10BaseT PC Card
867 card "Network Everywhere" "Ethernet 10BaseT PC Card"
868         config  auto "ed" ?
869         insert  /etc/pccard_ether $device start
870         remove  /etc/pccard_ether $device stop
871
872 # Network Everywhere Ethernet Fast Ethernet 10/100 PC Card
873 card "Network Everywhere" "Fast Ethernet 10/100 PC Card"
874         config  auto "ed" ? 0x80000
875         insert  /etc/pccard_ether $device start
876         remove  /etc/pccard_ether $device stop
877
878 # New Media Corporation LiveWire 10/100
879 card "New Media Corporation" "LiveWire 10/100"
880         config  auto "ed" ? 0x80000
881         insert  /etc/pccard_ether $device start
882         remove  /etc/pccard_ether $device stop
883
884 # NextCom Next Hawk Etherneet Adapter
885 card "NextCom K.K." "Next Hawk"
886         config  auto "ed" ?
887         insert  /etc/pccard_ether $device start
888         remove  /etc/pccard_ether $device stop
889
890 # Nihon Unisys, Ltd. JPF0400-ETH and JPF0400-LAN
891 card "Nihon Unisys, Ltd." "/JPF0400-(ETH|LAN)/"
892         config  auto "ed" ?
893         ether   0xff0 # 00:80:45
894         insert  /etc/pccard_ether $device start
895         remove  /etc/pccard_ether $device stop
896
897 # Nortel Networks BayStack 22 Ethernet 10/100 PC Card
898 card "Nortel" "BAYSTACK22-PCMCIA-ETHERNET"
899         config  auto "ed" ? 0x30000
900         ether   0x1c8
901         insert  /etc/pccard_ether $device start
902         remove  /etc/pccard_ether $device stop
903
904 # Longshine LCS-8534TB
905 card "PCMCIA" "/^Ethernet$/"
906         config  auto "ed" ?
907         insert  /etc/pccard_ether $device start
908         remove  /etc/pccard_ether $device stop
909
910 # No-brand NE-2000 compatible card
911 card "PCMCIA" "ETHERNET V1.0"
912         config  auto "ed" ? 0x10
913         ether   0xff0
914         insert  /etc/pccard_ether $device start
915         remove  /etc/pccard_ether $device stop
916
917 # Telecom Device SuperSocket HPC100
918 card "PCMCIA" "FastEthernet"
919         config  auto "ed" ? 0x30000
920         logstr  "Telecom Device SuperSocket HPC100"
921         insert  /etc/pccard_ether $device start
922         remove  /etc/pccard_ether $device stop
923
924 # Billionton 10Base-TX ETHERNET PCCARD (aka UE2216)
925 # Also Genuius "Ethernet ME3000II SE"
926 card "PCMCIA" "PCMCIA-ETHERNET-CARD"
927         config  auto "ed" ? 0x10
928         logstr  "UE2216"
929         insert  /etc/pccard_ether $device start
930         remove  /etc/pccard_ether $device stop
931
932 # Planet Smart COM 2000, Melco LPC-T
933 card "PCMCIA" "UE2212"
934         config  auto "ed" ? 0x10
935         ether   0xff0 # 00:00:e8
936         insert  /etc/pccard_ether $device start
937         remove  /etc/pccard_ether $device stop
938
939 # GVC 10Mbps Ethernet Card
940 card "PCMCIA" "Ethernet Card"
941         config  auto "ed" ?
942         logstr  "Generic PCMCIA Ethernet Card" 
943         insert  /etc/pccard_ether $device start
944         remove  /etc/pccard_ether $device stop
945
946 # EXPsys PCMCIA Ethernet Combo, Relia PCMCIA Ethernet
947 card "PCMCIA LAN" "Ethernet"
948         config  auto "ed" ?
949         logstr  "EXPsys Ethernet"
950         insert  /etc/pccard_ether $device start
951         remove  /etc/pccard_ether $device stop
952
953 # LinkMates LM 336 LAN Fax/Modem PC Card (as Ethernet only)
954 card "PCMCIAs" "ComboCard"
955         config  0x24 "ed" ? 0x10
956 #       config  auto "sio" ?
957         logstr  "LinkMates LM 336"
958         insert  /etc/pccard_ether $device start
959         remove  /etc/pccard_ether $device stop
960
961 # Telecom Device SuperSocket LM336 (as Ethernet only)
962 card "PCMCIAs" "LanModem"
963         config  default "ed" ?
964 #       config  auto "sio" ?
965         logstr  "SuperSocket LM336"
966         insert  /etc/pccard_ether $device start
967         remove  /etc/pccard_ether $device stop
968
969 # PreMax PE-200 Ethernet Card
970 card "/PMX */" "PE-200"
971         config  auto "ed" ? 0x10
972         ether   0x7f0 # 00:20:e0
973         insert  /etc/pccard_ether $device start
974         remove  /etc/pccard_ether $device stop
975
976 # Psion Dacom Gold Card Ethernet
977 card "Psion Dacom" "Gold Card Ethernet"
978         config  auto "ed" ?
979         insert  /etc/pccard_ether $device start
980         remove  /etc/pccard_ether $device stop
981
982 # Psion Dacom Gold Card V34 Ethernet GSM
983 # as ethernet
984 card "Psion Dacom" "Gold Card V34 Ethernet GSM"
985         config  auto "ed" ?
986 #       config  auto "sio" ?
987         insert  /etc/pccard_ether $device start
988         remove  /etc/pccard_ether $device stop
989
990 # RIOS PC CARD3 ETHERNET
991 card "RIOS Systems Co." "PC CARD3 ETHERNET"
992         config  auto "ed" ?
993         ether   0xff0 # 00:00:48
994         insert  /etc/pccard_ether $device start
995         remove  /etc/pccard_ether $device stop
996
997 # RPTI EP401 Ethernet card
998 card "RPTI" "EP401 Ethernet NE2000 Compatible"
999         config  auto "ed" ?
1000         insert  /etc/pccard_ether $device start
1001         remove  /etc/pccard_ether $device stop
1002
1003 # SCM Ethernet Combo (*Not SMC :-)*)
1004 card "SCM" "Ethernet Combo card"
1005         config  auto "ed" ? 0x10
1006         ether   0xff0 # 00:20:cb
1007         insert  /etc/pccard_ether $device start
1008         remove  /etc/pccard_ether $device stop
1009
1010 # Epson EEN10B Ethernet Card
1011 card "Seiko Epson Corp." "Ethernet"
1012         config  auto "ed" ? 0x10
1013         ether   0xff0 # 00:00:48
1014         insert  /etc/pccard_ether $device start
1015         remove  /etc/pccard_ether $device stop
1016
1017 # SMC EXCard-10-PCMCIA
1018 card "SMC" "EZCard-10-PCMCIA"
1019         config  0x20 "ed" ?
1020         insert  /etc/pccard_ether $device start
1021         remove  /etc/pccard_ether $device stop
1022
1023 # 3way 3WL-847-TX
1024 card "SUN WAY" "3WL-847-TX 100BASE-TX"
1025         config  auto "ed" ? 0x80000
1026         insert  /etc/pccard_ether $device start
1027         remove  /etc/pccard_ether $device stop
1028
1029 # Surecom EtherPerfect EP-427
1030 card "TAMARACK" "Ethernet"
1031         config  auto "ed" ?
1032         insert  /etc/pccard_ether $device start
1033         remove  /etc/pccard_ether $device stop
1034
1035 # TDK LAK-CD031
1036 card "TDK" "/LAK-CD031.*/"
1037         config  auto "ed" ?
1038         insert  /etc/pccard_ether $device start
1039         remove  /etc/pccard_ether $device stop
1040
1041 # Telecom Device SuperSocket RE450T
1042 card "Telecom Device K.K." "SuperSocket RE450T"
1043         config  auto "ed" ?
1044         insert  /etc/pccard_ether $device start
1045         remove  /etc/pccard_ether $device stop
1046
1047 # Telecom Device SuperSocket RE550T
1048 card "Telecom Device K.K." "SuperSocket RE550T"
1049         config  auto "ed" ? 0x80000
1050         insert  /etc/pccard_ether $device start
1051         remove  /etc/pccard_ether $device stop
1052
1053 # Toshiba Joho System PTJ-LAN/T
1054 card "TJ" "Ethernet"
1055         config  auto "ed" ? 0x10
1056         insert  /etc/pccard_ether $device start
1057         remove  /etc/pccard_ether $device stop
1058
1059 # XXX NOT SUPPORTED YET
1060 # TOSHIBA LABCTA00A (Add `option TOSH_ETHER' line to your kernel
1061 # configuration file and rebuilding kernel.)
1062 #card "TOSHIBA" "LANCT00A"
1063 #       config  default "ed" ? 0x10
1064 #       cardmem 0xd0000 0x0000 32k
1065 ##      cardmem 0xd8000 0x0000 32k
1066 #       insert  /etc/pccard_ether $device start
1067 #       remove  /etc/pccard_ether $device stop
1068
1069 # Xircom CompactCard Ethernet 10 (CFE-10)
1070 card "Xircom" "CompactCard Ethernet"
1071         config  auto "ed" ?
1072         insert  /etc/pccard_ether $device start
1073         remove  /etc/pccard_ether $device stop
1074
1075 ########## ep ##########
1076
1077 # 3Com Fast Etherlink 3C574TX
1078 card "3Com" "3C574-TX Fast EtherLink PC Card"
1079         config  auto "ep" ? 0x1
1080         insert  /etc/pccard_ether $device start
1081         remove  /etc/pccard_ether $device stop
1082
1083 # 3Com Megahertz 3CCFEM556BI, 3CXEM556 and model B
1084 # as ethernet
1085 card "3Com" "/Megahertz 3C(CF|X)EM556/"
1086         config  default "ep" ? 0x1
1087 #       config  auto "sio" ?
1088         insert  /etc/pccard_ether $device start
1089         remove  /etc/pccard_ether $device stop
1090
1091 # 3Com Megahertz 574B same as 3Com Fast Etherlink 3C574B
1092 card "3Com" "Megahertz 574B"
1093         config  auto "ep" ? 0x1
1094         insert  /etc/pccard_ether $device start
1095         remove  /etc/pccard_ether $device stop
1096
1097 # 3Com Etherlink III 3CXE589EC and 3CXE589ET
1098 card "3Com" "Megahertz 589E"
1099         config  auto "ep" ?
1100         insert  /etc/pccard_ether $device start
1101         remove  /etc/pccard_ether $device stop
1102
1103 # 3Com OfficeConnect 3CXSH572BT
1104 card "3Com" "OfficeConnect 572B"
1105         config  auto "ep" ? 0x1
1106         insert  /etc/pccard_ether $device start
1107         remove  /etc/pccard_ether $device stop
1108
1109 # 3Com Etherlink III 3C562 (as Network)
1110 # Don't think this will work.
1111 #card "3Com Corporation" "3C562"
1112 #       config  0x9 "ep" ?
1113 #       insert  /etc/pccard_ether $device start
1114 #       remove  /etc/pccard_ether $device stop
1115
1116 # 3Com Etherlink III 3C589, 3C589B, 3C589C, 3C589D
1117 card "3Com Corporation" "/3C589/"
1118         config  auto "ep" ?
1119         insert  /etc/pccard_ether $device start
1120         remove  /etc/pccard_ether $device stop
1121
1122 # Farallon EtherMac
1123 card "Farallon" "ENet"
1124         config  auto "ep" ?
1125         insert  /etc/pccard_ether $device start
1126         remove  /etc/pccard_ether $device stop
1127
1128 ########## ex ##########
1129
1130 # Olicom OC2220
1131 card "Olicom" "Ethernet"
1132         config  0x1 "ex" ?
1133         insert  /etc/pccard_ether $device start
1134         remove  /etc/pccard_ether $device stop
1135
1136 ########## fe ##########
1137
1138 # CONTEC C-NET(PC)C Ethernet
1139 card "CONTEC Co.,Ltd." "/C-NET\(PC\)C.*/"
1140         config  auto "fe" ?
1141         ether   0x58 # 00:80:4c
1142         insert  /etc/pccard_ether $device start
1143         remove  /etc/pccard_ether $device stop
1144
1145 # Fujitsu MBH10303 Ethernet PCMCIA
1146 card "EAGLE Technology" "/NE200 ETHERNET LAN MBH10303 */"
1147         config  auto "fe" ?
1148         insert  /etc/pccard_ether $device start
1149         remove  /etc/pccard_ether $device stop
1150
1151 # Eiger Labs EPX-10BT
1152 card "Eiger labs,Inc." "EPX-10BT PC Card Ethernet 10BT"
1153         config  auto "fe" ?
1154         insert  /etc/pccard_ether $device start
1155         remove  /etc/pccard_ether $device stop
1156
1157 # Fujitsu FMV-J182, FMV-J182A
1158 card "FUJITSU" "LAN Card(FMV-J182)"
1159         config  auto "fe" ?
1160 # These cards have same ID strings, and different MAC address
1161 # locations.
1162 #       ether   0xf2c # 00:00:0e        #FMV-J182
1163         ether   0x1cc # 00:00:0e        #FMV-J182A
1164         insert  /etc/pccard_ether $device start
1165         remove  /etc/pccard_ether $device stop
1166
1167 # Fujitsu Towa LA501 Ethernet
1168 card "FUJITSU TOWA" "LA501"
1169         config  auto "fe" ? 0x10
1170         ether   0x332 # 00:00:0e
1171         insert  /etc/pccard_ether $device start
1172         remove  /etc/pccard_ether $device stop
1173
1174 # HITACHI HT-4840-11
1175 card "HITACHI" "HT-4840-11"
1176         config  auto "fe" ?
1177         insert  /etc/pccard_ether $device start
1178         remove  /etc/pccard_ether $device stop
1179
1180 # NextCom J Link NC5310
1181 card "NextComK.K." "/NC5310 Ver1\.0.*/"
1182         config  auto "fe" ?
1183         insert  /etc/pccard_ether $device start
1184         remove  /etc/pccard_ether $device stop
1185
1186 # RATOC REX-5588, REX-9822, REX-4886
1187 card "PCMCIA LAN MBH10304  ES" "  01"
1188         config  auto "fe" ?
1189 #       ether   0x32c # 00:c0:d0  # many minor revs....
1190 #       ether   0x328 # 00:c0:d0
1191         ether   0x200 # 00:c0:d0
1192         insert  /etc/pccard_ether $device start
1193         remove  /etc/pccard_ether $device stop
1194
1195 # Fujitsu MBH10302
1196 card "PCMCIA MBH10302" "01"
1197         config  auto "fe" ?
1198         insert  /etc/pccard_ether $device start
1199         remove  /etc/pccard_ether $device stop
1200
1201 # RATOC REX-R280
1202 card "RATOC System Inc." "10BASE_T CARD R280"
1203         config  auto "fe" ?
1204         ether   0x1fc # 00:c0:d0
1205         insert  /etc/pccard_ether $device start
1206         remove  /etc/pccard_ether $device stop
1207
1208 # TDK LAK-CD021, LAK-CD021A, LAK-CD021BX
1209 card "TDK" "LAC-CD02x"
1210         config  auto "fe" ?
1211 # These cards have same ID strings, and different MAC address
1212 # locations.
1213 #       ether   0x92 # 00:80:98         # LAC-CD021, LAC-021A
1214 #       ether   0x96 # 00:80:98         # LAC-CD021BX
1215         insert  /etc/pccard_ether $device start
1216         remove  /etc/pccard_ether $device stop
1217
1218 ########## fdc ##########
1219
1220 # Libretto Floppy disk
1221 card "Y-E DATA" "External FDD"
1222         config  0x4 "fdc" ?
1223
1224 ########## gp ##########
1225
1226 # XXX NOT SUPPORTED YET
1227 # National Instruments PCMCIA-GPIB Cards
1228 #card "National Instruments" "PCMCIA-GPIB"
1229 #       config  default "gp" pio
1230
1231 ########## hss ##########
1232
1233 # XXX NOT SUPPORTED YET
1234 # Hitachi microcomputer speech synthesizer card
1235 #card "/HITACHI MICROCOMPUTER SYSTEM LTD.*/" "MSSHVPC02"
1236 #       config  default "hss" pio
1237
1238 ########## joy ##########
1239
1240 # IO DATA PCJOY
1241 card    "IO DATA" "PCJOY"
1242         config  auto "joy" ?
1243 #       config  0x1 "joy" pio
1244 #       config  0x2 "joy" pio
1245
1246 # Game Card B236 by BONDWELL
1247 card    "BONDWELL" "B236"
1248         config  auto "joy" ?
1249
1250 ########## ncv ##########
1251
1252 # New Media Corporation BASICS SCSI
1253 # (Do not put this entry under Bustoaster)
1254 card "BASICS by New Media Corporation" "SCSI Sym53C500"
1255         config  auto "ncv" ?
1256
1257 # Media Intelligent SCSI-2 PC Card MSC-200
1258 card "EPSON" "SCSI-2 PC Card SC200"
1259         config  auto "ncv" ?
1260
1261 # KME (TAXAN ICD-400PN, etc.)
1262 card "KME" "KXLC002"
1263         config  auto "ncv" ? 0xb4d00000
1264
1265 # KME KXLC004
1266 card "KME" "KXLC004"
1267         config  auto "ncv" ? 0xb4d00100
1268
1269 # IO DATA PCSC-DV
1270 # Macnica Miracle SCSI mPS100
1271 card "MACNICA" "MIRACLE SCSI" "mPS100" "D.0"
1272         config  auto "ncv" ? 0xb6250000
1273
1274 # Macnica Miracle SCSI-II mPS110
1275 card "MACNICA" "MIRACLE SCSI-II mPS110"
1276         config  auto "ncv" ? 0
1277
1278 # NEC PC-9801N-J03R
1279 card "NEC" "PC-9801N-J03R"
1280         config  auto "ncv" ? 0
1281
1282 # Qlogic Fast SCSI
1283 card "QLOGIC CORPORATION" "pc05"
1284         config  auto "ncv" ? 0x84d00000
1285
1286 # RATOC REX-9530
1287 card "RATOC System Inc." "/SCSI2 CARD.*/"
1288         config  auto "ncv" ? 0x84d00000
1289
1290 # RATOC REX-5572 (as SCSI only)
1291 card "RATOC System Inc." "/SOUND/SCSI2 CARD.*/"
1292         config  auto "ncv" ? 0x84d00000
1293 #       cardio  0x640 0x10
1294         iosize  16
1295
1296 ########## nsp ##########
1297
1298 # WORKBIT Ninja SCSI series
1299 card "IO DATA" "/CBSC16 */"
1300         config  auto "nsp" ?
1301
1302 # Hewlett Packard M820e (CD-writer)
1303 card "/KME */" "SCSI-CARD-001"
1304         config  auto "nsp" ?
1305
1306 # WORKBIT Ninja SCSI series
1307 card "WBT" "NinjaSCSI-3"
1308         config  auto "nsp" ?
1309
1310 # WORKBIT Ninja SCSI series (PIO mode)
1311 # (If you want to use them in PIO mode comment out above and uncommnet below.)
1312 #card "WBT" "NinjaSCSI-3"
1313 #       config  auto "nsp" ? 0x100
1314
1315 ########## opl ##########
1316
1317 # XXX NOT SUPPORTED YET
1318 # RATOC REX-5570 Sound Card
1319 #card "1195 RATOC System Inc." "REX5570 SOUND CARD"
1320 #       config  default "opl" ?
1321
1322 ########## ray ##########
1323
1324 # WebGEAR Aviator 2.4
1325 card "WebGear" "PC Card WLAN Adapter"
1326         config  auto "ray" ?
1327         insert  /etc/pccard_ether $device start
1328         remove  /etc/pccard_ether $device stop
1329
1330 # Raytheon Raylink 802.11 Wireless LAN
1331 card "RAYTHEON" "RayLink PC Card WLAN Adapter"
1332         config  auto "ray" ?
1333         insert  /etc/pccard_ether $device start
1334         remove  /etc/pccard_ether $device stop
1335
1336 ########## scc ##########
1337
1338 # XXX NOT SUPPORTED YET
1339 # IBM Smart Capture Card
1340 #card "IBM Corp." "Video Capture"
1341 #       config  default "scc" pio
1342 #       cardmem 0xd4000 0x0 0x8000
1343
1344 ########## sio ##########
1345
1346 # 3Com/USR/MegaHertz 3CCM156
1347 card "3COM" "3CCM156"
1348         config  auto "sio" ?
1349
1350 # 3com/USR/Megahertz 3CCM556
1351 card "3Com" "3CXM/3CCM556"
1352         config  auto "sio" ?
1353
1354 # 3Com Etherlink III 3C562 and 3C563 (as Modem)
1355 card "3Com Corporation" "/3C56[23]/"
1356         config  0x09 "sio" ?
1357 #       config  auto "sio" ?
1358
1359 # ADVANTECH COMpad-32/85 (dual port, but only one works)
1360 card "ADVANTECH" "COMpad-32/85"
1361         config  auto "sio" ? 0x330
1362
1363 # Apex Data 28.8 PC Card "MOBILE PLUS Cellular" modem. 
1364 card "AD PC_CARD" "RC288ACL" 
1365         config  auto "sio" ? 
1366
1367 # AIWA PV-JF288
1368 card "AIWA CO.,LTD." "/PV-JF288 */"
1369         config  auto "sio" ?
1370
1371 # AIWA PV-JF3356
1372 card "AIWA CO.,LTD. MODEM" "PV-JF3356"
1373         config  auto "sio" ? 0x40000
1374
1375 # APEX DATA MultiCard (as Modem only)
1376 card "APEX DATA" "MULTICARD"
1377         config  0xb "sio" ?
1378 #       config  auto "sio" ?
1379
1380 # Eiger 33.6 modem
1381 card "AT&T" "V34+ Fax Modem"
1382         config  auto "sio" ?
1383
1384 # AT&T Paradyne KeepInTouch 14.4 modem
1385 card "AT&T Paradyne" "KeepInTouch Card"
1386         config  auto "sio" ?
1387         reset   1000
1388
1389 # BUG Linkboy D64K (ISDN)
1390 card "BUG Inc." "Linkboy D64K"
1391         config  auto "sio" ?
1392
1393 # Portable Add Ons FreeSpirit 56K/ISDN Card
1394 card "Portable Add Ons" "FreeSpirit Global 56K"
1395         config  auto "sio" ?
1396
1397 # NewMedia 14.4K FAX/Data Modem
1398 card "CIRRUS LOGIC" "FAX MODEM"
1399         config  auto "sio" ?
1400
1401 # COM1 SA
1402 card "COM1 SA" "/MC2(18|20) CARD/"
1403         config  auto "sio" ?
1404
1405 # Digiteam Expresso 14.4 Modem
1406 card "Digiteam GmbH" "Expresso Modem"
1407         config  auto "sio" ?
1408
1409 # Eicon DIVA T/A
1410 # at@menu       Config menu
1411 # at>vc         View current profile
1412 # at>vd         View troubleshooting information
1413 card "Eicon Technology" "DIVA T/A"
1414         config  auto "sio" ?
1415
1416 # Ericsson DC23 GSM modem card
1417 card "ERICSSON" "Modem, DC23"
1418         config  auto "sio" ?
1419
1420 # GATEWAY 2000 FAX/Data Modem (14.4K)
1421 card "GATEWAY2000" "CC3144"
1422         config  auto "sio" ?
1423
1424 # This one does work though
1425 card "HAYES" "OPT288"
1426         config  auto "sio" ?
1427
1428 # Hayes OPTIMA 288 FAX/Data Modem
1429 # currently does not work on my machine
1430 card "Hayes" "OPTIMA 288 + FAX fo"
1431         config  auto "sio" ?
1432         reset   10000
1433
1434 # IBM Push/Pop Modem (14.4K)
1435 card "IBM" "Push/Pop Modem(14.4K)"
1436         config  auto "sio" ?
1437
1438 # IBM 56k PCCCARD modem
1439 card "IBM" "56K PC Card Modem"
1440         config  auto "sio" ?
1441
1442 # Intel EtherExpress(TM) PRO/100 LAN/Modem PC Card Adapter (as modem)
1443 card "Intel" "EtherExpress(TM) PRO/100 LAN/Modem PC Card Adapter"
1444         config  0x1f "sio" ?
1445 #       config  auto "sio" ?
1446
1447 # US Robotics Worldport 14400
1448 card "Intel" "MODEM 2400+"
1449         config  auto "sio" ?
1450
1451 # Intelligent SurfCard
1452 card "Intelligent" "PCMCIA FAX+MODEM"
1453         config  auto "sio" ?
1454         reset   1000
1455
1456 # Megahertz XJEM3288 (as modem)
1457 card "MEGAHERTZ" "CC/XJEM3288"
1458         config  auto "sio" ?
1459
1460 # Megahertz XJEM1336 (as modem)
1461 card "MEGAHERTZ" "CC/XJEM3336"
1462         config  auto "sio" ?
1463
1464 # Megahertz XJ1144, XJ2144 (US and JP), XJ2288, XJ3288
1465 card "MEGAHERTZ" "/XJ[0-9]+/"
1466         config  auto "sio" ?
1467
1468 # Megahertz XJ-CC4288
1469 card "Megahertz" "XJ-CC4288"
1470         config  auto "sio" ?
1471
1472 # Megahertz XJ4336
1473 card "Megahertz" "XJ4336-CC4336"
1474         config  auto "sio" ?
1475
1476 # XXX generic serial?
1477 # Megahertz X-Jack Ethernet/Modem 14.4K (as Modem only)
1478 card "Megahertz" "XJEM1144/CCEM1144"
1479         config  0x27 "sio" ?
1480 #       config  auto "sio" ?
1481
1482 # Motorola Montana 
1483 card "Motorola" "MONTANA 33.6 FAX/MODEM"
1484         config  auto "sio" ?
1485
1486 # XXX generic serial?
1487 # Motorola Marine multifunction card (as modem)
1488 card "Motorola, Inc." "MARINER MODEM/FAX/LAN"
1489         config  0x35 "sio" ?
1490 #       config  auto "sio" ?
1491
1492 # NTT ThunderCard Modem
1493 card "NTT-IT CO., LTD" "ThunderCard AVF288, V.34"
1494         config  auto "sio" ?
1495
1496 # NTT DoCoMo Mobile D Card 96P1
1497 card "NTT DoCoMo" "Mobile D Card 96P1"
1498         config  auto "sio" ? 0x82
1499
1500 # NTT DoCoMo (formerly NTT Personal) Paldio 611S
1501 card "NTT DoCoMo" "PALDIO 611S PC CARD"
1502         config  auto "sio" ? 0x40000
1503
1504 # NTT DoCoMo DATA/FAX Adapter
1505 card "NTT DoCoMo" "PCMCIA DATA/FAX ADAPTER 9600 Mark2"
1506         config  auto "sio" ?
1507
1508 # NTT DoCoMo DATA/FAX Adapter
1509 card "NTT DoCoMo" "/PCMCIA DATA/FAX.*/"
1510         config  auto "sio" ? 0x82
1511
1512 # NTT-IT ThunderCard
1513 card "NTT Intelligent Technology Co., Ltd." "ThunderCard DD128"
1514         config  auto "sio" ? 0x80
1515         reset   1000
1516
1517 # NTT DoCoMo (formerly NTT Personal) FAX/Data 32K PHS Card Paldio 321S
1518 card "NTT Personal" "32K Paldio 321S PC CARD"
1519         config  auto "sio" ?
1520 #       config  auto "sio" ? 0x40000
1521
1522 # NTT DoCoMo (formerly NTT Personal) FAX/Data 32K PHS Card Paldio 341S
1523 card "NTT Personal" "32K Paldio 341S PC CARD"
1524         config  auto "sio" ?
1525
1526 # NTT Personal Paldio Data Card DC-1S
1527 card "NTT Personal" "/Paldio Data.*/" "DC-1S"
1528         config  auto "sio" ? 0x40000
1529
1530 # Nokia Cellular Data Card DTP-2 and DTP-2 ver II
1531 # This Nokia example allows either 1 or 2 Nokia cards to be fitted.
1532 # With 2 Mobile Phones and Multilink PPP you can get a 19200 data channel.
1533 # Nokia Cellular Data Card
1534 card "Nokia Mobile Phones" "/DTP-2( ver II)?/"
1535 #       config  0x23 "sio" ?
1536 #       config  0x24 "sio" ?
1537         config  auto "sio" ?
1538
1539 # Novalink NovaModem 144
1540 card "NovaLink Tech." "/NovaModem 144 */"
1541         config  auto "sio" ?
1542
1543 # Novatel Merlin CDPD card (wireless modem)
1544 card "Novatel Wireless" "Merlin Type II Wireless IP Modem"
1545         config  auto "sio" ?
1546
1547 # Omron ME2814 FAX/DATA MODEM
1548 card "OMRON" "ME2814 FAX/DATA MOD"
1549         config  auto "sio" ?
1550
1551 # Omron MD24XCA FAX/Data Modem
1552 card "OMRON Corp." "MD24XCA"
1553         config  auto "sio" ?
1554 #       config  auto "sio" pio
1555         reset   10000
1556
1557 # Option International PCMCIA55K06
1558 card "Option International" "GSM Data/Fax/SMS Modem"
1559         config  auto "sio" ?
1560
1561 # Banksia CardModem 56
1562 card "PCCardModem" "CardModem 56"
1563         config  auto "sio" ?
1564
1565 # Eiger PCCARD modem 
1566 # Apparently this modem does not work unless the recommended
1567 # init string (AT&F&C1&D2) is supplied.
1568 card "/PCMCIA */" "/33\.6K Fax/Modem */"
1569         config  auto "sio" ?
1570
1571 # Actiontec Datalink with v.90 upgrade
1572 card "/PCMCIA */" "/56K V\.90 Fax Modem (LK) */"
1573         config  auto "sio" ?
1574
1575 # Billionton 56Kbps Fax Modem
1576 card "PCMCIA CARD 56KFaxModem" "FM56C-NFS"
1577         config  auto "sio" ?
1578
1579 # PREMAX FM288 FAX/Data Modem
1580 card "PREMAX" "/FM288 */"
1581         config  auto "sio" ?
1582
1583 # Panasonic FM-RADIO card
1584 card "Panasonic" "CF-JVR101"
1585         config  auto "sio" ?
1586 #       config  auto "sio" pio
1587
1588 # Panasonic KX-PH402D
1589 card "Panasonic" "KX-PH402D"
1590         config  auto "sio" ?
1591
1592 # Panasonic Modem Card TO-706C
1593 card "Panasonic" "TO-706C"
1594         config  auto "sio" ?
1595
1596 # Panasonic Modem Card TO-706C
1597 card "Panasonic" "TO-CAF288"
1598         config  auto "sio" ?
1599
1600 # Panasonic TO-CAF56K FAX/Data Modem
1601 card "Panasonic Co." "TO-CAF56K"
1602 #       config  auto "sio" pio
1603         config  auto "sio" ?
1604         reset   10000
1605
1606 # Random modem bundled with Dell systems
1607 card "Psion Dacom" "Gold Card Global 56K+Fax"
1608         config  auto "sio" ?
1609
1610 # RFI HotLine serial card
1611 card "RFI" "RS-232 ComCard Rev.II"
1612         config  auto "sio" ?
1613
1614 # SII MC-6530, MC-6550 and MC-P200
1615 card "SII" "/PHS (DATA|LINK) (32S|64)/"
1616         config  auto "sio" ? 0x40000
1617
1618 # TDK 14.4 FAX/Data Modem
1619 card "TDK" "/DF1414(EX)? DATA/FAX MODEM/"
1620         config  auto "sio" ?
1621
1622 # TDK DN1280R
1623 card "TDK" "DN1280R"
1624         config  auto "sio" ?
1625         reset 1000
1626
1627 # TDK DP9600
1628 card "TDK" "DP9600"
1629         config  auto "sio" ? 0x40000
1630
1631 # TDK Multifunctioon Card (as Modem)
1632 card "TDK" "GlobalNetworker 3410/3412"
1633         config  auto "sio" ? 0x40000
1634
1635 # Toshiba Modem/LAN card IPC5001B (as Modem)
1636 card "TOSHIBA" "Modem/LAN Card"
1637         config  0x25 "sio" ?
1638 #       config  auto "sio" ?
1639
1640 # 3Com/USR/Toshiba SLIMV90
1641 card "TOSHIBA" "SLIMV90"
1642         config  auto "sio" ?
1643
1644 # 3Com/NoteWorthy 56K modem (bundled with Toshiba notebooks)
1645 card "Toshiba America" "3CXM056-BNW"
1646         config  auto "sio" ?
1647
1648 # U.S. Robotics XJ1560 and XJ1560J, Megahertz XJ1336
1649 card "U.S. Robotics" "/XJ/CC1(336|560)J?/"
1650         config  auto "sio" ?
1651
1652 # US Robotics Sportster PCMCIA V.34
1653 # US Robotics COURIER PCMCIA V.34
1654 card "USRobotics" "PCMCIA 28800 Data/F"
1655         config  auto "sio" ?
1656
1657 # Viking V.90/K56Flex modem
1658 card "Viking" "V.90 K56flex"
1659         config  auto "sio" ?
1660
1661 # Xircom CreditCard Ethernet 10/100 + modem (modem part)
1662 card "Xircom" "CreditCard Ethernet+Modem 33.6"
1663         config  0x23 "sio" ?
1664 #       config  auto "sio" ?
1665
1666 # Xircom GlobalACCESS modem
1667 card "Xircom" "CreditCard Modem 56 - GlobalACCESS"
1668         config  auto "sio" ?
1669
1670 # Xircom CreditCard Modem
1671 card "Xircom" "CreditCard Modem CM-56T"
1672         config  auto "sio" ?
1673         reset   100
1674
1675 # Zonet 56Kbps FAX/Modem PC Card
1676 card "PC CARD" "56Kbps Fax Modem PC Card"
1677         config  auto "sio" ?
1678
1679 # Zoom 56K modem 
1680 # Freezes your system entirely if you don't have the reset..
1681 card "Zoom Telephonics, Inc." "PCMCIA 56K LT DataFax"
1682         config  auto "sio" ?
1683         reset   1000
1684
1685 ########## sn ##########
1686
1687 # Megahertz X-Jack Ethernet
1688 card "Megahertz" "CC10BT/2"
1689         config  auto "sn" ?
1690         ether   attr2
1691         insert  /etc/pccard_ether $device start
1692         remove  /etc/pccard_ether $device stop
1693
1694 # Megahertz Ethernet Adapter
1695 card "Megahertz" "ETHERNET ADAPTOR"
1696         config  auto "sn" ?
1697         ether   attr2
1698         insert  /etc/pccard_ether $device start
1699         remove  /etc/pccard_ether $device stop
1700
1701 # MELCO LPC-TX
1702 card "MELCO/SMC" "LPC-TX"
1703         config  auto "sn" ?
1704         ether   0x4a # 00:a0:dc
1705         insert  /etc/pccard_ether $device start
1706         remove  /etc/pccard_ether $device stop
1707
1708 # SMC EtherEZ Combo(SMC8020BT)
1709 card "SMC" "EtherEZ Ethernet 8020"
1710         config  auto "sn" ?
1711 #       ether   0x9a # 00:00:c0
1712         insert  /etc/pccard_ether $device start
1713         remove  /etc/pccard_ether $device stop
1714
1715 # Victor M-MOIL CARD
1716 card "JVC" "MiniMoil Ethernet Card"
1717         config  auto "sn" ?
1718         insert  /etc/pccard_ether $device start
1719         remove  /etc/pccard_ether $device stop
1720
1721 ########## spc ##########
1722
1723 # XXX NOT SUPPORTED YET
1724 # REX5535AC, REX5535X SCSI
1725 #card "PCMCIA SCSI MBH10401" "01"
1726 #       config  0x3a "spc" ?
1727
1728 ########## stg ##########
1729
1730 # RATOC REX-5536, Melco IFC-SC
1731 card "1195 RATOC System Inc." "REX5536 SCSI2 CARD"
1732         config  auto "stg" ? 0
1733
1734 # Future Domain SCSI2GO
1735 card "Future Domain Corporation" "SCSI PCMCIA Credit Card Controller"
1736         config  auto "stg" ?
1737
1738 # IBM SCSI PCMCIA Card
1739 card "IBM Corp." "SCSI PCMCIA Card"
1740         config  auto "stg" ?
1741
1742 # RATOC REX-5536AM, REX-9836A, ICM PSC-2401 SCSI
1743 # There's a buggy revision of this card which has broken CIS tupples.
1744 # If you can't use this card, change config entry from `auto' to 
1745 # `default' and try the point enabler. (for example,
1746 # type "pccardc enabler 0 stg0 -a 0x4140 -i 5" from root command prompt)
1747 card "PCMCIA SCSI MBH10404" "01"
1748 #       config  default "stg" ?
1749         config  auto "stg" ?
1750         logstr  "RATOC REX-5536AM SCSI"
1751
1752 # RATOC REX-5536M
1753 card "PCMCIA SCSI2 CARD" "01"
1754         config  auto "stg" ? 0
1755         logstr  "RATOC REX-5536M SCSI"
1756
1757 ########## wlp ##########
1758
1759 # XXX NOT SUPPORTED YET
1760 # AT&T GIS Wavelan PCMCIA
1761 # If you want to use Japanese version, uncomment the second config
1762 # line and comment-out the first line.
1763 #card "AT&T" "WaveLAN/PCMCIA"
1764 #       config  default "wlp" ?      # US version (915MHz)
1765 ##      config  default "wlp" ? 0x01 # Japanese version (2.4GHz)
1766 ##      ether   wavelan
1767 #       insert  /etc/pccard_ether $device start
1768 #       remove  /etc/pccard_ether $device stop
1769
1770 # XXX NOT SUPPORTED YET
1771 # Digital RoamAbout
1772 #card "Digital" "RoamAbout/DS"
1773 #       config  auto "wlp" ?
1774 ##      ether   wavelan
1775 #       insert  /usr/sbin/wlpconfig -i wlp0 -w 0xaaaa
1776 #       insert  /etc/pccard_ether $device start
1777 #       remove  /etc/pccard_ether $device stop
1778
1779 # XXX NOT SUPPORTED YET
1780 # Lucent Wavelan
1781 #card "Lucent Technologies" "WaveLAN/PCMCIA"
1782 #       config  default "wlp" ?
1783 #       ether   wavelan
1784 #       insert  /etc/pccard_ether $device start
1785 #       remove  /etc/pccard_ether $device stop
1786
1787 # XXX NOT SUPPORTED YET
1788 # NCR Wavelan PCMCIA
1789 # If you want to use Japanese version, uncomment the second config
1790 # line and comment-out the first line.
1791 #card "NCR" "WaveLAN/PCMCIA"
1792 #       config  default "wlp" ?      # US version (915MHz)
1793 ##      config  default "wlp" ? 0x01 # Japanese version (2.4GHz)
1794 #       ether   wavelan
1795 #       insert  /etc/pccard_ether $device start
1796 #       remove  /etc/pccard_ether $device stop
1797
1798
1799 ########## wi ##########
1800
1801 # OEM ID 0x5 unlabelled PRISM2.5 card
1802 card " " "IEEE 802.11 Wireless LAN/PC Card"
1803         config  auto "wi" ?
1804         insert  /etc/pccard_ether $device start
1805         remove  /etc/pccard_ether $device stop
1806
1807 # 3com 3crwe737A AirConnect Wireless LAN PC Card
1808 card "3Com" "3CRWE737A AirConnect Wireless LAN PC Card"
1809         config  auto "wi" ?
1810         insert  /etc/pccard_ether $device start
1811         remove  /etc/pccard_ether $device stop
1812
1813 # Accton airDirect WN3301
1814 card "Accton" "IEEE802.11 PC Card Adapter"
1815         config  auto "wi" ?
1816         insert  /etc/pccard_ether $device start
1817         remove  /etc/pccard_ether $device stop
1818
1819 # Actiontec PRISM wireless
1820 card "ACTIONTEC" "PRISM Wireless LAN PC Card"
1821         config  auto "wi" ?   
1822         insert  /etc/pccard_ether $device start
1823         remove  /etc/pccard_ether $device stop
1824
1825 # Addtron AWP-100
1826 card "Addtron" "AWP-100 Wireless PCMCIA"
1827         config  auto "wi" ?
1828         insert  /etc/pccard_ether $device start
1829         remove  /etc/pccard_ether $device stop
1830
1831 # ADLINK340APC
1832 card "ADTEC" "ADLINK/340C"
1833         config  auto "wi" ?
1834         insert  /etc/pccard_ether $device start
1835         remove  /etc/pccard_ether $device stop
1836
1837 # Home Wireless Networks
1838 card "AirWay" "802.11 Adapter (PCMCIA)"
1839         config  auto "wi" ?
1840         insert  /etc/pccard_ether $device start
1841         remove  /etc/pccard_ether $device stop
1842
1843 # Allied Telesis WR211PCM
1844 card "Allied Telesis K.K." "WR211PCM"
1845         config  auto "wi" ?
1846         insert  /etc/pccard_ether $device start
1847         remove  /etc/pccard_ether $device stop
1848
1849 # Avaya Wireless PC Card
1850 card "Avaya Communication" "Avaya Wireless PC Card"
1851         config  auto "wi" ?
1852         insert  /etc/pccard_ether $device start
1853         remove  /etc/pccard_ether $device stop
1854
1855 # Belkin wireless card
1856 card "Belkin" "11Mbps Wireless Notebook Network Adapter"
1857         config  auto "wi" ? 
1858         insert  /etc/pccard_ether $device start
1859         remove  /etc/pccard_ether $device stop
1860
1861 # BreezeNET
1862 card "BreezeNET" "PC-DS.11"
1863         config  auto "wi" ?
1864         insert  /etc/pccard_ether $device start
1865         remove  /etc/pccard_ether $device stop
1866
1867 # Buffalo WLI-CF-S11G
1868 card "BUFFALO" "WLI-CF-S11G"
1869         config  auto "wi" ?
1870         insert  /etc/pccard_ether $device start
1871         remove  /etc/pccard_ether $device stop
1872
1873 # Melco Airconnect 3.3V version
1874 card "BUFFALO" "WLI-PCM-S11"
1875         config  auto "wi" ?
1876         insert  /etc/pccard_ether $device start
1877         remove  /etc/pccard_ether $device stop
1878
1879 # Melco Airconnect (128bit WEP)
1880 card "BUFFALO" "WLI-PCM-L11G"
1881         config  auto "wi" ?
1882         insert  /etc/pccard_ether $device start
1883         remove  /etc/pccard_ether $device stop
1884
1885 # Cabletron RoamAbout, WaveLAN/IEEE clone
1886 card "Cabletron" "RoamAbout 802.11 DS"
1887         config  0x1 "wi" ?
1888 #       config  auto "wi" ?
1889         insert  /etc/pccard_ether $device start
1890         remove  /etc/pccard_ether $device stop
1891
1892 # Compaq WL100
1893 card "Compaq" "WL100_11Mbps_Wireless_PC_Card"
1894         config  auto "wi" ?
1895         insert  /etc/pccard_ether $device start
1896         remove  /etc/pccard_ether $device stop
1897
1898 # Compaq WL110
1899 card "Compaq" "Compaq WL110 PC Card"
1900         config  auto "wi" ?
1901         insert  /etc/pccard_ether $device start
1902         remove  /etc/pccard_ether $device stop
1903
1904 # Compaq WL200
1905 card "Compaq" "WL200_11Mbps_Wireless_PCI_Card"
1906         config  auto "wi" ?
1907         insert  /etc/pccard_ether $device start
1908         remove  /etc/pccard_ether $device stop
1909
1910 # Compaq WL200 (might be wrong)
1911 card "Compaq" "Compaq WL200_11Mbps_Wireless_PCI_Card"
1912         config  auto "wi" ?
1913         insert  /etc/pccard_ether $device start
1914         remove  /etc/pccard_ether $device stop
1915
1916 # Corega KK Wireless LAN PCC-11
1917 card "corega K.K." "Wireless LAN PCC-11"
1918         config  auto "wi" ?
1919         insert  /etc/pccard_ether $device start
1920         remove  /etc/pccard_ether $device stop
1921
1922 # Corega KK Wireless LAN PCCA-11
1923 card "corega K.K." "Wireless LAN PCCA-11"
1924         config  auto "wi" ?
1925         insert  /etc/pccard_ether $device start
1926         remove  /etc/pccard_ether $device stop
1927
1928 # Corega KK Wireless LAN PCCB-11
1929 card "corega_K.K." "Wireless_LAN_PCCB-11"
1930         config  auto "wi" ?
1931         insert  /etc/pccard_ether $device start
1932         remove  /etc/pccard_ether $device stop
1933
1934 # Corega KK Wireless LAN PCCL-11
1935 card "corega" "WL PCCL-11"
1936         config  auto "wi" ?
1937         insert  /etc/pccard_ether $device start
1938         remove  /etc/pccard_ether $device stop
1939
1940 # D Link DWL-650 11Mbps WLAN Card
1941 card "D" "Link DWL-650 11Mbps WLAN Card"
1942         config  auto "wi" ?
1943         insert  /etc/pccard_ether $device start
1944         remove  /etc/pccard_ether $device stop
1945
1946 # DLink Air DWL-660 Wireless PC Card
1947 card "D-Link" "D-Link Air DWL-660 Wireless PC Card"
1948         config  auto "wi" ?
1949         insert  /etc/pccard_ether $device start
1950         remove  /etc/pccard_ether $device stop
1951
1952 # Dell TrueMobile (OEMed Lucent WaveLAN/IEEE)
1953 card "Dell" "TrueMobile 1150 Series PC Card"
1954         config  0x1 "wi" ?
1955         insert  /etc/pccard_ether $device start
1956         remove  /etc/pccard_ether $device stop
1957
1958 # ELECOM Air@Hawk/LD-WL11/PCC (0.7.5)
1959 card "ELECOM" "Air@Hark/LD-WL11/PCC"
1960         config  auto "wi" ?
1961         insert  /etc/pccard_ether $device start
1962         remove  /etc/pccard_ether $device stop
1963
1964 # ELECOM Air@Hawk/LD-WL11/PCC (0.7.6 and later)
1965 card "ELECOM" "Air@Hawk/LD-WL11/PCC"
1966         config  auto "wi" ?
1967         insert  /etc/pccard_ether $device start
1968         remove  /etc/pccard_ether $device stop
1969
1970 # ELSA Air Lancer
1971 card "ELSA" "AirLancer MC-11"
1972         config  auto "wi" ?
1973         insert  /etc/pccard_ether $device start
1974         remove  /etc/pccard_ether $device stop
1975
1976 # PLANEX GeoWave/GW-NS11S
1977 card "Geowave" "GW-NS11S"
1978         config  auto "wi" ?
1979         insert  /etc/pccard_ether $device start
1980         remove  /etc/pccard_ether $device stop
1981
1982 # Linksys Instant Wireless WPC11
1983 card "/Instant Wireless */" " Network PC CARD"
1984         config  auto "wi" ?
1985         insert  /etc/pccard_ether $device start
1986         remove  /etc/pccard_ether $device stop
1987
1988 # Intel PRO/Wireless 2011 LAN PC Card
1989 card "Intel" "PRO/Wireless 2011 LAN PC Card"
1990         config  auto "wi" ?
1991         insert  /etc/pccard_ether $device start
1992         remove  /etc/pccard_ether $device stop
1993
1994 # ICOM SL-1100
1995 card "ICOM" "SL-1100"
1996         config  auto "wi" ?
1997         insert  /etc/pccard_ether $device start
1998         remove  /etc/pccard_ether $device stop
1999
2000 # Farallon Skyline 11Mbps Wireless
2001 card "INTERSIL" "HFA384x/IEEE"
2002         config  0x1 "wi" ?
2003 #       config  auto "wi" ?
2004         insert  /etc/pccard_ether $device start
2005         remove  /etc/pccard_ether $device stop
2006
2007 # IO Data WN-B11/PCM
2008 card "IO DATA" "WNB11PCM"
2009         config  auto "wi" ?
2010         insert  /etc/pccard_ether $device start
2011         remove  /etc/pccard_ether $device stop
2012
2013 # IBM's rebadged Lucent WaveLAN/IEEE.  The FCC IDs are identical to
2014 # those for the Lucent card, so presumably everything else is as well.
2015 card "IBM Corporation" "IBM High Rate Wireless LAN PC Card"
2016         config  0x1 "wi" ?
2017         insert  /etc/pccard_ether $device start
2018         remove  /etc/pccard_ether $device stop
2019
2020 # Lucent WaveLAN/IEEE
2021 card "Lucent Technologies" "WaveLAN/IEEE"
2022         config  0x1 "wi" ?
2023 #       config  auto "wi" ?
2024         insert  /etc/pccard_ether $device start
2025         remove  /etc/pccard_ether $device stop
2026
2027 # Melco Airconnect
2028 card "MELCO" "WLI-PCM-L11"
2029         config  auto "wi" ?
2030         insert  /etc/pccard_ether $device start
2031         remove  /etc/pccard_ether $device stop
2032
2033 # nanospeed card of some flavor.
2034 card "NANOSPEED" "HFA384x/IEEE"
2035         config  auto "wi" ?
2036         insert  /etc/pccard_ether $device start
2037         remove  /etc/pccard_ether $device stop
2038
2039 # NCR WaveLAN/IEEE
2040 card "NCR" "WaveLAN/IEEE"
2041         config  auto "wi" ?
2042         insert  /etc/pccard_ether $device start
2043         remove  /etc/pccard_ether $device stop
2044
2045 # NEC Wireless Card CMZ-RT-WP
2046 card "NEC" "Wireless Card CMZ-RT-WP"
2047         config  auto "wi" ?
2048         insert  /etc/pccard_ether $device start
2049         remove  /etc/pccard_ether $device stop
2050
2051 # NEC WL11C (PC-WL/11C)
2052 card "NEC Aterm" "WL11C (PC-WL/11C)"
2053         config  auto "wi" ?
2054         insert  /etc/pccard_ether $device start
2055         remove  /etc/pccard_ether $device stop
2056
2057 # NEC Corporation PK-WL001
2058 card "NEC Corporation" "Wireless PC Card"
2059         config  auto "wi" ?
2060         insert  /etc/pccard_ether $device start
2061         remove  /etc/pccard_ether $device stop
2062
2063 # Netgear MA401
2064 card "NETGEAR MA401 Wireless PC" "Card"
2065         config  auto "wi" ?
2066         insert  /etc/pccard_ether $device start
2067         remove  /etc/pccard_ether $device stop
2068
2069 # Netgear MA401RA
2070 card "NETGEAR MA401RA Wireless PC" "Card"
2071         config  auto "wi" ?
2072         insert  /etc/pccard_ether $device start
2073         remove  /etc/pccard_ether $device stop
2074
2075 # Nortel eMobility
2076 card "Nortel Networks" "emobility 802.11 Wireless LAN PC Card"
2077         config  auto "wi" ?
2078         insert  /etc/pccard_ether $device start
2079         remove  /etc/pccard_ether $device stop
2080
2081 # Generic PRISM2.5 card
2082 card "PCMCIA" "11M WLAN Card v2.5"
2083         config  auto "wi" ?
2084         insert  /etc/pccard_ether $device start
2085         remove  /etc/pccard_ether $device stop
2086
2087 # PLANEX GeoWave/GW-NS110
2088 card "PLANEX" "GeoWave/GW-NS110"
2089         config  0x1 "wi" ?
2090 #       config  auto "wi" ?
2091         insert  /etc/pccard_ether $device start
2092         remove  /etc/pccard_ether $device stop
2093
2094 # PLANEX GW-NS11H
2095 card "PLANEX" "GW-NS11H Wireless LAN PC Card"
2096         config  auto "wi" ?
2097         insert  /etc/pccard_ether $device start
2098         remove  /etc/pccard_ether $device stop
2099
2100 # Proxim Harmony
2101 card "PROXIM" "Harmony 802.11b/LAN PC CARD"
2102         config 0x1 "wi" ?
2103         insert  /etc/pccard_ether $device start
2104         remove  /etc/pccard_ether $device stop
2105
2106 # Proxim RangeLAN-DS (OEM of Zcommax - Prism2 card)
2107 card "PROXIM" "RangeLAN-DS/LAN PC CARD"
2108         config  auto "wi" ?
2109         insert  /etc/pccard_ether $device start
2110         remove  /etc/pccard_ether $device stop
2111
2112 # SAMSUNG SWL-2000P PCI Card
2113 card "SAMSUNG" "11Mbps WLAN PCI Card"
2114         config  auto "wi" ?
2115         insert  /etc/pccard_ether $device start
2116         remove  /etc/pccard_ether $device stop
2117
2118 # SMC's SMC2632W (also matches the 3.3V SMC2602W)
2119 card "SMC" "SMC2632W"
2120         config  auto "wi" ?
2121         insert  /etc/pccard_ether $device start
2122         remove  /etc/pccard_ether $device stop
2123
2124 # Sony PCWA-C100 WaveLAN
2125 card "Sony Corporation" "PCWA-C100"
2126     config auto "wi" ?
2127     insert /etc/pccard_ether $device start
2128     remove /etc/pccard_ether $device stop
2129
2130 # German Telekom T-Sinus 130card, unknown original manufactor
2131 card "T-Sinus" "130card"
2132         config  auto "wi" ?
2133         insert  /etc/pccard_ether $device start
2134         remove  /etc/pccard_ether $device stop 
2135
2136 # TDK LAK-CD011WL
2137 card "TDK" "LAK-CD011WL for Wireless LAN"
2138         config  auto "wi" ?
2139         insert  /etc/pccard_ether $device start
2140         remove  /etc/pccard_ether $device stop
2141
2142 # Linksys Instant Wireless WPC11 v2.5
2143 card "The Linksys Group, Inc." "Instant Wireless Network PC Card"
2144         config  auto "wi" ?
2145         insert  /etc/pccard_ether $device start
2146         remove  /etc/pccard_ether $device stop
2147
2148 # Toshibas wireless lan card
2149 card "TOSHIBA" "Wireless LAN Card"
2150         config  auto "wi" ?
2151         insert  /etc/pccard_ether $device start
2152         remove  /etc/pccard_ether $device stop
2153
2154 # U.S. Robotics Wireless Card 2410
2155 card "U.S. Robotics" "IEEE 802.11b PC-CARD"
2156         config  auto "wi" ?
2157         insert  /etc/pccard_ether $device start
2158         remove  /etc/pccard_ether $device stop
2159
2160 # Taiwanese Blue Concentric Circle CF Wireless LAN Model WL-379F
2161 # This is a card sold in Taiwan.
2162 card "Wireless LAN" "11Mbps PC Card"
2163         config  auto "wi" ?
2164         insert  /etc/pccard_ether $device start
2165         remove  /etc/pccard_ether $device stop
2166
2167 # YIS YWL-11B
2168 card "YIS Corp." "YWL-11b"
2169         config  auto "wi" ?
2170         insert  /etc/pccard_ether $device start
2171         remove  /etc/pccard_ether $device stop
2172
2173 # ZoomAir 802.11
2174 card "ZoomAir 11Mbps High" "Rate wireless Networking"
2175         config  auto "wi" ?
2176         insert  /etc/pccard_ether $device start
2177         remove  /etc/pccard_ether $device stop
2178
2179 ########## xe ##########
2180
2181 # Accton EN2226/Fast EtherCard (16-bit verison)
2182 card "Accton" "Fast EtherCard-16"
2183         config  auto "xe" ?
2184         insert  /etc/pccard_ether $device start
2185         remove  /etc/pccard_ether $device stop
2186
2187 # Compaq Netelligent 10/100 PC Card
2188 card "Compaq" "Netelligent 10/100 PC Card"
2189         config  auto "xe" ?
2190         insert  /etc/pccard_ether $device start
2191         remove  /etc/pccard_ether $device stop
2192
2193 # Intel EtherExpress PRO/100 Mobile Adapter (16-bit verison)
2194 card "Intel" "EtherExpress(TM) PRO/100 PC Card Mobile Adapter16"
2195         config  auto "xe" ?
2196         insert  /etc/pccard_ether $device start
2197         remove  /etc/pccard_ether $device stop
2198
2199 # XXX NOT SURE SUPPORTED
2200 # Toshiba 10/100 Ethernet PC Card IPC5008A
2201 #card "Toshiba" "10/100 Ethernet PC Card"
2202 #       config  auto "xe" ?
2203 ##      cardio  0x300 0x10
2204 #       iosize  16
2205 #       insert  /etc/pccard_ether $device start
2206 #       remove  /etc/pccard_ether $device stop
2207
2208 # Xircom 10/100 Network PC Card
2209 card "Xircom" "10/100 Network PC Card"
2210         config  auto "xe" ?
2211         insert  /etc/pccard_ether $device start
2212         remove  /etc/pccard_ether $device stop
2213
2214 # Xircom Realport card + modem
2215 card "Xircom" "16-bit Ethernet + Modem 56"
2216         config  0x27 "xe" ?
2217 #       config  auto "sio" ?
2218         insert  /etc/pccard_ether $device start
2219         remove  /etc/pccard_ether $device stop
2220
2221 # Xircom CreditCard Ethernet CE3-10/100
2222 card "Xircom" "CreditCard 10/100"
2223         config  auto "xe" ?
2224         insert  /etc/pccard_ether $device start
2225         remove  /etc/pccard_ether $device stop
2226
2227 # Xircom CreditCard Ethernet Adaptor IIps (PS-CE2-10)
2228 card "Xircom" "CreditCard 10Base-T"
2229         config  auto "xe" ?
2230         insert  /etc/pccard_ether $device start
2231         remove  /etc/pccard_ether $device stop
2232
2233 # Xircom CreditCard Ethernet 10/100 + modem (Ethernet part) (CEM56)
2234 card "Xircom" "CreditCard Ethernet 10/100 + Modem 56"
2235         config  0x27 "xe" ?
2236 #       config  auto "sio" ?
2237         insert  /etc/pccard_ether $device start
2238         remove  /etc/pccard_ether $device stop
2239
2240 # Xircom RE-10
2241 card "Xircom" "Ethernet Adapter"
2242         config  auto "xe" ?
2243         insert  /etc/pccard_ether $device start
2244         remove  /etc/pccard_ether $device stop
2245
2246 # -------------------------------------------------------------------
2247
2248 # "Wildcard" entries
2249
2250 # -------------------------------------------------------------------
2251
2252 # GENERIC PCMCIA modem
2253 generic serial
2254         config  auto "sio" ?
2255 #       reset   100                     # default
2256 #       reset   1000                    # safety reset time
2257         reset   10000                   # for unstable cards
2258         logstr  "GENERIC PCMCIA modem"
2259
2260 # GENERIC Flash ATA / ATA HDD
2261 generic fixed_disk
2262         config  0x1 "ata" ?
2263         logstr  "GENERIC Flash ATA / ATA HDD"