[BACK]Return to files.isa CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / isa

Annotation of src/sys/dev/isa/files.isa, Revision 1.157.4.1

1.157.4.1! yamt        1: #      $NetBSD: files.isa,v 1.157 2008/04/03 22:46:22 xtraeme Exp $
1.1       cgd         2: #
1.33      pk          3: # Config file and device description for machine-independent ISA code.
1.1       cgd         4: # Included by ports that need it.  Requires that the SCSI files be
                      5: # defined first.
                      6:
                      7: # ports should specify appropriate major numbers for the following
                      8: # devices:
1.148     cube        9: #      mcd, wd, wt
1.1       cgd        10:
1.52      thorpej    11: device isa {[port = -1], [size = 0],
1.13      thorpej    12:             [iomem = -1], [iosiz = 0],
1.36      augustss   13:             [irq = -1], [drq = -1], [drq2 = -1]}
1.13      thorpej    14: attach isa at isabus
1.110     lukem      15: file   dev/isa/isa.c                   isa                     needs-flag
1.1       cgd        16:
1.134     drochner   17: file   dev/isa/isabusprint.c           isabus
                     18:
1.2       cgd        19: # ISA DMA controller
1.1       cgd        20: define isadma
1.110     lukem      21: file   dev/isa/isadma.c                isadma                  needs-flag
1.1       cgd        22:
1.2       cgd        23: #
                     24: # 8250/16[45]50-based multi-port serial boards
                     25: #
                     26:
1.1       cgd        27: define commulti {[slave = -1]}
1.135     drochner   28: file   dev/isa/commultiprint.c         commulti
1.2       cgd        29:
                     30: # AST 4-port board
1.52      thorpej    31: device ast: commulti
1.13      thorpej    32: attach ast at isa
1.1       cgd        33: file   dev/isa/ast.c                   ast
1.81      christos   34:
                     35: # TC-800 8-port board
                     36: device tcom: commulti
                     37: attach tcom at isa
                     38: file   dev/isa/tcom.c                  tcom
1.2       cgd        39:
                     40: # BOCA 8-port board
1.52      thorpej    41: device boca: commulti
1.13      thorpej    42: attach boca at isa
1.1       cgd        43: file   dev/isa/boca.c                  boca
1.101     explorer   44:
                     45: # Addonics FlexPort multiport serial card
                     46: device addcom: commulti
                     47: attach addcom at isa with addcom_isa
                     48: file   dev/isa/addcom_isa.c            addcom
1.2       cgd        49:
                     50: # IBM RT PC 4-port board
1.52      thorpej    51: device rtfps: commulti
1.13      thorpej    52: attach rtfps at isa
1.1       cgd        53: file   dev/isa/rtfps.c                 rtfps
1.92      mcr        54:
                     55: # BOCA 6-port board (3x 16552)
1.110     lukem      56: device ioat: commulti
                     57: attach ioat at isa
                     58: file   dev/isa/ioat66.c                ioat
1.106     jdolecek   59:
                     60: # MOXA 8-port board
1.110     lukem      61: device moxa: commulti
1.106     jdolecek   62: attach moxa at isa with moxa_isa
                     63: file   dev/isa/moxa_isa.c              moxa
1.1       cgd        64:
1.2       cgd        65: #
                     66: # Serial and parallel drivers
                     67: #
1.28      mycroft    68:
1.13      thorpej    69: attach com at isa with com_isa
1.28      mycroft    70: file   dev/isa/com_isa.c               com_isa
                     71:
                     72: attach com at commulti with com_multi
                     73: file   dev/isa/com_multi.c             com_multi
1.1       cgd        74:
1.137     perry      75: # Cyclades Cyclom-8/16/32
1.24      christos   76: attach cy at isa with cy_isa
                     77: file   dev/isa/cy_isa.c                cy_isa
1.2       cgd        78:
1.130     jdolecek   79: # PC-style parallel ports: ISA bus attachment (XXX what chip?)
1.39      is         80: # XXX chip driver should be defined elsewhere
1.130     jdolecek   81: attach lpt at isa with lpt_isa
                     82: file   dev/isa/lpt_isa.c               lpt_isa & !ppbus
