Home | History | Annotate | Line # | Download | only in conf
files.cats revision 1.21
      1 #	$NetBSD: files.cats,v 1.21 2002/09/06 13:18:43 gehenna Exp $
      2 #
      3 # CATS-specific configuration info
      4 #
      5 
      6 maxpartitions	8
      7 maxusers 2 8 64
      8 
      9 # Maintain Interrupt statistics
     10 defflag	IRQSTATS
     11 
     12 # X server support in console drivers
     13 defflag	XSERVER
     14 
     15 define todservice {}
     16 
     17 #
     18 # ISA and mixed ISA+EISA or ISA+PCI drivers
     19 #
     20 include "dev/isa/files.isa"
     21 
     22 # Include arm32 footbridge
     23 include "arch/arm/conf/files.footbridge"
     24 
     25 #
     26 # Machine-independent ATA drivers
     27 #
     28 include "dev/ata/files.ata"
     29 
     30 #
     31 # time of day clock
     32 #
     33 device	todclock
     34 attach	todclock at todservice
     35 file	arch/arm/footbridge/todclock.c			todclock	needs-count
     36 
     37 # ISA DMA glue
     38 file	arch/arm/footbridge/isa/isadma_machdep.c	isadma
     39 
     40 # Game adapter (joystick)
     41 file	arch/arm/footbridge/isa/joy_timer.c		joy
     42 
     43 # Memory disk driver
     44 file	dev/md_root.c				md & memory_disk_hooks
     45 
     46 #
     47 # Machine-independent SCSI/ATAPI drivers
     48 #
     49 
     50 include "dev/scsipi/files.scsipi"
     51 
     52 file	arch/arm/arm32/conf.c
     53 
     54 # Generic MD files
     55 file	arch/cats/cats/autoconf.c
     56 file	arch/cats/cats/cats_machdep.c
     57 
     58 # library functions
     59 
     60 file	arch/arm/arm/disksubr.c			disk
     61 file	arch/arm/arm/disksubr_acorn.c		disk
     62 file	arch/arm/arm/disksubr_mbr.c		disk
     63 
     64 file	arch/arm/arm32/intr.c
     65 file	arch/arm/arm32/spl.S
     66 
     67 # ISA Plug 'n Play autoconfiguration glue.
     68 file	arch/arm/footbridge/isa/isapnp_machdep.c	isapnp
     69 
     70 # ISA support.
     71 file	arch/arm/footbridge/isa/isa_io.c		isa
     72 file	arch/arm/footbridge/isa/isa_io_asm.S		isa
     73 
     74 # CATS boards have an EBSA285 based core with an ISA bus
     75 file	arch/cats/isa/isa_machdep.c			isa
     76 
     77 device	sysbeep
     78 attach	sysbeep at pcppi with sysbeep_isa
     79 file	arch/arm/footbridge/isa/sysbeep_isa.c		sysbeep_isa
     80 
     81 device dsrtc: todservice
     82 attach dsrtc at isa
     83 file	arch/arm/footbridge/isa/dsrtc.c			dsrtc
     84 # Machine-independent I2O drivers.
     85 include "dev/i2o/files.i2o"
     86 
     87 # PCI devices
     88 
     89 #
     90 # Include PCI config
     91 #
     92 include "dev/pci/files.pci"
     93 
     94 device	pcib: isabus
     95 attach	pcib at pci
     96 file	arch/cats/pci/pcib.c			pcib
     97 
     98 # XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
     99 # XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
    100 # XXX (when the conf/files and files.isa bogons are fixed, this can
    101 # XXX be fixed as well.)
    102 
    103 attach	lpt at puc with lpt_puc
    104 file	dev/pci/lpt_puc.c	lpt_puc
    105 
    106 file	arch/cats/pci/pciide_machdep.c	pciide
    107 
    108 # Include USB stuff
    109 include "dev/usb/files.usb"
    110 
    111 # Include WSCONS stuff
    112 include "dev/wscons/files.wscons"
    113 include "dev/rasops/files.rasops"
    114 include "dev/wsfont/files.wsfont"
    115 include "dev/pckbc/files.pckbc"
    116 
    117 include "arch/arm/conf/majors.arm32"
    118