Home | History | Annotate | Line # | Download | only in isa
files.isa revision 1.24
      1 #	$NetBSD: files.isa,v 1.24 1996/09/24 17:45:14 christos 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 device	isa {[port = -1], [size = 0],
     12 	     [iomem = -1], [iosiz = 0],
     13 	     [irq = -1], [drq = -1]}
     14 attach	isa at isabus
     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: commulti
     29 attach	ast at isa
     30 file	dev/isa/ast.c			ast
     31 
     32 # BOCA 8-port board
     33 device	boca: commulti
     34 attach	boca at isa
     35 file	dev/isa/boca.c			boca
     36 
     37 # IBM RT PC 4-port board
     38 device	rtfps: commulti
     39 attach	rtfps at isa
     40 file	dev/isa/rtfps.c			rtfps
     41 
     42 #
     43 # Serial and parallel drivers
     44 #
     45 
     46 # 8250/16[45]50-based "com" ports
     47 device	com: tty
     48 attach	com at isa with com_isa
     49 attach	com at commulti with com_commulti
     50 file	dev/isa/com.c			com & (com_isa | com_commulti) needs-flag
     51 
     52 # Cyclades Cyclom-8/16/32 
     53 attach	cy at isa with cy_isa
     54 file	dev/isa/cy_isa.c		cy_isa
     55 
     56 # PC parallel ports (XXX what chip?)
     57 device	lpt
     58 attach	lpt at isa
     59 file	dev/isa/lpt.c			lpt needs-flag
     60 
     61 #
     62 # SCSI host adapters
     63 #
     64 
     65 # Adaptec AHA-154x family
     66 device	aha: scsi
     67 attach	aha at isa with aha_isa: isadma
     68 file	dev/isa/aha.c			aha
     69 
     70 # Adaptec AIC-6[32]60 ICs
     71 device	aic: scsi, isadma
     72 attach	aic at isa
     73 file	dev/isa/aic6360.c		aic
     74 
     75 # BusLogic BT-[45]4x ISA family
     76 # device declaration in sys/conf/files
     77 attach	bha at isa with bha_isa: isadma
     78 file	dev/isa/bha_isa.c		bha_isa
     79 
     80 # Seagate ST0[12] ICs
     81 device	sea: scsi, isadma
     82 attach	sea at isa
     83 file	dev/isa/seagate.c		sea
     84 
     85 # UltraStor UHA-[13]4f boards
     86 # device declaration in sys/conf/files
     87 attach	uha at isa with uha_isa: isadma
     88 file	dev/isa/uha_isa.c		uha_isa
     89 
     90 # Western Digital WD7000 and Future Domain TMC-7000 boards
     91 device	wds: scsi, isadma
     92 attach	wds at isa
     93 file	dev/isa/wds.c			wds
     94 
     95 #
     96 # Other ISA disk controllers
     97 #
     98 
     99 # Mitsumi CD-ROM controllers
    100 device	mcd: disk
    101 attach	mcd at isa
    102 file	dev/isa/mcd.c			mcd needs-flag
    103 
    104 # Sony CDU-3[13]A CD-ROM drives
    105 device	scd: disk
    106 attach	scd at isa
    107 file	dev/isa/scd.c			scd needs-flag
    108 
    109 # ISA "wd" (ESDI/IDE/etc.) controllers
    110 device	wdc {drive = -1}
    111 attach	wdc at isa
    112 device	wd: disk, isadma
    113 attach	wd at wdc
    114 file	dev/isa/wd.c			wdc needs-flag
    115 
    116 # Wangtek- and Archive-compatible tape controller boards
    117 device	wt: tape, isadma
    118 attach	wt at isa
    119 file	dev/isa/wt.c			wt needs-flag
    120 
    121 #
    122 # ISA networking drivers
    123 #
    124 
    125 # 3Com common probe code
    126 define	elink
    127 file	dev/isa/elink.c			elink
    128 
    129 # National Semiconductor DS8390/WD83C690-based boards
    130 # (WD/SMC 80x3 family, SMC Ultra [8216], 3Com 3C503, NE[12]000, and clones)
    131 device	ed: ether, ifnet
    132 attach	ed at isa
    133 file	dev/isa/if_ed.c			ed
    134 
    135 # 3Com 3C505
    136 device	eg: ether, ifnet
    137 attach	eg at isa
    138 file	dev/isa/if_eg.c			eg
    139 
    140 # 3Com 3C501
    141 device	el: ether, ifnet
    142 attach	el at isa
    143 file	dev/isa/if_el.c			el
    144 
    145 # 3Com 3C509 Ethernet controller
    146 attach	ep at isa with ep_isa: elink
    147 file	dev/isa/if_ep_isa.c		ep_isa
    148 
    149 # Fujitsu MB8696[05]-based boards
    150 # (Allied Telesis AT1700)
    151 device	fe: ether, ifnet
    152 attach	fe at isa
    153 file	dev/isa/if_fe.c			fe
    154 
    155 # HP Lan Ethernet controllers
    156 # XXX currently broken
    157 #device hp: ether, ifnet
    158 #attach	hp at isa
    159 #file	dev/isa/if_hp.c			hp
    160 
    161 # Intel i82586-based boards
    162 # (AT&T StarLAN 10, AT&T EN100, AT&T StarLAN Fiber, 3Com 3C507)
    163 device	ie: ether, ifnet, elink
    164 attach	ie at isa
    165 file	dev/isa/if_ie.c			ie
    166 
    167 # Intel i82595-based boards.
    168 # (Intel EtherExpress PRO)
    169 device  iy: ether, ifnet         
    170 attach	iy at isa
    171 file    dev/isa/if_iy.c			iy
    172 
    173 # XXX ???
    174 # XXX NOT IN TREE?
    175 #device	ix: ether, ifnet
    176 #attach	ix at isa
    177 #file	dev/isa/if_ix.c			ix
    178 
    179 # AMD am7990 (Lance) -based boards
    180 # (BICC Isolan, NE2100, DEPCA)
    181 # device declaration in sys/conf/files
    182 attach	le at isa with le_isa: isadma
    183 file	dev/isa/if_le_isa.c		le_isa
    184 
    185 #
    186 # ISA Sound hardware
    187 #
    188 
    189 # the SoundBlaster DSP, or close likenesses; used by other drivers
    190 define	sbdsp
    191 file	dev/isa/sbdsp.c			sbdsp
    192 
    193 # SoundBlaster family
    194 device	sb: audio, isadma, sbdsp, mulaw
    195 attach	sb at isa
    196 file	dev/isa/sb.c			sb needs-flag
    197 
    198 # ProAudio Spectrum
    199 device	pas: audio, isadma, sbdsp, mulaw
    200 attach	pas at isa
    201 file	dev/isa/pas.c			pas needs-flag
    202 
    203 # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
    204 define	ad1848
    205 file	dev/isa/ad1848.c		ad1848
    206 
    207 # ICS2101 mixer chip support; used by other drivers
    208 define	ics2101
    209 file	dev/isa/ics2101.c		ics2101
    210 
    211 
    212 # Audio systems based on Echo Speech Corp. ESC61[45] ASICs
    213 device	pss {[port = -1], [size = 0],
    214 	     [iomem = -1], [iosiz = 0],
    215 	     [irq = -1], [drq = -1]}
    216 attach	pss at isa
    217 device	sp: audio, isadma, ad1848
    218 attach	sp at pss
    219 file	dev/isa/pss.c			pss needs-flag
    220 
    221 # Microsoft Windows Sound System
    222 device	wss: audio, isadma, ad1848
    223 attach	wss at isa
    224 file	dev/isa/wss.c			wss needs-flag
    225 
    226 # Gravis UltraSound & UltraSound MAX.
    227 # Use the "flags" keyword in a config file to specify an extra DMA
    228 # channel for full-duplex operation. 
    229 device	gus: audio, isadma, ics2101, ad1848, mulaw
    230 attach	gus at isa
    231 file	dev/isa/gus.c			gus needs-flag
    232