Home | History | Annotate | Line # | Download | only in conf
files.cats revision 1.10.6.2
      1  1.10.6.2  nathanw #	$NetBSD: files.cats,v 1.10.6.2 2002/01/08 00:23:49 nathanw Exp $
      2  1.10.6.2  nathanw #
      3  1.10.6.2  nathanw # First try for arm-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 # COMPAT_OLD_OFW for SHARKs
     10  1.10.6.2  nathanw defflag	COMPAT_OLD_OFW
     11  1.10.6.2  nathanw 
     12  1.10.6.2  nathanw # Maintain Interrupt statistics
     13  1.10.6.2  nathanw defflag	IRQSTATS
     14  1.10.6.2  nathanw 
     15  1.10.6.2  nathanw # X server support in console drivers
     16  1.10.6.2  nathanw defflag	XSERVER
     17  1.10.6.2  nathanw 
     18  1.10.6.2  nathanw # Bootloader options (COMPAT... to be dropped ASAP)
     19  1.10.6.2  nathanw #defflag	COMPAT_OLD_BOOTLOADER
     20  1.10.6.2  nathanw 
     21  1.10.6.2  nathanw # Architectures and core logic
     22  1.10.6.2  nathanw defflag	NETWINDER
     23  1.10.6.2  nathanw 
     24  1.10.6.2  nathanw define todservice {}
     25  1.10.6.2  nathanw 
     26  1.10.6.2  nathanw #
     27  1.10.6.2  nathanw # ISA and mixed ISA+EISA or ISA+PCI drivers
     28  1.10.6.2  nathanw #
     29  1.10.6.2  nathanw include "dev/isa/files.isa"
     30  1.10.6.2  nathanw 
     31  1.10.6.2  nathanw # Include arm32 footbridge
     32  1.10.6.2  nathanw include "arch/arm/conf/files.footbridge"
     33  1.10.6.2  nathanw 
     34  1.10.6.2  nathanw #
     35  1.10.6.2  nathanw # Machine-independent ATA drivers
     36  1.10.6.2  nathanw #
     37  1.10.6.2  nathanw include "dev/ata/files.ata"
     38  1.10.6.2  nathanw major	{wd = 16}
     39  1.10.6.2  nathanw 
     40  1.10.6.2  nathanw #
     41  1.10.6.2  nathanw # time of day clock
     42  1.10.6.2  nathanw #
     43  1.10.6.2  nathanw device	todclock
     44  1.10.6.2  nathanw attach	todclock at todservice
     45  1.10.6.2  nathanw file	arch/arm32/dev/todclock.c		todclock	needs-count
     46  1.10.6.2  nathanw 
     47  1.10.6.2  nathanw # ISA DMA glue
     48  1.10.6.2  nathanw file	arch/arm32/isa/isadma_machdep.c		isadma
     49  1.10.6.2  nathanw 
     50  1.10.6.2  nathanw # XXX ISA joystick driver
     51  1.10.6.2  nathanw device	joy
     52  1.10.6.2  nathanw file	arch/arm32/isa/joy.c			joy needs-flag
     53  1.10.6.2  nathanw attach	joy at isa with joy_isa
     54  1.10.6.2  nathanw file	arch/arm32/isa/joy_isa.c		joy_isa
     55  1.10.6.2  nathanw attach	joy at isapnp with joy_isapnp
     56  1.10.6.2  nathanw file	arch/arm32/isa/joy_isapnp.c		joy_isapnp
     57  1.10.6.2  nathanw 
     58  1.10.6.2  nathanw # Memory disk driver
     59  1.10.6.2  nathanw file	arch/arm32/dev/md_hooks.c				md & memory_disk_hooks
     60  1.10.6.2  nathanw major	{md = 18}
     61  1.10.6.2  nathanw 
     62  1.10.6.2  nathanw # RAIDframe
     63  1.10.6.2  nathanw major	{raid = 71}
     64  1.10.6.2  nathanw 
     65  1.10.6.2  nathanw #
     66  1.10.6.2  nathanw # Machine-independent SCSI/ATAPI drivers
     67  1.10.6.2  nathanw #
     68  1.10.6.2  nathanw 
     69  1.10.6.2  nathanw include "dev/scsipi/files.scsipi"
     70  1.10.6.2  nathanw major	{sd = 24}
     71  1.10.6.2  nathanw major	{cd = 26}
     72  1.10.6.2  nathanw 
     73  1.10.6.2  nathanw file	arch/arm/arm32/conf.c
     74  1.10.6.2  nathanw 
     75  1.10.6.2  nathanw # Generic MD files
     76  1.10.6.2  nathanw file	arch/cats/cats/autoconf.c
     77  1.10.6.2  nathanw file	arch/cats/cats/cats_machdep.c
     78  1.10.6.2  nathanw 
     79  1.10.6.2  nathanw # library functions
     80  1.10.6.2  nathanw 
     81  1.10.6.2  nathanw file	arch/arm/arm/disksubr.c			disk
     82  1.10.6.2  nathanw file	arch/arm/arm/disksubr_acorn.c		disk
     83  1.10.6.2  nathanw file	arch/arm/arm/disksubr_mbr.c		disk
     84  1.10.6.2  nathanw 
     85  1.10.6.2  nathanw file	arch/arm/arm32/intr.c
     86  1.10.6.2  nathanw file	arch/arm/arm32/spl.S
     87  1.10.6.2  nathanw 
     88  1.10.6.2  nathanw # ISA Plug 'n Play autoconfiguration glue.
     89  1.10.6.2  nathanw file	arch/arm32/isa/isapnp_machdep.c		isapnp
     90  1.10.6.2  nathanw 
     91  1.10.6.2  nathanw # ISA support.
     92  1.10.6.2  nathanw file	arch/arm32/isa/isa_io.c				isa
     93  1.10.6.2  nathanw file	arch/arm32/isa/isa_io_asm.S			isa
     94  1.10.6.2  nathanw 
     95  1.10.6.2  nathanw # CATS boards have an EBSA285 based core with an ISA bus
     96  1.10.6.2  nathanw file	arch/cats/isa/isa_machdep.c			isa
     97  1.10.6.2  nathanw 
     98  1.10.6.2  nathanw device	sysbeep
     99  1.10.6.2  nathanw attach	sysbeep at pcppi with sysbeep_isa
    100  1.10.6.2  nathanw file	arch/arm32/isa/sysbeep_isa.c			sysbeep_isa
    101  1.10.6.2  nathanw 
    102  1.10.6.2  nathanw device dsrtc: todservice
    103  1.10.6.2  nathanw attach dsrtc at isa
    104  1.10.6.2  nathanw file	arch/arm32/isa/dsrtc.c				dsrtc
    105  1.10.6.2  nathanw # Machine-independent I2O drivers.
    106  1.10.6.2  nathanw include "dev/i2o/files.i2o"
    107  1.10.6.2  nathanw 
    108  1.10.6.2  nathanw # PCI devices
    109  1.10.6.2  nathanw 
    110  1.10.6.2  nathanw #
    111  1.10.6.2  nathanw # Include PCI config
    112  1.10.6.2  nathanw #
    113  1.10.6.2  nathanw include "dev/pci/files.pci"
    114  1.10.6.2  nathanw 
    115  1.10.6.2  nathanw # network devices MII bus
    116  1.10.6.2  nathanw include "dev/mii/files.mii"
    117  1.10.6.2  nathanw 
    118  1.10.6.2  nathanw device	pcib: isabus
    119  1.10.6.2  nathanw attach	pcib at pci
    120  1.10.6.2  nathanw file	arch/arm32/pci/pcib.c			pcib
    121  1.10.6.2  nathanw 
    122  1.10.6.2  nathanw # XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
    123  1.10.6.2  nathanw # XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
    124  1.10.6.2  nathanw # XXX (when the conf/files and files.isa bogons are fixed, this can
    125  1.10.6.2  nathanw # XXX be fixed as well.)
    126  1.10.6.2  nathanw 
    127  1.10.6.2  nathanw attach	lpt at puc with lpt_puc
    128  1.10.6.2  nathanw file	dev/pci/lpt_puc.c	lpt_puc
    129  1.10.6.2  nathanw 
    130  1.10.6.2  nathanw file	arch/arm32/pci/pciide_machdep.c	pciide
    131  1.10.6.2  nathanw 
    132  1.10.6.2  nathanw # Include USB stuff
    133  1.10.6.2  nathanw include "dev/usb/files.usb"
    134  1.10.6.2  nathanw 
    135  1.10.6.2  nathanw # Include WSCONS stuff
    136  1.10.6.2  nathanw include "dev/wscons/files.wscons"
    137  1.10.6.2  nathanw include "dev/rasops/files.rasops"
    138  1.10.6.2  nathanw include "dev/wsfont/files.wsfont"
    139  1.10.6.2  nathanw include "dev/pckbc/files.pckbc"
    140