1.39      is         83:
1.130     jdolecek   84: # Parallel port chipset
1.132     jdolecek   85: attach atppc at isa with atppc_isa: isadma
1.130     jdolecek   86: file   dev/isa/atppc_isa.c             atppc_isa
1.132     jdolecek   87: file   dev/isa/atppc_isadma.c          atppc_isa | atppc_acpi | atppc_pnpbios | atppc_ofisa | atppc_isapnp
1.1       cgd        88:
1.2       cgd        89: #
                     90: # SCSI host adapters
                     91: #
1.84      dante      92:
                     93: # AdvanSys 514x family
                     94: # device declaration in sys/conf/files
1.110     lukem      95: attach adv at isa with adv_isa: isadma
                     96: file   dev/isa/adv_isa.c               adv_isa
1.2       cgd        97:
                     98: # Adaptec AHA-154x family
1.26      mycroft    99: # device declaration in sys/conf/files
1.23      mycroft   100: attach aha at isa with aha_isa: isadma
1.26      mycroft   101: file   dev/isa/aha_isa.c               aha_isa
1.2       cgd       102:
1.21      mycroft   103: # Adaptec AIC-6[32]60 ICs
1.38      christos  104: # device declaration in sys/conf/files
                    105: attach aic at isa with aic_isa: isadma
                    106: file   dev/isa/aic_isa.c               aic_isa
1.30      pk        107:
                    108: # Qlogic ESP406/FAS408 boards
1.100     mycroft   109: # device declaration in sys/conf/files
                    110: attach esp at isa with esp_isa: isadma
1.30      pk        111: file   dev/isa/esp_isa.c               esp_isa
1.2       cgd       112:
1.22      mycroft   113: # BusLogic BT-[45]4x ISA family
                    114: # device declaration in sys/conf/files
                    115: attach bha at isa with bha_isa: isadma
                    116: file   dev/isa/bha_isa.c               bha_isa
1.96      ad        117:
                    118: # DPT SmartCache/SmartRAID III/IV ISA family
                    119: # device declaration in sys/conf/files
                    120: attach dpt at isa with dpt_isa: isadma
                    121: file   dev/isa/dpt_isa.c               dpt_isa
1.2       cgd       122:
                    123: # Seagate ST0[12] ICs
1.52      thorpej   124: device sea: scsi, isadma
1.13      thorpej   125: attach sea at isa
1.1       cgd       126: file   dev/isa/seagate.c               sea
1.2       cgd       127:
                    128: # UltraStor UHA-[13]4f boards
1.22      mycroft   129: # device declaration in sys/conf/files
                    130: attach uha at isa with uha_isa: isadma
                    131: file   dev/isa/uha_isa.c               uha_isa
1.2       cgd       132:
1.17      mycroft   133: # Western Digital WD7000 and Future Domain TMC-7000 boards
1.52      thorpej   134: device wds: scsi, isadma
1.13      thorpej   135: attach wds at isa
1.17      mycroft   136: file   dev/isa/wds.c                   wds
1.78      christos  137:
1.2       cgd       138: #
                    139: # Other ISA disk controllers
                    140: #
                    141:
1.4       mycroft   142: # Mitsumi CD-ROM controllers
1.52      thorpej   143: device mcd: disk
1.13      thorpej   144: attach mcd at isa
1.110     lukem     145: file   dev/isa/mcd.c                   mcd                     needs-flag
1.119     lukem     146: defflag                        MCD_PROMISC             # enable "promiscuous" match
1.2       cgd       147:
1.128     mycroft   148: attach wdc at isa with wdc_isa
1.110     lukem     149: file   dev/isa/wdc_isa.c               wdc_isa
1.2       cgd       150:
                    151: # Wangtek- and Archive-compatible tape controller boards
