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