Home | History | Annotate | Line # | Download | only in isa
files.isa revision 1.97
      1  1.97      groo #	$NetBSD: files.isa,v 1.97 2000/02/25 02:17:44 groo Exp $
      2   1.1       cgd #
      3  1.33        pk # Config file and device description for machine-independent ISA code.
      4   1.1       cgd # Included by ports that need it.  Requires that the SCSI files be
      5   1.1       cgd # defined first.
      6   1.1       cgd 
      7   1.1       cgd # ports should specify appropriate major numbers for the following
      8   1.1       cgd # devices:
      9   1.1       cgd #	mcd, scd, wd, wt
     10   1.1       cgd 
     11  1.52   thorpej device	isa {[port = -1], [size = 0],
     12  1.13   thorpej 	     [iomem = -1], [iosiz = 0],
     13  1.36  augustss 	     [irq = -1], [drq = -1], [drq2 = -1]}
     14  1.13   thorpej attach	isa at isabus
     15   1.1       cgd file	dev/isa/isa.c			isa needs-flag
     16   1.1       cgd 
     17   1.2       cgd # ISA DMA controller
     18   1.1       cgd define	isadma
     19   1.1       cgd file	dev/isa/isadma.c		isadma needs-flag
     20   1.1       cgd 
     21   1.2       cgd #
     22   1.2       cgd # 8250/16[45]50-based multi-port serial boards
     23   1.2       cgd #
     24   1.2       cgd 
     25   1.1       cgd define	commulti {[slave = -1]}
     26   1.2       cgd 
     27   1.2       cgd # AST 4-port board
     28  1.52   thorpej device	ast: commulti
     29  1.13   thorpej attach	ast at isa
     30   1.1       cgd file	dev/isa/ast.c			ast
     31  1.81  christos 
     32  1.81  christos # TC-800 8-port board
     33  1.81  christos device	tcom: commulti
     34  1.81  christos attach	tcom at isa
     35  1.81  christos file	dev/isa/tcom.c			tcom
     36   1.2       cgd 
     37   1.2       cgd # BOCA 8-port board
     38  1.52   thorpej device	boca: commulti
     39  1.13   thorpej attach	boca at isa
     40   1.1       cgd file	dev/isa/boca.c			boca
     41   1.2       cgd 
     42   1.2       cgd # IBM RT PC 4-port board
     43  1.52   thorpej device	rtfps: commulti
     44  1.13   thorpej attach	rtfps at isa
     45   1.1       cgd file	dev/isa/rtfps.c			rtfps
     46  1.92       mcr 
     47  1.92       mcr # BOCA 6-port board (3x 16552)
     48  1.92       mcr device  ioat: commulti
     49  1.92       mcr attach  ioat at isa
     50  1.92       mcr file    dev/isa/ioat66.c                ioat
     51   1.1       cgd 
     52   1.2       cgd #
     53   1.2       cgd # Serial and parallel drivers
     54   1.2       cgd #
     55  1.28   mycroft 
     56  1.13   thorpej attach	com at isa with com_isa
     57  1.28   mycroft file	dev/isa/com_isa.c		com_isa
     58  1.28   mycroft 
     59  1.28   mycroft attach	com at commulti with com_multi
     60  1.28   mycroft file	dev/isa/com_multi.c		com_multi
     61   1.1       cgd 
     62  1.24  christos # Cyclades Cyclom-8/16/32 
     63  1.24  christos attach	cy at isa with cy_isa
     64  1.24  christos file	dev/isa/cy_isa.c		cy_isa
     65   1.2       cgd 
     66  1.39        is # PC-style parallel ports (XXX what chip?)
     67  1.39        is # XXX chip driver should be defined elsewhere
     68  1.52   thorpej device	lpt
     69  1.39        is file	dev/ic/lpt.c			lpt needs-flag
     70  1.39        is 
     71  1.39        is # PC-style parallel ports: ISA bus attachment
     72  1.39        is attach	lpt at isa with lpt_isa
     73  1.39        is file	dev/isa/lpt_isa.c		lpt_isa
     74   1.1       cgd 
     75   1.2       cgd #
     76   1.2       cgd # SCSI host adapters
     77   1.2       cgd #
     78  1.84     dante 
     79  1.84     dante # AdvanSys 514x family
     80  1.84     dante # device declaration in sys/conf/files
     81  1.84     dante attach  adv at isa with adv_isa: isadma
     82  1.84     dante file    dev/isa/adv_isa.c               adv_isa
     83   1.2       cgd 
     84   1.2       cgd # Adaptec AHA-154x family
     85  1.26   mycroft # device declaration in sys/conf/files
     86  1.23   mycroft attach	aha at isa with aha_isa: isadma
     87  1.26   mycroft file	dev/isa/aha_isa.c		aha_isa
     88   1.2       cgd 
     89  1.21   mycroft # Adaptec AIC-6[32]60 ICs
     90  1.38  christos # device declaration in sys/conf/files
     91  1.38  christos attach	aic at isa with aic_isa: isadma
     92  1.38  christos file	dev/isa/aic_isa.c		aic_isa
     93  1.30        pk 
     94  1.30        pk # Qlogic ESP406/FAS408 boards
     95  1.30        pk # ncr53c9x device declaration in sys/conf/files
     96  1.52   thorpej device	esp: scsi, ncr53c9x, isadma
     97  1.30        pk attach	esp at isa with esp_isa
     98  1.30        pk file	dev/isa/esp_isa.c		esp_isa
     99   1.2       cgd 
    100  1.22   mycroft # BusLogic BT-[45]4x ISA family
    101  1.22   mycroft # device declaration in sys/conf/files
    102  1.22   mycroft attach	bha at isa with bha_isa: isadma
    103  1.22   mycroft file	dev/isa/bha_isa.c		bha_isa
    104  1.96        ad 
    105  1.96        ad # DPT SmartCache/SmartRAID III/IV ISA family
    106  1.96        ad # device declaration in sys/conf/files
    107  1.96        ad attach	dpt at isa with dpt_isa: isadma
    108  1.96        ad file	dev/isa/dpt_isa.c		dpt_isa
    109   1.2       cgd 
    110   1.2       cgd # Seagate ST0[12] ICs
    111  1.52   thorpej device	sea: scsi, isadma
    112  1.13   thorpej attach	sea at isa
    113   1.1       cgd file	dev/isa/seagate.c		sea
    114   1.2       cgd 
    115   1.2       cgd # UltraStor UHA-[13]4f boards
    116  1.22   mycroft # device declaration in sys/conf/files
    117  1.22   mycroft attach	uha at isa with uha_isa: isadma
    118  1.22   mycroft file	dev/isa/uha_isa.c		uha_isa
    119   1.2       cgd 
    120  1.17   mycroft # Western Digital WD7000 and Future Domain TMC-7000 boards
    121  1.52   thorpej device	wds: scsi, isadma
    122  1.13   thorpej attach	wds at isa
    123  1.17   mycroft file	dev/isa/wds.c			wds
    124  1.78  christos 
    125   1.2       cgd #
    126   1.2       cgd # Other ISA disk controllers
    127   1.2       cgd #
    128   1.2       cgd 
    129   1.4   mycroft # Mitsumi CD-ROM controllers
    130  1.52   thorpej device	mcd: disk
    131  1.13   thorpej attach	mcd at isa
    132   1.1       cgd file	dev/isa/mcd.c			mcd needs-flag
    133  1.62  jonathan defopt	MCD_PROMISC			# enable "promiscuous" match
    134   1.2       cgd 
    135   1.4   mycroft # Sony CDU-3[13]A CD-ROM drives
    136  1.52   thorpej device	scd: disk
    137  1.13   thorpej attach	scd at isa
    138   1.4   mycroft file	dev/isa/scd.c			scd needs-flag
    139  1.49       cgd 
    140  1.49       cgd attach	wdc at isa with wdc_isa: isadma
    141  1.49       cgd file    dev/isa/wdc_isa.c           	wdc_isa
    142   1.2       cgd 
    143   1.2       cgd # Wangtek- and Archive-compatible tape controller boards
    144  1.52   thorpej device	wt: tape, isadma
    145  1.13   thorpej attach	wt at isa
    146   1.1       cgd file	dev/isa/wt.c			wt needs-flag
    147   1.1       cgd 
    148   1.2       cgd #
    149   1.2       cgd # ISA networking drivers
    150   1.2       cgd #
    151   1.2       cgd 
    152  1.47    bouyer # WD/SMC 80x3 family, SMC Elite Ultra [8216], SMC EtherEZ
    153  1.47    bouyer # MUST be first: probe is non invasive, and registers are clobbered
    154  1.47    bouyer # by other drivers's probe
    155  1.52   thorpej device	we: ether, ifnet, arp, dp8390nic
    156  1.47    bouyer attach	we at isa
    157  1.47    bouyer file	dev/isa/if_we.c			we
    158  1.47    bouyer 
    159   1.2       cgd # 3Com common probe code
    160   1.1       cgd define	elink
    161   1.1       cgd file	dev/isa/elink.c			elink
    162   1.1       cgd 
    163  1.42   thorpej # 3Com 3C503
    164  1.52   thorpej device	ec: ether, ifnet, arp, dp8390nic
    165  1.42   thorpej attach	ec at isa
    166  1.42   thorpej file	dev/isa/if_ec.c			ec
    167   1.2       cgd 
    168   1.2       cgd # 3Com 3C505
    169  1.52   thorpej device	eg: ether, ifnet, arp
    170  1.13   thorpej attach	eg at isa
    171   1.1       cgd file	dev/isa/if_eg.c			eg
    172   1.2       cgd 
    173   1.2       cgd # 3Com 3C501
    174  1.52   thorpej device	el: ether, ifnet, arp
    175  1.13   thorpej attach	el at isa
    176   1.1       cgd file	dev/isa/if_el.c			el
    177   1.2       cgd 
    178  1.18   thorpej # 3Com 3C509 Ethernet controller
    179  1.28   mycroft # device declaration in sys/conf/files
    180  1.18   thorpej attach	ep at isa with ep_isa: elink
    181  1.18   thorpej file	dev/isa/if_ep_isa.c		ep_isa
    182  1.95    chopps 
    183  1.95    chopps # SDL Communications N2 PCI Network Interface
    184  1.95    chopps # device in sys/conf/files
    185  1.95    chopps attach	ntwoc at isa with ntwoc_isa
    186  1.95    chopps file	dev/isa/if_ntwoc_isa.c          ntwoc_isa
    187  1.95    chopps 
    188  1.54     enami 
    189  1.54     enami # Allied Telesis MB8695-based boards
    190  1.54     enami # (Allied Telesis AT1700)
    191  1.54     enami device	ate: arp, ether, ifnet, mb86960
    192  1.54     enami attach	ate at isa
    193  1.54     enami file	dev/isa/if_ate.c		ate
    194  1.65   thorpej 
    195  1.65   thorpej # Crystal Semiconductor CS8900, CS8920, and CS8920M Ethernet
    196  1.65   thorpej device	cs: arp, ether, ifnet, isadma
    197  1.65   thorpej file	dev/isa/cs89x0.c		cs
    198  1.65   thorpej 
    199  1.65   thorpej attach	cs at isa with cs_isa
    200  1.65   thorpej file	dev/isa/if_cs_isa.c		cs_isa
    201  1.54     enami 
    202  1.54     enami # Fujitsu MB86960-based boards
    203  1.54     enami # (Fujitsu FMV-180 series)
    204  1.54     enami device	fmv: arp, ether, ifnet, mb86960
    205  1.54     enami attach	fmv at isa
    206  1.54     enami file	dev/isa/if_fmv.c		fmv
    207   1.2       cgd 
    208   1.2       cgd # HP Lan Ethernet controllers
    209   1.2       cgd # XXX currently broken
    210  1.27        is #device hp: ether, ifnet, arp
    211  1.13   thorpej #attach	hp at isa
    212   1.1       cgd #file	dev/isa/if_hp.c			hp
    213   1.2       cgd 
    214  1.19        is # Intel i82595-based boards.
    215  1.19        is # (Intel EtherExpress PRO)
    216  1.52   thorpej device  iy: ether, ifnet, arp
    217  1.19        is attach	iy at isa
    218  1.19        is file    dev/isa/if_iy.c			iy
    219  1.89        is 
    220  1.89        is # the probe routine of this "recognizes" the iy. Probe after it.
    221  1.89        is # NCR 5380-based boards
    222  1.89        is device	nca: scsi, ncr5380sbc
    223  1.89        is attach	nca at isa
    224  1.89        is file	dev/isa/nca.c			nca
    225   1.2       cgd 
    226   1.2       cgd # AMD am7990 (Lance) -based boards
    227   1.2       cgd # (BICC Isolan, NE2100, DEPCA)
    228  1.20   thorpej # device declaration in sys/conf/files
    229  1.58  drochner device nele {}
    230  1.58  drochner attach nele at isa
    231  1.63  drochner attach le at nele with le_nele: le24, isadma
    232  1.58  drochner device bicc {}
    233  1.58  drochner attach bicc at isa
    234  1.63  drochner attach le at bicc with le_bicc: le24, isadma
    235  1.58  drochner file	dev/isa/if_le_isa.c	nele | bicc
    236  1.58  drochner device depca {}
    237  1.58  drochner attach	depca at isa with depca_isa
    238  1.63  drochner attach	le at depca with le_depca: le24
    239  1.58  drochner file	dev/isa/if_depca_isa.c	depca
    240  1.34      matt 
    241  1.34      matt # DEC EtherWORKS III (LEMAC-based: DE203, DE204, DE205) cards
    242  1.34      matt attach  lc at isa with lc_isa
    243  1.91      matt file    dev/isa/if_lc_isa.c		lc_isa
    244  1.40   thorpej 
    245  1.40   thorpej # Novell NE1000, NE2000, and clones
    246  1.79   thorpej attach	ne at isa with ne_isa: rtl80x9
    247  1.40   thorpej file	dev/isa/if_ne_isa.c		ne_isa
    248  1.44   thorpej 
    249  1.44   thorpej # SMC91Cxx Ethernet Controllers 
    250  1.44   thorpej attach	sm at isa with sm_isa
    251  1.44   thorpej file	dev/isa/if_sm_isa.c		sm_isa
    252  1.46    bouyer 
    253  1.53        pk # 3Com 3C507
    254  1.53        pk device	ef: ether, ifnet, arp, elink, i82586
    255  1.53        pk attach	ef at isa
    256  1.53        pk file	dev/isa/if_ef.c		ef
    257  1.53        pk 
    258  1.53        pk # AT&T StarLan boards
    259  1.53        pk device	ai: ether, ifnet, arp, i82586
    260  1.53        pk attach	ai at isa
    261  1.53        pk file	dev/isa/if_ai.c		ai
    262  1.53        pk 
    263  1.53        pk # EtherExpress/16
    264  1.53        pk device	ix: ether, ifnet, arp, i82586
    265  1.53        pk attach	ix at isa
    266  1.53        pk file	dev/isa/if_ix.c		ix
    267  1.83       bad 
    268  1.83       bad # TROPIC based Token-Ring (IBM/3COM)
    269  1.83       bad define	tr_isa
    270  1.83       bad file	dev/isa/if_tr_isa.c		tr_isa
    271  1.83       bad attach	tr at isa with tr_isa: tr_isa, elink
    272  1.83       bad file	dev/isa/if_tribm_isa.c		tr_isa
    273  1.83       bad file	dev/isa/if_trtcm_isa.c		tr_isa
    274  1.91      matt 
    275  1.91      matt # ISA NCR/AT&T/Lucent WaveLAN (non-802.11) card
    276  1.91      matt attach	wl at isa with wl_isa: i82586, wavelan
    277  1.91      matt file	dev/isa/if_wl_isa.c		wl_isa
    278   1.1       cgd 
    279   1.2       cgd #
    280   1.2       cgd # ISA Sound hardware
    281   1.2       cgd #
    282   1.2       cgd 
    283  1.68  augustss # MPU401 MIDI UART compatibles
    284  1.85  augustss attach	mpu at isa with mpu_isa
    285  1.87  augustss file	dev/isa/mpu_isa.c		mpu_isa
    286  1.68  augustss 
    287   1.2       cgd # the SoundBlaster DSP, or close likenesses; used by other drivers
    288  1.72  augustss define	sbdsp { }
    289   1.1       cgd file	dev/isa/sbdsp.c			sbdsp
    290   1.2       cgd 
    291   1.2       cgd # SoundBlaster family
    292  1.82   mycroft device	sb: audio, isadma, sbdsp, mulaw, auconv, midibus
    293   1.1       cgd file	dev/isa/sb.c			sb needs-flag
    294  1.25  christos 
    295  1.25  christos attach	sb at isa with sb_isa
    296  1.25  christos file	dev/isa/sb_isa.c		sb_isa needs-flag
    297  1.72  augustss 
    298  1.72  augustss attach	opl at sbdsp with opl_sb
    299  1.72  augustss file	dev/isa/opl_sb.c		opl_sb
    300  1.87  augustss 
    301  1.87  augustss attach	mpu at sbdsp with mpu_sb
    302  1.87  augustss file	dev/isa/mpu_sb.c		mpu_sb
    303   1.2       cgd 
    304   1.2       cgd # ProAudio Spectrum
    305  1.52   thorpej device	pas: audio, isadma, sbdsp, mulaw, auconv
    306  1.13   thorpej attach	pas at isa
    307   1.1       cgd file	dev/isa/pas.c			pas needs-flag
    308   1.1       cgd 
    309   1.6    brezak # AD1848 (CS4248, CS4231, AD1845) audio codec support; used by other drivers
    310  1.74        pk file	dev/isa/ad1848_isa.c		ad1848
    311   1.2       cgd 
    312   1.8    brezak # ICS2101 mixer chip support; used by other drivers
    313   1.8    brezak define	ics2101
    314   1.8    brezak file	dev/isa/ics2101.c		ics2101
    315   1.8    brezak 
    316   1.8    brezak 
    317   1.6    brezak # Audio systems based on Echo Speech Corp. ESC61[45] ASICs
    318  1.52   thorpej device	pss {[port = -1], [size = 0],
    319  1.13   thorpej 	     [iomem = -1], [iosiz = 0],
    320  1.13   thorpej 	     [irq = -1], [drq = -1]}
    321  1.13   thorpej attach	pss at isa
    322  1.52   thorpej device	sp: audio, isadma, ad1848, auconv
    323  1.13   thorpej attach	sp at pss
    324   1.1       cgd file	dev/isa/pss.c			pss needs-flag
    325   1.2       cgd 
    326   1.2       cgd # Microsoft Windows Sound System
    327  1.88  augustss device	wss { } : audio, isadma, ad1848, auconv
    328   1.1       cgd file	dev/isa/wss.c			wss needs-flag
    329  1.51  augustss 
    330  1.51  augustss attach	wss at isa with wss_isa
    331  1.51  augustss file	dev/isa/wss_isa.c		wss_isa needs-flag
    332  1.88  augustss 
    333  1.88  augustss attach	opl at wss with opl_wss
    334  1.88  augustss file	dev/isa/opl_wss.c		opl_wss
    335  1.59  augustss 
    336  1.68  augustss # ESS Technology ES1887/ES888/ES1888
    337  1.76  augustss device	ess { } : audio, isadma, mulaw, auconv, midibus
    338  1.68  augustss file	dev/isa/ess.c			ess needs-flag
    339  1.68  augustss 
    340  1.68  augustss attach	ess at isa with ess_isa
    341  1.68  augustss file	dev/isa/ess_isa.c		ess_isa needs-flag
    342  1.73  augustss 
    343  1.73  augustss attach	opl at ess with opl_ess
    344  1.73  augustss file	dev/isa/opl_ess.c		opl_ess
    345  1.76  augustss 
    346  1.76  augustss # Yamaha OPL2/OPL3 FM synth
    347  1.76  augustss attach	opl at isa with opl_isa
    348  1.76  augustss file	dev/isa/opl_isa.c		opl_isa
    349  1.68  augustss 
    350  1.59  augustss # Yamaha OPL3-SA3
    351  1.90     itohy device	ym { }: audio, isadma, ad1848, auconv
    352  1.90     itohy file	dev/isa/ym.c			ym
    353  1.90     itohy defopt	opt_ym.h	YM_POWER_MODE YM_POWER_OFF_SEC
    354  1.90     itohy 
    355  1.90     itohy attach	opl at ym with opl_ym
    356  1.90     itohy file	dev/isa/opl_ym.c		opl_ym
    357  1.90     itohy 
    358  1.90     itohy attach	mpu at ym with mpu_ym
    359  1.90     itohy file	dev/isa/mpu_ym.c		mpu_ym needs-flag
    360   1.8    brezak 
    361   1.8    brezak # Gravis UltraSound & UltraSound MAX.
    362  1.64  drochner # Use the "drq2" keyword in a config file to specify an extra DMA
    363   1.8    brezak # channel for full-duplex operation. 
    364  1.52   thorpej device	gus: audio, isadma, ics2101, ad1848, mulaw, auconv
    365  1.13   thorpej attach	gus at isa
    366   1.8    brezak file	dev/isa/gus.c			gus needs-flag
    367  1.61  augustss 
    368  1.61  augustss # Sierra's Aria chipset.
    369  1.61  augustss # (e.g. Prometheus Aria 16)
    370  1.61  augustss device	aria: audio, mulaw, auconv
    371  1.61  augustss attach	aria at isa
    372  1.61  augustss file	dev/isa/aria.c			aria needs-flag
    373  1.31   hpeyerl 
    374  1.31   hpeyerl #
    375  1.31   hpeyerl # PlanetConnect satellite receiver driver.
    376  1.31   hpeyerl #
    377  1.52   thorpej device satlink: isadma
    378  1.31   hpeyerl attach satlink at isa
    379  1.32    kleink file dev/isa/satlink.c			satlink	needs-flag
    380  1.55  drochner 
    381  1.93   thorpej # ISA PC keyboard controller
    382  1.93   thorpej attach  pckbc at isa with pckbc_isa
    383  1.93   thorpej file    dev/isa/pckbc_isa.c		pckbc	needs-flag
    384  1.57  drochner 
    385  1.57  drochner # generic ISA VGA
    386  1.57  drochner attach	vga at isa with vga_isa
    387  1.57  drochner file	dev/isa/vga_isa.c	vga_isa	needs-flag
    388  1.94  drochner 
    389  1.94  drochner # generic EGA
    390  1.94  drochner device ega: wsemuldisplaydev, pcdisplayops
    391  1.94  drochner attach	ega at isa
    392  1.94  drochner file	dev/isa/ega.c		ega	needs-flag
    393  1.60  drochner 
    394  1.60  drochner # generic PC graphics adapter (MGA, CGA, ...)
    395  1.60  drochner device pcdisplay: wsemuldisplaydev, pcdisplayops
    396  1.60  drochner attach	pcdisplay at isa
    397  1.60  drochner file	dev/isa/pcdisplay.c	pcdisplay	needs-flag
    398  1.57  drochner 
    399  1.57  drochner # PC PPI + TIMER 1 (speaker interface)
    400  1.57  drochner device  pcppi {}
    401  1.57  drochner attach  pcppi at isa
    402  1.57  drochner file	dev/isa/pcppi.c	pcppi	needs-flag
    403  1.57  drochner device spkr
    404  1.57  drochner attach spkr at pcppi
    405  1.57  drochner file	dev/isa/spkr.c		spkr	needs-flag
    406  1.69  augustss attach midi at pcppi with midi_pcppi: midisyn
    407  1.69  augustss file	dev/isa/midi_pcppi.c    midi_pcppi
    408  1.97      groo 
    409  1.97      groo #
    410  1.97      groo # Environmental monitors
    411  1.97      groo #
    412  1.97      groo 
    413  1.97      groo # LM78 temp/fanspeed monitor
    414  1.97      groo attach  lm at isa with lm_isa
    415  1.97      groo file    dev/isa/lm_isa.c	lm_isa
    416  1.97      groo 
    417  1.67   thorpej 
    418  1.67   thorpej #
    419  1.67   thorpej # ISA Plug 'n Play autoconfiguration glue.
    420  1.67   thorpej # THIS MUST COME AFTER ALL MI ISA DEVICES ARE DEFINED.  This is because
    421  1.67   thorpej # ISA PnP devices often use `device' declarations listed in this file.
    422  1.67   thorpej #
    423  1.67   thorpej include "dev/isapnp/files.isapnp"
    424