Home | History | Annotate | Line # | Download | only in isa
files.isa revision 1.11
      1 #	$NetBSD: files.isa,v 1.11 1996/02/28 01:43:45 cgd Exp $
      2 #
      3 # Config.new file and device description for machine-independent ISA code.
      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:
      9 #	mcd, scd, wd, wt
     10 
     11 # XXX should not attach to root
     12 device	isa at isabus, root {[port = -1], [size = 0],
     13 			     [iomem = -1], [iosiz = 0],
     14 			     [irq = -1], [drq = -1]}
     15 file	dev/isa/isa.c			isa needs-flag
     16 
     17 # ISA DMA controller
     18 define	isadma
     19 file	dev/isa/isadma.c		isadma needs-flag
     20 
     21 #
     22 # 8250/16[45]50-based multi-port serial boards
     23 #
     24 
     25 define	commulti {[slave = -1]}
     26 
     27 # AST 4-port board
     28 device	ast at isa: commulti
     29 file	dev/isa/ast.c			ast
     30 
     31 # BOCA 8-port board
     32 device	boca at isa: commulti
     33 file	dev/isa/boca.c			boca
     34 
     35 # IBM RT PC 4-port board
     36 device	rtfps at isa: commulti
     37 file	dev/isa/rtfps.c			rtfps
     38 
     39 #
     40 # Serial and parallel drivers
     41 #
     42 
     43 # 8250/16[45]50-based "com" ports
     44 device	com at isa, commulti: tty
     45 file	dev/isa/com.c			com needs-flag
     46 
     47 # Cyclades Cyclom multiport serial cards
     48 # XXX currently broken
     49 device	cy at isa: tty
     50 file	dev/isa/cy.c			cy needs-count
     51 
     52 # PC parallel ports (XXX what chip?)
     53 device	lpt at isa
     54 file	dev/isa/lpt.c			lpt needs-flag
     55 
     56 #
     57 # SCSI host adapters
     58 #
     59 
     60 # Adaptec AHA-154x family
     61 device	aha at isa: scsi, isadma
     62 file	dev/isa/aha1542.c		aha
     63 
     64 # Adapctec AIC-6[32]60 ICs
     65 device	aic at isa: scsi, isadma
     66 file	dev/isa/aic6360.c		aic
     67 
     68 # Adaptec 7770-based EISA, VLB, etc. controllers
     69 device	ahe at isa: scsi, aic7xxx
     70 file	dev/isa/aha284x.c		ahe
     71 
     72 # BusLogic BT-74x EISA family (XXX; should be EISA.  it's special)
     73 device	bt at isa: scsi, isadma
     74 file	dev/isa/bt742a.c		bt
     75 
     76 # Seagate ST0[12] ICs
     77 device	sea at isa: scsi, isadma
     78 file	dev/isa/seagate.c		sea
     79 
     80 # UltraStor UHA-[13]4f boards
     81 device	uha at isa: scsi, isadma
     82 file	dev/isa/ultra14f.c		uha
     83 
     84 # Western Digital WD7000 boards (XXX incomplete description)
     85 # XXX not yet working
     86 device	wds at isa: scsi, isadma
     87 file	dev/isa/wd7000.c		wds
     88 
     89 #
     90 # Other ISA disk controllers
     91 #
     92 
     93 # Mitsumi CD-ROM controllers
     94 device	mcd at isa: disk
     95 file	dev/isa/mcd.c			mcd needs-flag
     96 
     97 # Sony CDU-3[13]A CD-ROM drives
     98 device	scd at isa: disk
     99 file	dev/isa/scd.c			scd needs-flag
    100 
    101 # ISA "wd" (ESDI/IDE/etc.) controllers
    102 device	wdc at isa {drive = -1}
    103 device	wd at wdc: disk, isadma
    104 file	dev/isa/wd.c			wdc needs-flag
    105 
    106 # Wangtek- and Archive-compatible tape controller boards
    107 device	wt at isa: tape, isadma
    108 file	dev/isa/wt.c			wt needs-flag
    109 
    110 #
    111 # ISA networking drivers
    112 #
    113 
    114 # 3Com common probe code
    115 define	elink
    116 file	dev/isa/elink.c			elink
    117 
    118 # National Semiconductor DS8390/WD83C690-based boards
    119 # (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503, NE[12]000, and clones)
    120 device	ed at isa: ether, ifnet
    121 file	dev/isa/if_ed.c			ed
    122 
    123 # 3Com 3C505
    124 device	eg at isa: ether, ifnet
    125 file	dev/isa/if_eg.c			eg
    126 
    127 # 3Com 3C501
    128 device	el at isa: ether, ifnet
    129 file	dev/isa/if_el.c			el
    130 
    131 # 3Com 3C5x9, 3c59x (EtherLink III) family
    132 device	ep at isa, pci: ether, ifnet, elink
    133 file	dev/isa/if_ep.c			ep
    134 
    135 # Fujitsu MB8696[05]-based boards
    136 # (Allied Telesis AT1700)
    137 device	fe at isa: ether, ifnet
    138 file	dev/isa/if_fe.c			fe
    139 
    140 # HP Lan Ethernet controllers
    141 # XXX currently broken
    142 #device hp at isa: ether, ifnet
    143 #file	dev/isa/if_hp.c			hp
    144 
    145 # Intel i82586-based boards
    146 # (AT&T StarLAN 10, AT&T EN100, AT&T StarLAN Fiber, 3Com 3C507)
    147 device	ie at isa: ether, ifnet, elink
    148 file	dev/isa/if_ie.c			ie
    149 
    150 # XXX ???
    151 # XXX NOT IN TREE?
    152 #device	ix at isa: ether, ifnet
    153 #file	dev/isa/if_ix.c			ix
    154 
    155 # AMD am7990 (Lance) -based boards
    156 # (BICC Isolan, NE2100, DEPCA)
    157 # XXX conflicts with alpha if_le.c
    158 #device	le at isa: ether, ifnet, isadma
    159 #file	dev/isa/if_le.c			le
    160 
    161 #
    162 # ISA Sound hardware
    163 #
    164 
    165 # the SoundBlaster DSP, or close likenesses; used by other drivers
    166 define	sbdsp
    167 file	dev/isa/sbdsp.c			sbdsp
    168 
    169 # SoundBlaster family
    170 device	sb at isa: audio, isadma, sbdsp, mulaw
    171 file	dev/isa/sb.c			sb needs-flag
    172 
    173 # ProAudio Spectrum
    174 device	pas at isa: audio, isadma, sbdsp, mulaw
    175 file	dev/isa/pas.c			pas needs-flag
    176 
    177 # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
    178 define	ad1848
    179 file	dev/isa/ad1848.c		ad1848
    180 
    181 # ICS2101 mixer chip support; used by other drivers
    182 define	ics2101
    183 file	dev/isa/ics2101.c		ics2101
    184 
    185 
    186 # Audio systems based on Echo Speech Corp. ESC61[45] ASICs
    187 device	pss at isa {[port = -1], [size = 0],
    188 		    [iomem = -1], [iosiz = 0],
    189 		    [irq = -1], [drq = -1]}
    190 device	sp at pss: audio, isadma, ad1848
    191 file	dev/isa/pss.c			pss needs-flag
    192 
    193 # Microsoft Windows Sound System
    194 device	wss at isa: audio, isadma, ad1848
    195 file	dev/isa/wss.c			wss needs-flag
    196 
    197 # Gravis UltraSound & UltraSound MAX.
    198 # Use the "flags" keyword in a config file to specify an extra DMA
    199 # channel for full-duplex operation. 
    200 device	gus at isa: audio, isadma, ics2101, ad1848, mulaw
    201 file	dev/isa/gus.c			gus needs-flag
    202