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