1.52      thorpej   152: device wt: tape, isadma
1.13      thorpej   153: attach wt at isa
1.110     lukem     154: file   dev/isa/wt.c                    wt                      needs-flag
1.129     gmcgarry  155:
                    156: #
                    157: # GPIB controllers
                    158: #
                    159:
                    160: device cec: gpibdev
                    161: attach cec at isa
                    162: file   dev/isa/cec.c                   cec
1.1       cgd       163:
1.2       cgd       164: #
                    165: # ISA networking drivers
                    166: #
                    167:
1.47      bouyer    168: # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
                    169: # MUST be first: probe is non invasive, and registers are clobbered
                    170: # by other drivers's probe
1.112     jdolecek  171: # device declaration in sys/conf/files
                    172: attach we at isa with we_isa
                    173: file   dev/isa/if_we_isa.c             we_isa
1.47      bouyer    174:
1.42      thorpej   175: # 3Com 3C503
1.52      thorpej   176: device ec: ether, ifnet, arp, dp8390nic
1.42      thorpej   177: attach ec at isa
                    178: file   dev/isa/if_ec.c                 ec
1.2       cgd       179:
                    180: # 3Com 3C505
1.52      thorpej   181: device eg: ether, ifnet, arp
1.13      thorpej   182: attach eg at isa
1.1       cgd       183: file   dev/isa/if_eg.c                 eg
1.2       cgd       184:
                    185: # 3Com 3C501
1.52      thorpej   186: device el: ether, ifnet, arp
1.13      thorpej   187: attach el at isa
1.1       cgd       188: file   dev/isa/if_el.c                 el
1.2       cgd       189:
1.18      thorpej   190: # 3Com 3C509 Ethernet controller
1.28      mycroft   191: # device declaration in sys/conf/files
1.18      thorpej   192: attach ep at isa with ep_isa: elink
                    193: file   dev/isa/if_ep_isa.c             ep_isa
1.95      chopps    194:
                    195: # SDL Communications N2 PCI Network Interface
                    196: # device in sys/conf/files
                    197: attach ntwoc at isa with ntwoc_isa
                    198: file   dev/isa/if_ntwoc_isa.c          ntwoc_isa
                    199:
1.54      enami     200:
                    201: # Allied Telesis MB8695-based boards
                    202: # (Allied Telesis AT1700)
1.113     jdolecek  203: # device in sys/conf/files
                    204: attach ate at isa with ate_isa
1.114     jdolecek  205: file   dev/isa/if_ate.c                ate_isa
1.65      thorpej   206:
                    207: # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
1.118     yamt      208: define cs_isa_common
                    209: file   dev/isa/cs89x0isa.c             cs_isa_common
                    210: attach cs at isa with cs_isa: cs_isa_common, isadma
1.65      thorpej   211: file   dev/isa/if_cs_isa.c             cs_isa
1.136     joff      212: attach tscs at isa with tscs_isa
                    213: file   dev/isa/if_tscs_isa.c           tscs_isa
1.54      enami     214:
                    215: # Fujitsu MB86960-based boards
                    216: # (Fujitsu FMV-180 series)
1.127     tsutsui   217: # device in sys/conf/files
                    218: attach fmv at isa with fmv_isa
                    219: file   dev/isa/if_fmv_isa.c            fmv_isa
1.2       cgd       220:
1.19      is        221: # Intel i82595-based boards.
                    222: # (Intel EtherExpress PRO)
1.110     lukem     223: device iy: ether, ifnet, arp
1.19      is        224: attach iy at isa
1.110     lukem     225: file   dev/isa/if_iy.c                 iy
1.89      is        226:
                    227: # the probe routine of this "recognizes" the iy. Probe after it.
                    228: # NCR 5380-based boards
1.98      mycroft   229: attach nca at isa with nca_isa
                    230: file   dev/isa/nca_isa.c               nca_isa
1.2       cgd       231:
                    232: # AMD am7990 (Lance) -based boards
                    233: # (BICC Isolan, NE2100, DEPCA)
