Home | History | Annotate | Line # | Download | only in conf
files.cats revision 1.10.6.3
      1  1.10.6.3  nathanw #	$NetBSD: files.cats,v 1.10.6.3 2002/02/28 04:08:40 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 major	{wd = 16}
     30  1.10.6.2  nathanw 
     31  1.10.6.2  nathanw #
     32  1.10.6.2  nathanw # time of day clock
     33  1.10.6.2  nathanw #
     34  1.10.6.2  nathanw device	todclock
     35  1.10.6.2  nathanw attach	todclock at todservice
     36  1.10.6.3  nathanw file	arch/arm/footbridge/todclock.c			todclock	needs-count
     37  1.10.6.2  nathanw 
     38  1.10.6.2  nathanw # ISA DMA glue
     39  1.10.6.3  nathanw file	arch/arm/footbridge/isa/isadma_machdep.c	isadma
     40  1.10.6.2  nathanw 
     41  1.10.6.3  nathanw # Game adapter (joystick)
     42  1.10.6.3  nathanw file	arch/arm/footbridge/isa/joy_timer.c		joy
     43  1.10.6.2  nathanw 
     44  1.10.6.2  nathanw # Memory disk driver
     45  1.10.6.3  nathanw file	dev/md_root.c				md & memory_disk_hooks
     46  1.10.6.2  nathanw major	{md = 18}
     47  1.10.6.2  nathanw 
     48  1.10.6.2  nathanw # RAIDframe
     49  1.10.6.2  nathanw major	{raid = 71}
     50  1.10.6.2  nathanw 
     51  1.10.6.2  nathanw #
     52  1.10.6.2  nathanw # Machine-independent SCSI/ATAPI drivers
     53  1.10.6.2  nathanw #
     54  1.10.6.2  nathanw 
     55  1.10.6.2  nathanw include "dev/scsipi/files.scsipi"
     56  1.10.6.2  nathanw major	{sd = 24}
     57  1.10.6.2  nathanw major	{cd = 26}
     58  1.10.6.2  nathanw 
     59  1.10.6.2  nathanw file	arch/arm/arm32/conf.c
     60  1.10.6.2  nathanw 
     61  1.10.6.2  nathanw # Generic MD files
     62  1.10.6.2  nathanw file	arch/cats/cats/autoconf.c
     63  1.10.6.2  nathanw file	arch/cats/cats/cats_machdep.c
     64  1.10.6.2  nathanw 
     65  1.10.6.2  nathanw # library functions
     66  1.10.6.2  nathanw 
     67  1.10.6.2  nathanw file	arch/arm/arm/disksubr.c			disk
     68  1.10.6.2  nathanw file	arch/arm/arm/disksubr_acorn.c		disk
     69  1.10.6.2  nathanw file	arch/arm/arm/disksubr_mbr.c		disk
     70  1.10.6.2  nathanw 
     71  1.10.6.2  nathanw file	arch/arm/arm32/intr.c
     72  1.10.6.2  nathanw file	arch/arm/arm32/spl.S
     73  1.10.6.2  nathanw 
     74  1.10.6.2  nathanw # ISA Plug 'n Play autoconfiguration glue.
     75  1.10.6.3  nathanw file	arch/arm/footbridge/isa/isapnp_machdep.c	isapnp
     76  1.10.6.2  nathanw 
     77  1.10.6.2  nathanw # ISA support.
     78  1.10.6.3  nathanw file	arch/arm/footbridge/isa/isa_io.c		isa
     79  1.10.6.3  nathanw file	arch/arm/footbridge/isa/isa_io_asm.S		isa
     80  1.10.6.2  nathanw 
     81  1.10.6.2  nathanw # CATS boards have an EBSA285 based core with an ISA bus
     82  1.10.6.2  nathanw file	arch/cats/isa/isa_machdep.c			isa
     83  1.10.6.2  nathanw 
     84  1.10.6.2  nathanw device	sysbeep
     85  1.10.6.2  nathanw attach	sysbeep at pcppi with sysbeep_isa
     86  1.10.6.3  nathanw file	arch/arm/footbridge/isa/sysbeep_isa.c		sysbeep_isa
     87  1.10.6.2  nathanw 
     88  1.10.6.2  nathanw device dsrtc: todservice
     89  1.10.6.2  nathanw attach dsrtc at isa
     90  1.10.6.3  nathanw file	arch/arm/footbridge/isa/dsrtc.c			dsrtc
     91  1.10.6.2  nathanw # Machine-independent I2O drivers.
     92  1.10.6.2  nathanw include "dev/i2o/files.i2o"
     93  1.10.6.2  nathanw 
     94  1.10.6.2  nathanw # PCI devices
     95  1.10.6.2  nathanw 
     96  1.10.6.2  nathanw #
     97  1.10.6.2  nathanw # Include PCI config
     98  1.10.6.2  nathanw #
     99  1.10.6.2  nathanw include "dev/pci/files.pci"
    100  1.10.6.2  nathanw 
    101  1.10.6.2  nathanw # network devices MII bus
    102  1.10.6.2  nathanw include "dev/mii/files.mii"
    103  1.10.6.2  nathanw 
    104  1.10.6.2  nathanw device	pcib: isabus
    105  1.10.6.2  nathanw attach	pcib at pci
    106  1.10.6.3  nathanw file	arch/cats/pci/pcib.c			pcib
    107  1.10.6.2  nathanw 
    108  1.10.6.2  nathanw # XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
    109  1.10.6.2  nathanw # XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
    110  1.10.6.2  nathanw # XXX (when the conf/files and files.isa bogons are fixed, this can
    111  1.10.6.2  nathanw # XXX be fixed as well.)
    112  1.10.6.2  nathanw 
    113  1.10.6.2  nathanw attach	lpt at puc with lpt_puc
    114  1.10.6.2  nathanw file	dev/pci/lpt_puc.c	lpt_puc
    115  1.10.6.2  nathanw 
    116  1.10.6.3  nathanw file	arch/cats/pci/pciide_machdep.c	pciide
    117  1.10.6.2  nathanw 
    118  1.10.6.2  nathanw # Include USB stuff
    119  1.10.6.2  nathanw include "dev/usb/files.usb"
    120  1.10.6.2  nathanw 
    121  1.10.6.2  nathanw # Include WSCONS stuff
    122  1.10.6.2  nathanw include "dev/wscons/files.wscons"
    123  1.10.6.2  nathanw include "dev/rasops/files.rasops"
    124  1.10.6.2  nathanw include "dev/wsfont/files.wsfont"
    125  1.10.6.2  nathanw include "dev/pckbc/files.pckbc"
    126