Home | History | Annotate | Line # | Download | only in isa
files.isa revision 1.60.2.1
      1 #	$NetBSD: files.isa,v 1.60.2.1 1998/06/04 16:54:11 bouyer Exp $
      2 #
      3 # Config 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], [drq2 = -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 attach	com at isa with com_isa
     47 file	dev/isa/com_isa.c		com_isa
     48 
     49 attach	com at commulti with com_multi
     50 file	dev/isa/com_multi.c		com_multi
     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-style parallel ports (XXX what chip?)
     57 # XXX chip driver should be defined elsewhere
     58 device	lpt
     59 file	dev/ic/lpt.c			lpt needs-flag
     60 
     61 # PC-style parallel ports: ISA bus attachment
     62 attach	lpt at isa with lpt_isa
     63 file	dev/isa/lpt_isa.c		lpt_isa
     64 
     65 #
     66 # SCSI host adapters
     67 #
     68 
     69 # Adaptec AHA-154x family
     70 # device declaration in sys/conf/files
     71 attach	aha at isa with aha_isa: isadma
     72 file	dev/isa/aha_isa.c		aha_isa
     73 
     74 # Adaptec AIC-6[32]60 ICs
     75 # device declaration in sys/conf/files
     76 attach	aic at isa with aic_isa: isadma
     77 file	dev/isa/aic_isa.c		aic_isa
     78 
     79 # Qlogic ESP406/FAS408 boards
     80 # ncr53c9x device declaration in sys/conf/files
     81 device	esp: scsi, ncr53c9x, isadma
     82 attach	esp at isa with esp_isa
     83 file	dev/isa/esp_isa.c		esp_isa
     84 
     85 # BusLogic BT-[45]4x ISA family
     86 # device declaration in sys/conf/files
     87 attach	bha at isa with bha_isa: isadma
     88 file	dev/isa/bha_isa.c		bha_isa
     89 
     90 # Seagate ST0[12] ICs
     91 device	sea: scsi, isadma
     92 attach	sea at isa
     93 file	dev/isa/seagate.c		sea
     94 
     95 # UltraStor UHA-[13]4f boards
     96 # device declaration in sys/conf/files
     97 attach	uha at isa with uha_isa: isadma
     98 file	dev/isa/uha_isa.c		uha_isa
     99 
    100 # Western Digital WD7000 and Future Domain TMC-7000 boards
    101 device	wds: scsi, isadma
    102 attach	wds at isa
    103 file	dev/isa/wds.c			wds
    104 
    105 #
    106 # Other ISA disk controllers
    107 #
    108 
    109 # Mitsumi CD-ROM controllers
    110 device	mcd: disk
    111 attach	mcd at isa
    112 file	dev/isa/mcd.c			mcd needs-flag
    113 
    114 # Sony CDU-3[13]A CD-ROM drives
    115 device	scd: disk
    116 attach	scd at isa
    117 file	dev/isa/scd.c			scd needs-flag
    118 
    119 # XXX THE FOLLOWING BLOCK SHOULD GO INTO conf/files, BUT CANNOT
    120 # XXX BECAUSE NOT ALL PORTS USE THE MI DRIVER YET.
    121 
    122 # ESDI/IDE/etc. controllers
    123 device  wdc: ata, atapi, wdc_base
    124 
    125 attach	wdc at isa with wdc_isa: isadma
    126 file    dev/isa/wdc_isa.c           	wdc_isa
    127 
    128 # Wangtek- and Archive-compatible tape controller boards
    129 device	wt: tape, isadma
    130 attach	wt at isa
    131 file	dev/isa/wt.c			wt needs-flag
    132 
    133 #
    134 # ISA networking drivers
    135 #
    136 
    137 # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
    138 # MUST be first: probe is non invasive, and registers are clobbered
    139 # by other drivers's probe
    140 device	we: ether, ifnet, arp, dp8390nic
    141 attach	we at isa
    142 file	dev/isa/if_we.c			we
    143 
    144 # 3Com common probe code
    145 define	elink
    146 file	dev/isa/elink.c			elink
    147 
    148 # 3Com 3C503
    149 device	ec: ether, ifnet, arp, dp8390nic
    150 attach	ec at isa
    151 file	dev/isa/if_ec.c			ec
    152 
    153 # 3Com 3C505
    154 device	eg: ether, ifnet, arp
    155 attach	eg at isa
    156 file	dev/isa/if_eg.c			eg
    157 
    158 # 3Com 3C501
    159 device	el: ether, ifnet, arp
    160 attach	el at isa
    161 file	dev/isa/if_el.c			el
    162 
    163 # 3Com 3C509 Ethernet controller
    164 # device declaration in sys/conf/files
    165 attach	ep at isa with ep_isa: elink
    166 file	dev/isa/if_ep_isa.c		ep_isa
    167 
    168 # Allied Telesis MB8695-based boards
    169 # (Allied Telesis AT1700)
    170 device	ate: arp, ether, ifnet, mb86960
    171 attach	ate at isa
    172 file	dev/isa/if_ate.c		ate
    173 
    174 # Fujitsu MB86960-based boards
    175 # (Fujitsu FMV-180 series)
    176 device	fmv: arp, ether, ifnet, mb86960
    177 attach	fmv at isa
    178 file	dev/isa/if_fmv.c		fmv
    179 
    180 # HP Lan Ethernet controllers
    181 # XXX currently broken
    182 #device hp: ether, ifnet, arp
    183 #attach	hp at isa
    184 #file	dev/isa/if_hp.c			hp
    185 
    186 # Intel i82595-based boards.
    187 # (Intel EtherExpress PRO)
    188 device  iy: ether, ifnet, arp
    189 attach	iy at isa
    190 file    dev/isa/if_iy.c			iy
    191 
    192 # AMD am7990 (Lance) -based boards
    193 # (BICC Isolan, NE2100, DEPCA)
    194 # device declaration in sys/conf/files
    195 device nele {}
    196 attach nele at isa
    197 attach le at nele with le_nele: isadma
    198 device bicc {}
    199 attach bicc at isa
    200 attach le at bicc with le_bicc: isadma
    201 file	dev/isa/if_le_isa.c	nele | bicc
    202 device depca {}
    203 attach	depca at isa with depca_isa
    204 attach	le at depca with le_depca
    205 file	dev/isa/if_depca_isa.c	depca
    206 
    207 # DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
    208 attach  lc at isa with lc_isa
    209 file    dev/isa/if_lc_isa.c		lc
    210 
    211 # Novell NE1000, NE2000, and clones
    212 attach	ne at isa with ne_isa
    213 file	dev/isa/if_ne_isa.c		ne_isa
    214 
    215 # SMC91Cxx Ethernet Controllers 
    216 attach	sm at isa with sm_isa
    217 file	dev/isa/if_sm_isa.c		sm_isa
    218 
    219 # 3Com 3C507
    220 device	ef: ether, ifnet, arp, elink, i82586
    221 attach	ef at isa
    222 file	dev/isa/if_ef.c		ef
    223 
    224 # AT&T StarLan boards
    225 device	ai: ether, ifnet, arp, i82586
    226 attach	ai at isa
    227 file	dev/isa/if_ai.c		ai
    228 
    229 # EtherExpress/16
    230 device	ix: ether, ifnet, arp, i82586
    231 attach	ix at isa
    232 file	dev/isa/if_ix.c		ix
    233 
    234 #
    235 # ISA Sound hardware
    236 #
    237 
    238 # the SoundBlaster DSP, or close likenesses; used by other drivers
    239 define	sbdsp
    240 file	dev/isa/sbdsp.c			sbdsp
    241 
    242 # SoundBlaster family
    243 device	sb: audio, isadma, sbdsp, mulaw, auconv
    244 file	dev/isa/sb.c			sb needs-flag
    245 
    246 attach	sb at isa with sb_isa
    247 file	dev/isa/sb_isa.c		sb_isa needs-flag
    248 
    249 # ProAudio Spectrum
    250 device	pas: audio, isadma, sbdsp, mulaw, auconv
    251 attach	pas at isa
    252 file	dev/isa/pas.c			pas needs-flag
    253 
    254 # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
    255 define	ad1848
    256 file	dev/isa/ad1848.c		ad1848
    257 
    258 # ICS2101 mixer chip support; used by other drivers
    259 define	ics2101
    260 file	dev/isa/ics2101.c		ics2101
    261 
    262 
    263 # Audio systems based on Echo Speech Corp. ESC61[45] ASICs
    264 device	pss {[port = -1], [size = 0],
    265 	     [iomem = -1], [iosiz = 0],
    266 	     [irq = -1], [drq = -1]}
    267 attach	pss at isa
    268 device	sp: audio, isadma, ad1848, auconv
    269 attach	sp at pss
    270 file	dev/isa/pss.c			pss needs-flag
    271 
    272 # Microsoft Windows Sound System
    273 device	wss: audio, isadma, ad1848, auconv
    274 file	dev/isa/wss.c			wss needs-flag
    275 
    276 attach	wss at isa with wss_isa
    277 file	dev/isa/wss_isa.c		wss_isa needs-flag
    278 
    279 # Yamaha OPL3-SA3
    280 device	ym: audio, isadma, ad1848, auconv
    281 file	dev/isa/ym.c			ym needs-flag
    282 
    283 # Gravis UltraSound & UltraSound MAX.
    284 # Use the "flags" keyword in a config file to specify an extra DMA
    285 # channel for full-duplex operation. 
    286 device	gus: audio, isadma, ics2101, ad1848, mulaw, auconv
    287 attach	gus at isa
    288 file	dev/isa/gus.c			gus needs-flag
    289 
    290 #
    291 # PlanetConnect satellite receiver driver.
    292 #
    293 device satlink: isadma
    294 attach satlink at isa
    295 file dev/isa/satlink.c			satlink	needs-flag
    296 
    297 #
    298 # PC keyboard controller
    299 #
    300 device  pckbc {[slot = -1]}
    301 attach  pckbc at isa
    302 file    dev/isa/pckbc.c          pckbc	needs-flag
    303 
    304 # generic ISA VGA
    305 attach	vga at isa with vga_isa
    306 file	dev/isa/vga_isa.c	vga_isa	needs-flag
    307 
    308 # generic PC graphics adapter (MGA, CGA, ...)
    309 device pcdisplay: wsemuldisplaydev, pcdisplayops
    310 attach	pcdisplay at isa
    311 file	dev/isa/pcdisplay.c	pcdisplay	needs-flag
    312 
    313 # PC PPI + TIMER 1 (speaker interface)
    314 device  pcppi {}
    315 attach  pcppi at isa
    316 file	dev/isa/pcppi.c	pcppi	needs-flag
    317 device spkr
    318 attach spkr at pcppi
    319 file	dev/isa/spkr.c		spkr	needs-flag
    320