1.20      thorpej   234: # device declaration in sys/conf/files
1.110     lukem     235: device nele {}
                    236: attach nele at isa
                    237: attach le at nele with le_nele: le24, isadma
                    238: device bicc {}
                    239: attach bicc at isa
                    240: attach le at bicc with le_bicc: le24, isadma
                    241: file   dev/isa/if_le_isa.c             nele | bicc
1.58      drochner  242: attach depca at isa with depca_isa
1.110     lukem     243: file   dev/isa/depca_isa.c             depca
1.34      matt      244:
                    245: # DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
1.110     lukem     246: attach lc at isa with lc_isa
                    247: file   dev/isa/if_lc_isa.c             lc_isa
1.40      thorpej   248:
                    249: # Novell NE1000, NE2000, and clones
1.79      thorpej   250: attach ne at isa with ne_isa: rtl80x9
1.40      thorpej   251: file   dev/isa/if_ne_isa.c             ne_isa
1.44      thorpej   252:
1.137     perry     253: # SMC91Cxx Ethernet Controllers
1.44      thorpej   254: attach sm at isa with sm_isa
                    255: file   dev/isa/if_sm_isa.c             sm_isa
1.46      bouyer    256:
1.53      pk        257: # 3Com 3C507
                    258: device ef: ether, ifnet, arp, elink, i82586
                    259: attach ef at isa
1.110     lukem     260: file   dev/isa/if_ef.c                 ef
1.53      pk        261:
                    262: # AT&T StarLan boards
                    263: device ai: ether, ifnet, arp, i82586
                    264: attach ai at isa
1.110     lukem     265: file   dev/isa/if_ai.c                 ai
1.53      pk        266:
                    267: # EtherExpress/16
                    268: device ix: ether, ifnet, arp, i82586
                    269: attach ix at isa
1.110     lukem     270: file   dev/isa/if_ix.c                 ix
1.83      bad       271:
                    272: # TROPIC based Token-Ring (IBM/3COM)
                    273: define tr_isa
                    274: file   dev/isa/if_tr_isa.c             tr_isa
                    275: attach tr at isa with tr_isa: tr_isa, elink
                    276: file   dev/isa/if_tribm_isa.c          tr_isa
                    277: file   dev/isa/if_trtcm_isa.c          tr_isa
1.91      matt      278:
1.2       cgd       279: #
                    280: # ISA Sound hardware
                    281: #
                    282:
1.68      augustss  283: # MPU401 MIDI UART compatibles
1.85      augustss  284: attach mpu at isa with mpu_isa
1.87      augustss  285: file   dev/isa/mpu_isa.c               mpu_isa
1.68      augustss  286:
1.2       cgd       287: # the SoundBlaster DSP, or close likenesses; used by other drivers
1.72      augustss  288: define sbdsp { }
1.1       cgd       289: file   dev/isa/sbdsp.c                 sbdsp
1.2       cgd       290:
                    291: # SoundBlaster family
1.124     augustss  292: device sb: audiobus, isadma, sbdsp, mulaw, auconv, midibus
1.110     lukem     293: file   dev/isa/sb.c                    sb                      needs-flag
1.25      christos  294:
                    295: attach sb at isa with sb_isa
1.110     lukem     296: file   dev/isa/sb_isa.c                sb_isa                  needs-flag
1.72      augustss  297:
                    298: attach opl at sbdsp with opl_sb
                    299: file   dev/isa/opl_sb.c                opl_sb
1.87      augustss  300:
                    301: attach mpu at sbdsp with mpu_sb
                    302: file   dev/isa/mpu_sb.c                mpu_sb
1.2       cgd       303:
                    304: # ProAudio Spectrum
1.124     augustss  305: device pas: audiobus, isadma, sbdsp, mulaw, auconv
1.13      thorpej   306: attach pas at isa
1.110     lukem     307: file   dev/isa/pas.c                   pas                     needs-flag
1.1       cgd       308:
1.6       brezak    309: # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
1.74      pk        310: file   dev/isa/ad1848_isa.c            ad1848
1.2       cgd       311:
1.8       brezak    312: # ICS2101 mixer chip support; used by other drivers
                    313: define ics2101
                    314: file   dev/isa/ics2101.c               ics2101
                    315:
