Home | History | Annotate | Line # | Download | only in conf
files.hpcmips revision 1.86
      1 #	$NetBSD: files.hpcmips,v 1.86 2002/05/30 01:45:00 greg Exp $
      2 
      3 # maxpartitions must be first item in files.${ARCH}.
      4 maxpartitions 8
      5 
      6 maxusers 2 8 64
      7 
      8 #
      9 # Machine-independent I2O drivers.
     10 #
     11 
     12 include "dev/i2o/files.i2o"
     13 
     14 #
     15 # Machine-independent SCSI drivers
     16 #
     17 
     18 include "dev/scsipi/files.scsipi"
     19 major	{sd = 3}
     20 major	{st = 4}
     21 major	{cd = 5}
     22 
     23 #
     24 # Machine-independent ATA drivers
     25 #
     26 
     27 include "dev/ata/files.ata"
     28 major	{wd = 1}
     29 
     30 #
     31 # Bus-independent devices
     32 #
     33 device mainbus { [platform = -1] }
     34 attach mainbus at root
     35 
     36 device cpu				# not optional
     37 attach cpu at mainbus
     38 file arch/hpcmips/hpcmips/cpu.c		cpu
     39 
     40 # CPU support option headers
     41 defflag	opt_vr41xx.h	VR41XX VR4101 VR4102 VR4111 VR4121 VR4122 VR4181 VR4131
     42 defflag	opt_tx39xx.h	TX39XX TX3911 TX3912 TX3922
     43 
     44 #
     45 # CPU-dependent files
     46 #
     47 file	arch/hpcmips/vr/vr.c		vr41xx	# NEC VR4000 series
     48 file	arch/hpcmips/vr/vr_idle.S	vr41xx
     49 file	arch/hpcmips/tx/tx39.c		tx39xx	# TOSHIBA TX3900 series
     50 
     51 file	arch/hpcmips/hpcmips/autoconf.c
     52 file	arch/hpcmips/hpcmips/bus_dma.c
     53 file	arch/hpcmips/hpcmips/bus_space.c
     54 file	arch/hpcmips/hpcmips/bus_space_notimpl.c
     55 file	arch/hpcmips/hpcmips/bus_space_through.c
     56 file	arch/hpcmips/hpcmips/conf.c
     57 file	arch/hpcmips/hpcmips/interrupt.c
     58 file	arch/hpcmips/hpcmips/machdep.c
     59 file	arch/hpcmips/hpcmips/mainbus.c
     60 
     61 file	arch/hpc/hpc/kloader.c			kloader
     62 file	arch/hpcmips/hpcmips/kloader_machdep.c	kloader
     63 file	arch/hpcmips/hpcmips/kloader_vr41.S	vr41xx & kloader
     64 file	arch/hpcmips/hpcmips/kloader_tx39.S	tx39xx & kloader
     65 defflag	opt_kloader.h			KLOADER
     66 defflag	debug_kloader.h			KLOADER_DEBUG
     67 defparam opt_kloader_kernel_path.h	KLOADER_KERNEL_PATH
     68 
     69 #
     70 # H/PC Platform common files.
     71 #
     72 include "arch/hpc/conf/files.hpc"
     73 file	arch/hpc/hpc/disksubr.c			disk
     74 include "dev/hpc/files.bicons"
     75 include "dev/hpc/files.hpcfb"
     76 include "dev/hpc/files.hpckbd"
     77 include "dev/hpc/files.hpctp"
     78 
     79 #
     80 # Debug utility
     81 #
     82 include "arch/hpc/conf/files.debug"
     83 
     84 # Console autoconfiguration code: selects between a framebuffers
     85 file	dev/cons.c
     86 
     87 #
     88 # Workstation Console
     89 #
     90 include "dev/wscons/files.wscons"
     91 
     92 #
     93 # power management
     94 #
     95 include "arch/hpcmips/dev/apm/files.apm"
     96 device hpcapm: apmdevif
     97 attach hpcapm at mainbus
     98 file	arch/hpcmips/dev/hpcapm.c	hpcapm
     99 
    100 #
    101 # ISA bus support
    102 #
    103 include "dev/pci/files.pci"	# XXX some ISA devs are 'at pci' too.
    104 include "dev/isa/files.isa"
    105 
    106 #
    107 #  Vr41xx integrated peripherals
    108 #
    109 device vripif { [addr=-1], [size=-1], [addr2=-1], [size2=-1], [unit=-1], [pwctl=-1], [platform = -1] }
    110 define vrip_common
    111 file arch/hpcmips/vr/vrip.c		vrip_common needs-flag
    112 device vrip: vripif
    113 attach vrip at mainbus: vrip_common
    114 device vr4102ip: vripif
    115 attach vr4102ip at mainbus: vrip_common
    116 file arch/hpcmips/vr/vr4102ip.c		vr4102ip
    117 device vr4122ip: vripif
    118 attach vr4122ip at mainbus: vrip_common
    119 file arch/hpcmips/vr/vr4122ip.c		vr4122ip
    120 
    121 device vrbcu
    122 attach vrbcu at vripif
    123 file arch/hpcmips/vr/bcu_vrip.c			vrbcu needs-flag
    124 
    125 device vrrtc
    126 attach vrrtc at vripif
    127 file arch/hpcmips/vr/rtc.c			vrrtc needs-flag
    128 
    129 device vrcmu
    130 attach vrcmu at vripif
    131 file arch/hpcmips/vr/cmu.c			vrcmu needs-flag
    132 
    133 include "dev/hpc/files.hpcio"
    134 device	vrisabif {[platform = -1], [isaportoffset=0], [isamemoffset=0]}		# GIU attachment
    135 
    136 device vrgiu: vrisabif, hpcioif
    137 attach vrgiu at vripif
    138 file arch/hpcmips/vr/vrgiu.c			vrgiu
    139 
    140 device vrisab: isabus
    141 attach vrisab at vrisabif
    142 file arch/hpcmips/isa/isa_machdep.c		vrisab
    143 
    144 device vrkiu: hpckbdif
    145 attach vrkiu at vripif
    146 file arch/hpcmips/vr/vrkiu.c			vrkiu needs-flag
    147 
    148 device vrpmu
    149 attach vrpmu at vripif
    150 file arch/hpcmips/vr/vrpmu.c			vrpmu needs-flag
    151 
    152 device vrdsu
    153 attach vrdsu at vripif
    154 file arch/hpcmips/vr/vrdsu.c			vrdsu needs-flag
    155 
    156 device vrled
    157 attach vrled at vripif
    158 file arch/hpcmips/vr/vrled.c			vrled needs-flag
    159 
    160 device vrpiu: wsmousedev
    161 attach vrpiu at vripif: tpcalib
    162 file arch/hpcmips/vr/vrpiu.c			vrpiu
    163 
    164 device vrdsiu_mouse: wsmousedev
    165 attach vrdsiu_mouse at vripif
    166 file arch/hpcmips/vr/vrdsiu_mouse.c		vrdsiu_mouse
    167 
    168 attach ohci at vripif with ohci_vrip
    169 file arch/hpcmips/dev/ohci_vrip.c		ohci_vrip
    170 
    171 device vrpciu: pcibus
    172 attach vrpciu at vripif
    173 file arch/hpcmips/vr/vrpciu.c			vrpciu needs-flag
    174 
    175 defflag opt_mq200.h	MQ200_DEBUG MQ200_USECRT
    176 device mqvideo: hpcfbif
    177 attach mqvideo at vripif with mqvideo_vrip
    178 file arch/hpcmips/vr/mq200_vrip.c		mqvideo_vrip
    179 file arch/hpcmips/dev/mq200.c			mqvideo
    180 file arch/hpcmips/dev/mq200subr.c		mqvideo
    181 file arch/hpcmips/dev/mq200debug.c		mqvideo
    182 file arch/hpcmips/dev/mq200machdep.c		mqvideo
    183 
    184 attach mqvideo at pci with mqvideo_pci
    185 file arch/hpcmips/dev/mq200_pci.c		mqvideo_pci
    186 
    187 device ite8181video: hpcfbif, hpccmap
    188 attach ite8181video at vripif with ite8181video_vrip
    189 file arch/hpcmips/vr/ite8181_vrip.c		ite8181video_vrip
    190 file arch/hpcmips/dev/ite8181.c			ite8181video
    191 
    192 defflag opt_vrc4172pci.h	VRC4172PCI_MCR700_SUPPORT
    193 device vrc4172pci: pcibus
    194 attach vrc4172pci at vripif
    195 file arch/hpcmips/vr/vrc4172pci.c		vrc4172pci
    196 
    197 device vrc4172pwm
    198 attach vrc4172pwm at vripif
    199 file arch/hpcmips/vr/vrc4172pwm.c		vrc4172pwm needs-flag
    200 
    201 device vrc4172gpio: hpcioif, vrisabif
    202 attach vrc4172gpio at hpcioif
    203 file arch/hpcmips/vr/vrc4172gpio.c		vrc4172gpio
    204 
    205 device vrc4173cardu: pcmciabus
    206 attach vrc4173cardu at pci
    207 file arch/hpcmips/pci/vrc4173cardu.c		vrc4173cardu
    208 
    209 device vrc4173bcu: vripif
    210 attach vrc4173bcu at pci
    211 file arch/hpcmips/vr/vrc4173bcu.c		vrc4173bcu
    212 
    213 #
    214 #	TOSHIBA TX3912/3922
    215 #
    216 defflag			TX39_WATCHDOGTIMER
    217 defflag			TX39ICU_DEBUG
    218 defflag			TX39CLOCK_DEBUG
    219 defflag			TX39BIU_DEBUG
    220 defflag			TX39POWER_DEBUG
    221 defflag			TX39UART_DEBUG
    222 defflag			USE_POLL
    223 
    224 device txsim { }
    225 device txcsbusif {[platform = -1]}
    226 device txcomif {[slot = -1]}
    227 device txsibif {[slot = -1]}
    228 device ucbif { }
    229 device irif { }
    230 
    231 attach txsim at mainbus
    232 file arch/hpcmips/tx/txsim.c		txsim
    233 file arch/hpcmips/tx/txsnd.c		txsim
    234 
    235 device tx39biu: txcsbusif
    236 attach tx39biu at txsim
    237 file arch/hpcmips/tx/tx39biu.c		tx39biu
    238 
    239 device txcsbus {[regcs=-1], [regcsbase=0], [regcssize=-1], [regcswidth=-1], [iocs=-1], [iocsbase=0], [iocssize=-1], [iocswidth=-1], [memcs=-1], [memcsbase=0], [memcssize=-1], [memcswidth=-1], [irq1=-1], [irq2=-1], [irq3=-1]}
    240 attach txcsbus at txcsbusif
    241 file arch/hpcmips/tx/txcsbus.c		txcsbus
    242 
    243 device tx39icu
    244 attach tx39icu at txsim
    245 file arch/hpcmips/tx/tx39icu.c		tx39icu
    246 
    247 device tx39power
    248 attach tx39power at txsim
    249 file arch/hpcmips/tx/tx39power.c	tx39power
    250 
    251 device tx39clock
    252 attach tx39clock at txsim
    253 file arch/hpcmips/tx/tx39clock.c	tx39clock
    254 
    255 device tx3912video: hpcfbif
    256 attach tx3912video at txsim
    257 file arch/hpcmips/tx/tx3912video.c	tx3912video
    258 
    259 device tx39io
    260 attach tx39io at txsim
    261 file arch/hpcmips/tx/tx39io.c		tx39io
    262 
    263 device txioman: hpcioif
    264 attach txioman at txsim
    265 file arch/hpcmips/tx/txioman.c		txioman
    266 
    267 device tx39sib: txsibif
    268 attach tx39sib at txsim
    269 file arch/hpcmips/tx/tx39sib.c		tx39sib
    270 
    271 #	PHILIPS UCB1200 / TOSHIBA TC35413F (modem/audio analog front-end)
    272 device ucb: ucbif
    273 attach ucb at txsibif
    274 file arch/hpcmips/dev/ucb1200.c		ucb
    275 
    276 device ucbtp: wsmousedev
    277 attach ucbtp at ucbif: tpcalib
    278 file arch/hpcmips/dev/ucbtp.c		ucbtp
    279 
    280 device ucbsnd
    281 attach ucbsnd at ucbif
    282 file arch/hpcmips/dev/ucbsnd.c		ucbsnd		needs-flag
    283 
    284 device ucbio
    285 attach ucbio at ucbif
    286 file arch/hpcmips/dev/ucbio.c		ucbio
    287 
    288 device tx39uart: txcomif
    289 attach tx39uart at txsim
    290 file arch/hpcmips/tx/tx39uart.c		tx39uart	needs-flag
    291 
    292 device txcom: irif
    293 attach txcom at txcomif
    294 file arch/hpcmips/tx/txcom.c		txcom
    295 
    296 device tx39ir
    297 attach tx39ir at irif
    298 file arch/hpcmips/tx/tx39ir.c		tx39ir
    299 
    300 #	ITE IT8368E PCMCIA / TOSHIBA TC6345AF buffer chip (PCMCIA)
    301 device it8368e: pcmciabus
    302 attach it8368e at txcsbus
    303 file arch/hpcmips/dev/it8368.c		it8368e
    304 
    305 #	MITUBISHI M38813 keryboard controller
    306 device m38813c: hpckbdif
    307 attach m38813c at txcsbus
    308 file arch/hpcmips/dev/m38813c.c		m38813c		needs-flag
    309 
    310 #	PHILIPS 74ALVC16241 / TOSHIBA TC5165BTFS buffer driver (keyboard)
    311 device tc5165buf: hpckbdif
    312 attach tc5165buf at txcsbus
    313 file arch/hpcmips/dev/tc5165buf.c	tc5165buf	needs-flag
    314 
    315 #	TOSHIBA TC6358E(Plum2)
    316 device plumif {}
    317 device plum: plumif
    318 attach plum at txcsbus
    319 file arch/hpcmips/dev/plum.c		plum
    320 
    321 device plumicu
    322 attach plumicu at plumif
    323 file arch/hpcmips/dev/plumicu.c		plumicu
    324 
    325 device plumpower
    326 attach plumpower at plumif
    327 file arch/hpcmips/dev/plumpower.c	plumpower
    328 
    329 device plumvideo: hpcfbif
    330 attach plumvideo at plumif
    331 file arch/hpcmips/dev/plumvideo.c	plumvideo
    332 
    333 device plumpcmcia: pcmciabus
    334 attach plumpcmcia at plumif
    335 file arch/hpcmips/dev/plumpcmcia.c	plumpcmcia
    336 
    337 device plumiobusif {[platform = -1], [slot = -1]}
    338 device plumiobus: plumiobusif
    339 attach plumiobus at plumif
    340 file arch/hpcmips/dev/plumiobus.c	plumiobus
    341 
    342 device plumisab: isabus
    343 attach plumisab at plumiobusif
    344 file arch/hpcmips/isa/plumisa_machdep.c	plumisab
    345 
    346 # OHCI USB controller
    347 attach	ohci at plumif with plumohci
    348 file	arch/hpcmips/dev/plumohci.c	plumohci	needs-flag
    349 
    350 #device txisab: isabus
    351 #attach txisab at txcsbus
    352 #file arch/hpcmips/isa/txisa_machdep.c	txisab
    353 
    354 file	dev/hpc/video_subr.c		tx3912video | plumvideo
    355 
    356 #
    357 #	Real-time clock (not optional)
    358 #
    359 file	arch/hpcmips/hpcmips/clock.c
    360 file	dev/clock_subr.c
    361 
    362 # Floppy disk controller
    363 device	fdc {drive = -1}
    364 #attach	fdc at isa
    365 #device	fd: disk, isadma
    366 device	fd: disk
    367 #attach	fd at fdc
    368 file	arch/i386/isa/fd.c		fdc needs-flag
    369 major	{fd = 2}
    370 
    371 # XXXX pcic here because it needs to be late.  The catch: pcic needs
    372 # to be late, so devices which attach to it are attached late.  But it
    373 # needs to be before its isa and pci attachments.  This answer is
    374 # non-optimal, but I don't have a better answer right now.
    375 
    376 # PCIC pcmcia contoller
    377 # XXX this needs to be done very late, so it's done here.  This feels
    378 # like a kludge, but it might be for the best.
    379 
    380 defparam		PCIC_ISA_ALLOC_IOBASE
    381 defparam		PCIC_ISA_ALLOC_IOSIZE
    382 defparam		PCIC_ISA_INTR_ALLOC_MASK
    383 
    384 device	pcic: pcmciabus
    385 file	dev/ic/i82365.c			pcic
    386 
    387 #
    388 # PCIC pcmcia controller
    389 #
    390 attach	pcic at isa with pcic_isa
    391 file	dev/isa/i82365_isa.c			pcic_isa
    392 file	dev/isa/i82365_isasubr.c		pcic_isa
    393 
    394 #
    395 # Machine-independent PCMCIA drivers
    396 #
    397 include "dev/pcmcia/files.pcmcia"
    398 
    399 # Serial Interface Unit
    400 attach com at vripif with com_vrip
    401 file	arch/hpcmips/vr/com_vrip.c		com_vrip needs-flag
    402 
    403 attach com at hpcioif with com_hpcio
    404 file arch/hpcmips/dev/com_hpcio.c		com_hpcio needs-flag
    405 
    406 # Memory Disk for boot tape
    407 file dev/md_root.c				memory_disk_hooks
    408 major	{md = 6}
    409 
    410 include "dev/usb/files.usb"
    411 
    412 # DMA Address Unit
    413 device vrdmaau
    414 attach vrdmaau at vripif
    415 file arch/hpcmips/vr/vrdmaau.c	vrdmaau
    416 
    417 # DMA Controll Unit
    418 device vrdcu
    419 attach vrdcu at vripif
    420 file arch/hpcmips/vr/vrdcu.c	vrdcu
    421 
    422 # Audio Interface Unit
    423 device vraiu: audiobus
    424 attach vraiu at vripif
    425 file arch/hpcmips/vr/vraiu.c	vraiu
    426