# $NetBSD: files.hpcmips,v 1.56 2001/05/06 14:25:16 takemura Exp $ # maxpartitions must be first item in files.${ARCH}. maxpartitions 8 maxusers 2 8 64 # # Machine-independent SCSI drivers # include "dev/scsipi/files.scsipi" major {sd = 3} major {st = 4} major {cd = 5} # # Machine-independent ATA drivers # include "dev/ata/files.ata" major {wd = 1} # # Bus-independent devices # device mainbus { } # no locators attach mainbus at root device cpu # not optional attach cpu at mainbus file arch/hpcmips/hpcmips/cpu.c cpu # CPU support option headers defopt opt_vr41xx.h VR41XX VR4101 VR4102 VR4111 VR4121 VR4122 VR4181 defopt opt_tx39xx.h TX39XX TX3911 TX3912 TX3922 # # CPU-dependent files # file arch/hpcmips/vr/vr.c vr41xx # NEC VR4000 series file arch/hpcmips/vr/vr_idle.S vr41xx file arch/hpcmips/tx/tx39.c tx39xx # TOSHIBA TX3900 series file arch/mips/mips/fp.S softfloat file arch/hpcmips/hpcmips/autoconf.c file arch/hpcmips/hpcmips/conf.c file arch/hpcmips/hpcmips/machdep.c file arch/hpcmips/hpcmips/mainbus.c file arch/hpcmips/hpcmips/bus_space.c file arch/hpcmips/hpcmips/bus_dma.c file arch/hpcmips/hpcmips/procfs_machdep.c procfs # # H/PC Platform common files. # include "arch/hpc/conf/files.hpc" file arch/hpc/hpc/disksubr.c disk include "dev/hpc/files.bicons" include "dev/hpc/files.hpcfb" include "dev/hpc/files.hpckbd" include "dev/hpc/files.hpctp" # Console autoconfiguration code: selects between a framebuffers file dev/cons.c # # Workstation Console # include "dev/wscons/files.wscons" # # power management # include "arch/hpcmips/dev/apm/files.apm" device hpcapm: apmdevif attach hpcapm at mainbus file arch/hpcmips/dev/hpcapm.c hpcapm # # ISA bus support # include "dev/isa/files.isa" # # Vr41xx integrated peripherals # device vrip { [addr=-1], [size=-1], [addr2=-1], [size2=-1], [intr=-1], [pwctl=-1], [platform = -1] } attach vrip at mainbus file arch/hpcmips/vr/vrip.c vrip needs-flag device vrbcu attach vrbcu at vrip file arch/hpcmips/vr/bcu_vrip.c vrbcu needs-flag device vrrtc attach vrrtc at vrip file arch/hpcmips/vr/rtc.c vrrtc needs-flag device vrcmu attach vrcmu at vrip file arch/hpcmips/vr/cmu.c vrcmu needs-flag include "dev/hpc/files.hpcio" device vrisabif {[platform = -1], [isaportoffset=0], [isamemoffset=0]} # GIU attachment device vrgiu: vrisabif, hpcioif attach vrgiu at vrip file arch/hpcmips/vr/vrgiu.c vrgiu device vrisab: isabus attach vrisab at vrisabif file arch/hpcmips/isa/isa_machdep.c vrisab device vrkiu: hpckbdif attach vrkiu at vrip file arch/hpcmips/vr/vrkiu.c vrkiu needs-flag device vrpmu attach vrpmu at vrip file arch/hpcmips/vr/vrpmu.c vrpmu needs-flag device vrdsu attach vrdsu at vrip file arch/hpcmips/vr/vrdsu.c vrdsu needs-flag device vrled attach vrled at vrip file arch/hpcmips/vr/vrled.c vrled needs-flag device vrpiu: wsmousedev attach vrpiu at vrip: tpcalib file arch/hpcmips/vr/vrpiu.c vrpiu attach ohci at vrip with ohci_vrip file arch/hpcmips/dev/ohci_vrip.c ohci_vrip defopt opt_mq200.h MQ200_DEBUG MQ200_USECRT device mqvideo: hpcfbif attach mqvideo at vrip with mqvideo_vrip file arch/hpcmips/vr/mq200_vrip.c mqvideo_vrip file arch/hpcmips/dev/mq200.c mqvideo file arch/hpcmips/dev/mq200subr.c mqvideo file arch/hpcmips/dev/mq200debug.c mqvideo file arch/hpcmips/dev/mq200machdep.c mqvideo device ite8181video: hpcfbif attach ite8181video at vrip with ite8181video_vrip file arch/hpcmips/vr/ite8181_vrip.c ite8181video_vrip file arch/hpcmips/dev/ite8181.c ite8181video device vrc4172pwm attach vrc4172pwm at vrip file arch/hpcmips/vr/vrc4172pwm.c vrc4172pwm needs-flag device vrc4172gpio: hpcioif, vrisabif attach vrc4172gpio at hpcioif file arch/hpcmips/vr/vrc4172gpio.c vrc4172gpio # # TOSHIBA TX3912/3922 # defopt TX39_DEBUG defopt TX39_WATCHDOGTIMER defopt TX39ICUDEBUG defopt TX39CLKDEBUG defopt TX39BIUDEBUG defopt TX39POWERDEBUG defopt TX39UARTDEBUG defopt USE_POLL device txsim {[platform = -1]} device txcsbusif {[platform = -1]} device txcomif {[slot = -1]} device txsibif {[slot = -1]} device ucbif { } device irif { } device txiomanif {[evtype = -1], [id = -1], [group = -1], [port = -1], [edge = -1], [initial = -1]} attach txsim at mainbus file arch/hpcmips/tx/txsim.c txsim file arch/hpcmips/tx/txsnd.c txsim device tx39biu: txcsbusif attach tx39biu at txsim file arch/hpcmips/tx/tx39biu.c tx39biu 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]} attach txcsbus at txcsbusif file arch/hpcmips/tx/txcsbus.c txcsbus device tx39icu attach tx39icu at txsim file arch/hpcmips/tx/tx39icu.c tx39icu device tx39power attach tx39power at txsim file arch/hpcmips/tx/tx39power.c tx39power device tx39clock attach tx39clock at txsim file arch/hpcmips/tx/tx39clock.c tx39clock device tx3912video: hpcfbif attach tx3912video at txsim file arch/hpcmips/tx/tx3912video.c tx3912video device tx39io attach tx39io at txsim file arch/hpcmips/tx/tx39io.c tx39io device txioman: txiomanif attach txioman at txsim file arch/hpcmips/tx/txioman.c txioman device txin attach txin at txiomanif file arch/hpcmips/tx/txioman_in.c txin device txout attach txout at txiomanif file arch/hpcmips/tx/txioman_out.c txout device tx39sib: txsibif attach tx39sib at txsim file arch/hpcmips/tx/tx39sib.c tx39sib # PHILIPS UCB1200 / TOSHIBA TC35413F (modem/audio analog front-end) device ucb: ucbif attach ucb at txsibif file arch/hpcmips/dev/ucb1200.c ucb device ucbtp: wsmousedev attach ucbtp at ucbif: tpcalib file arch/hpcmips/dev/ucbtp.c ucbtp device ucbsnd attach ucbsnd at ucbif file arch/hpcmips/dev/ucbsnd.c ucbsnd needs-flag device ucbio attach ucbio at ucbif file arch/hpcmips/dev/ucbio.c ucbio device tx39uart: txcomif attach tx39uart at txsim file arch/hpcmips/tx/tx39uart.c tx39uart needs-flag device txcom: irif attach txcom at txcomif file arch/hpcmips/tx/txcom.c txcom device tx39ir attach tx39ir at irif file arch/hpcmips/tx/tx39ir.c tx39ir # ITE IT8368E PCMCIA / TOSHIBA TC6345AF buffer chip (PCMCIA) device it8368e: pcmciabus attach it8368e at txcsbus file arch/hpcmips/dev/it8368.c it8368e # MITUBISHI M38813 keryboard controller device m38813c: hpckbdif attach m38813c at txcsbus file arch/hpcmips/dev/m38813c.c m38813c needs-flag # PHILIPS 74ALVC16241 / TOSHIBA TC5165BTFS buffer driver (keyboard) device tc5165buf: hpckbdif attach tc5165buf at txcsbus file arch/hpcmips/dev/tc5165buf.c tc5165buf needs-flag # TOSHIBA TC6358E(Plum2) device plumif {} device plum: plumif attach plum at txcsbus file arch/hpcmips/dev/plum.c plum device plumicu attach plumicu at plumif file arch/hpcmips/dev/plumicu.c plumicu device plumpower attach plumpower at plumif file arch/hpcmips/dev/plumpower.c plumpower device plumvideo: hpcfbif attach plumvideo at plumif file arch/hpcmips/dev/plumvideo.c plumvideo device plumpcmcia: pcmciabus attach plumpcmcia at plumif file arch/hpcmips/dev/plumpcmcia.c plumpcmcia device plumiobusif {[platform = -1], [slot = -1]} device plumiobus: plumiobusif attach plumiobus at plumif file arch/hpcmips/dev/plumiobus.c plumiobus device plumisab: isabus attach plumisab at plumiobusif file arch/hpcmips/isa/plumisa_machdep.c plumisab # OHCI USB controller attach ohci at plumif with plumohci file arch/hpcmips/dev/plumohci.c plumohci needs-flag #device txisab: isabus #attach txisab at txcsbus #file arch/hpcmips/isa/txisa_machdep.c txisab file dev/hpc/video_subr.c tx3912video | plumvideo # # Real-time clock (not optional) # file arch/hpcmips/hpcmips/clock.c file dev/clock_subr.c # Floppy disk controller device fdc {drive = -1} #attach fdc at isa #device fd: disk, isadma device fd: disk #attach fd at fdc file arch/i386/isa/fd.c fdc needs-flag major {fd = 2} # network devices MII bus include "dev/mii/files.mii" # XXXX pcic here because it needs to be late. The catch: pcic needs # to be late, so devices which attach to it are attached late. But it # needs to be before its isa and pci attachments. This answer is # non-optimal, but I don't have a better answer right now. # PCIC pcmcia contoller # XXX this needs to be done very late, so it's done here. This feels # like a kludge, but it might be for the best. defopt PCIC_ISA_ALLOC_IOBASE defopt PCIC_ISA_ALLOC_IOSIZE defopt PCIC_ISA_INTR_ALLOC_MASK device pcic: pcmciabus file dev/ic/i82365.c pcic # # PCIC pcmcia controller # attach pcic at isa with pcic_isa file dev/isa/i82365_isa.c pcic_isa file dev/isa/i82365_isasubr.c pcic_isa # # Machine-independent PCMCIA drivers # include "dev/pcmcia/files.pcmcia" # Serial Interface Unit attach com at vrip with com_vrip file arch/hpcmips/vr/com_vrip.c com_vrip # Memory Disk for boot tape file dev/md_root.c memory_disk_hooks major {md = 6} include "dev/usb/files.usb"