1.2       cgd       316: # Microsoft Windows Sound System
1.124     augustss  317: device wss { } : audiobus, isadma, ad1848, auconv
1.110     lukem     318: file   dev/isa/wss.c                   wss                     needs-flag
1.51      augustss  319:
                    320: attach wss at isa with wss_isa
1.110     lukem     321: file   dev/isa/wss_isa.c               wss_isa                 needs-flag
1.88      augustss  322:
                    323: attach opl at wss with opl_wss
                    324: file   dev/isa/opl_wss.c               opl_wss
1.59      augustss  325:
1.68      augustss  326: # ESS Technology ES1887/ES888/ES1888
1.124     augustss  327: device ess { } : audiobus, isadma, mulaw, auconv, midibus
1.110     lukem     328: file   dev/isa/ess.c                   ess                     needs-flag
1.68      augustss  329:
                    330: attach ess at isa with ess_isa
1.110     lukem     331: file   dev/isa/ess_isa.c               ess_isa                 needs-flag
1.73      augustss  332:
                    333: attach opl at ess with opl_ess
                    334: file   dev/isa/opl_ess.c               opl_ess
1.76      augustss  335:
1.133     drochner  336: attach joy at ess with joy_ess
                    337: file   dev/isa/joy_ess.c               joy_ess                 needs-flag
                    338:
1.76      augustss  339: # Yamaha OPL2/OPL3 FM synth
                    340: attach opl at isa with opl_isa
                    341: file   dev/isa/opl_isa.c               opl_isa
1.68      augustss  342:
1.59      augustss  343: # Yamaha OPL3-SA3
1.124     augustss  344: device ym { }: audiobus, isadma, ad1848, auconv
1.90      itohy     345: file   dev/isa/ym.c                    ym
1.117     lukem     346: defparam opt_ym.h      YM_POWER_MODE YM_POWER_OFF_SEC
1.90      itohy     347:
                    348: attach opl at ym with opl_ym
                    349: file   dev/isa/opl_ym.c                opl_ym
                    350:
                    351: attach mpu at ym with mpu_ym
1.110     lukem     352: file   dev/isa/mpu_ym.c                mpu_ym                  needs-flag
1.8       brezak    353:
                    354: # Gravis UltraSound & UltraSound MAX.
1.64      drochner  355: # Use the "drq2" keyword in a config file to specify an extra DMA
1.137     perry     356: # channel for full-duplex operation.
1.124     augustss  357: device gus: audiobus, isadma, ics2101, ad1848, mulaw, auconv
1.13      thorpej   358: attach gus at isa
1.110     lukem     359: file   dev/isa/gus.c                   gus                     needs-flag
1.61      augustss  360:
                    361: # Sierra's Aria chipset.
                    362: # (e.g. Prometheus Aria 16)
1.124     augustss  363: device aria: audiobus, mulaw, auconv
1.61      augustss  364: attach aria at isa
1.115     thorpej   365: file   dev/isa/aria.c                  aria
1.102     augustss  366:
                    367: # Creative Music System (CMS)
                    368: device cms: midibus
                    369: attach cms at isa
1.116     thorpej   370: file   dev/isa/cms.c                   cms
1.31      hpeyerl   371:
                    372: #
                    373: # PlanetConnect satellite receiver driver.
                    374: #
1.110     lukem     375: device satlink: isadma
                    376: attach satlink at isa
                    377: file   dev/isa/satlink.c               satlink                 needs-flag
1.55      drochner  378:
1.93      thorpej   379: # ISA PC keyboard controller
1.143     garbled   380: defflag opt_pckbc.h                    PCKBCNOTEST
1.110     lukem     381: attach pckbc at isa with pckbc_isa
1.111     thorpej   382: file   dev/isa/pckbc_isa.c             pckbc_isa
1.57      drochner  383:
                    384: # generic ISA VGA
                    385: attach vga at isa with vga_isa
1.110     lukem     386: file   dev/isa/vga_isa.c               vga_isa                 needs-flag
1.94      drochner  387:
                    388: # generic EGA
1.110     lukem     389: device ega: wsemuldisplaydev, pcdisplayops
1.94      drochner  390: attach ega at isa
1.110     lukem     391: file   dev/isa/ega.c                   ega                     needs-flag
1.60      drochner  392:
1.156     dyoung    393: # IDEC Supervision/16 image capture board
                    394: device isv
                    395: attach isv at isa with isv_isa
                    396: file   dev/isa/isv.c                   isv
                    397:
1.60      drochner  398: # generic PC graphics adapter (MGA, CGA, ...)
1.110     lukem     399: device pcdisplay: wsemuldisplaydev, pcdisplayops
1.60      drochner  400: attach pcdisplay at isa
1.110     lukem     401: file   dev/isa/pcdisplay.c             pcdisplay               needs-flag
1.104     thorpej   402:
                    403: # Middle Digital, Inc. PC-Weasel serial console board.
                    404: # XXX This is a little gross... this is to conditionally compile
                    405: # support for the PC-Weasel into the `pcdisplay' driver,
                    406: # but we can't use an `option', because options can't have
                    407: # attributes.
1.105     thorpej   408: defpseudo pcweasel: sysmon_wdog
1.120     thorpej   409: file   dev/isa/weasel_isa.c            pcweasel                needs-flag
1.121     augustss  410:
                    411: # Sound Forte RadioLink SF16-FMR2 FM Radio Card
1.122     drochner  412: device sf2r: radiodev, tea5757
1.121     augustss  413: attach sf2r at isa
                    414: file   dev/isa/sf16fmr2.c              sf2r
                    415:
                    416: # Aztech/PackardBell FM Radio Card
1.122     drochner  417: device az: radiodev, lm700x
1.121     augustss  418: attach az at isa
                    419: file   dev/isa/aztech.c                az
                    420:
                    421: # AIMS Lab Radiotrack & compatible
1.122     drochner  422: device rt: radiodev, lm700x
1.121     augustss  423: attach rt at isa
                    424: file   dev/isa/radiotrack.c            rt
                    425:
                    426: # AIMS Lab Radiotrack II FM Radio Card
1.122     drochner  427: device rtii: radiodev, tea5757
1.121     augustss  428: attach rtii at isa
                    429: file   dev/isa/radiotrack2.c           rtii
1.57      drochner  430:
1.138     cube      431: # PC PPI (speaker interface)
1.110     lukem     432: device pcppi {}
                    433: attach pcppi at isa
                    434: file   dev/isa/pcppi.c                 pcppi                   needs-flag
                    435: device spkr
                    436: attach spkr at pcppi
                    437: file   dev/isa/spkr.c                  spkr                    needs-flag
                    438: attach midi at pcppi with midi_pcppi: midisyn
                    439: file   dev/isa/midi_pcppi.c            midi_pcppi
1.97      groo      440:
1.138     cube      441: # AT Timer (TIMER 1)
                    442: attach attimer at isa with attimer_isa
                    443: file   dev/isa/attimer_isa.c           attimer_isa
                    444:
1.97      groo      445: #
                    446: # Environmental monitors
                    447: #
                    448:
1.157     xtraeme   449: # SMSC LPC47B397 Super I/O with hardware monitor
1.150     blymn     450: device smsc: sysmon_envsys
                    451: attach smsc at isa with smsc
                    452: file   dev/isa/smsc.c                  smsc                    needs-flag
                    453:
1.157.4.1! yamt      454: # Winbond LPC Super I/O
        !           455: device wbsio {}
        !           456: attach wbsio at isa
        !           457: file   dev/isa/wbsio.c                 wbsio
        !           458:
1.97      groo      459: # LM78 temp/fanspeed monitor
1.110     lukem     460: attach lm at isa with lm_isa
1.157.4.1! yamt      461: attach lm at wbsio with lm_wbsio
        !           462: file   dev/isa/lm_isa.c                lm_isa | lm_wbsio
1.97      groo      463:
1.157     xtraeme   464: # iTE Super I/O with hardware monitor
1.155     wiz       465: device itesio: sysmon_envsys, sysmon_wdog
1.153     xtraeme   466: attach itesio at isa with itesio
                    467: file   dev/isa/itesio_isa.c            itesio
1.144     xtraeme   468:
1.157     xtraeme   469: # Fintek Super I/O with hardware monitor
                    470: device finsio: sysmon_envsys
                    471: attach finsio at isa with finsio
                    472: file   dev/isa/finsio_isa.c            finsio
                    473:
1.145     xtraeme   474: # Abit uGuru hardware monitor
1.149     xtraeme   475: attach ug at isa with ug_isa
                    476: file   dev/isa/ug_isa.c                ug_isa
1.145     xtraeme   477:
1.151     xtraeme   478: # IBM ThinkPad Active Protection System
                    479: device aps: sysmon_envsys
1.152     xtraeme   480: attach aps at isa with aps
                    481: file   dev/isa/aps.c                   aps
1.151     xtraeme   482:
1.107     martin    483: # ISDN devices
1.110     lukem     484: attach isic at isa with isic_isa
                    485: file   dev/isa/isic_isa.c              isic_isa
1.146     cube      486: #attach        daic at isa with daic_isa
                    487: #file  dev/isa/daic_isa.c              daic_isa
1.107     martin    488:
1.119     lukem     489: defflag        opt_isicisa.h   ISICISA_TEL_S0_8 ISICISA_TEL_S0_16 ISICISA_TEL_S0_16_3
1.107     martin    490:                        ISICISA_AVM_A1 ISICISA_USR_STI ISICISA_ITKIX1
                    491:
1.110     lukem     492: file   dev/isa/isic_isa_tel_s08.c      isic_isa
                    493: file   dev/isa/isic_isa_tel_s016.c     isic_isa
                    494: file   dev/isa/isic_isa_tel_s0163.c    isic_isa
                    495: file   dev/isa/isic_isa_avm_a1.c       isic_isa
                    496: file   dev/isa/isic_isa_usr_sti.c      isic_isa
                    497: file   dev/isa/isic_isa_itk_ix1.c      isic_isa
1.123     jdolecek  498:
                    499: # Game adapter (joystick)
                    500: attach joy at isa with joy_isa
                    501: file   dev/isa/joy_isa.c               joy_isa
1.125     drochner  502:
                    503: # NSC PC87366 Super IO / monitor chip
1.141     jmcneill  504: device nsclpcsio: sysmon_envsys, gpiobus
1.125     drochner  505: attach nsclpcsio at isa with nsclpcsio_isa
                    506: file dev/isa/nsclpcsio_isa.c nsclpcsio_isa
1.126     isaki     507:
                    508: # USB Controller
                    509: attach slhci at isa with slhci_isa
                    510: file   dev/isa/slhci_isa.c             slhci_isa
1.67      thorpej   511:
1.140     joff      512: device tsdio {}
                    513: attach tsdio at isa
                    514: file   dev/isa/tsdio.c                 tsdio
                    515:
                    516: device toasterlcd: hd44780, wsemuldisplaydev
                    517: attach toasterlcd at tsdio
                    518: file   dev/isa/toasterlcd.c            toasterlcd
                    519:
                    520: device toaster
                    521: attach toaster at tsdio
                    522: file   dev/isa/toaster.c               toaster
                    523:
1.67      thorpej   524: #
                    525: # ISA Plug 'n Play autoconfiguration glue.
                    526: # THIS MUST COME AFTER ALL MI ISA DEVICES ARE DEFINED.  This is because
                    527: # ISA PnP devices often use `device' declarations listed in this file.
                    528: #
1.110     lukem     529: include        "dev/isapnp/files.isapnp"

CVSweb <webmaster@jp.NetBSD.org>