Home | History | Annotate | Line # | Download | only in conf
files.netwinder revision 1.23
      1  1.23   thorpej #	$NetBSD: files.netwinder,v 1.23 2002/04/10 20:30:30 thorpej Exp $
      2   1.1      matt #
      3   1.1      matt # First try for arm-specific configuration info
      4   1.1      matt #
      5   1.1      matt 
      6   1.1      matt maxpartitions	8
      7   1.1      matt maxusers 2 8 64
      8   1.1      matt 
      9   1.1      matt # COMPAT_OLD_OFW for SHARKs
     10  1.19     lukem defflag	COMPAT_OLD_OFW
     11   1.1      matt 
     12   1.1      matt # Maintain Interrupt statistics
     13  1.19     lukem defflag	IRQSTATS
     14   1.1      matt 
     15   1.1      matt # X server support in console drivers
     16  1.19     lukem defflag	XSERVER
     17   1.1      matt 
     18   1.1      matt # Bootloader options (COMPAT... to be dropped ASAP)
     19  1.19     lukem defflag	COMPAT_OLD_BOOTLOADER
     20   1.1      matt 
     21   1.1      matt define todservice {}
     22   1.1      matt 
     23   1.1      matt #
     24   1.1      matt # ISA and mixed ISA+EISA or ISA+PCI drivers
     25   1.1      matt #
     26   1.1      matt include "dev/isa/files.isa"
     27   1.1      matt 
     28   1.1      matt # Include WSCONS stuff
     29   1.1      matt include "dev/wscons/files.wscons"
     30   1.1      matt include "dev/rasops/files.rasops"
     31   1.1      matt include "dev/wsfont/files.wsfont"
     32   1.1      matt 
     33   1.6     chris # Include arm32 footbridge
     34   1.6     chris include "arch/arm/conf/files.footbridge"
     35   1.6     chris 
     36   1.1      matt #
     37   1.1      matt # Machine-independent ATA drivers
     38   1.1      matt #
     39   1.1      matt include "dev/ata/files.ata"
     40   1.1      matt major	{wd = 16}
     41   1.1      matt 
     42   1.1      matt # ISA DMA glue
     43  1.21   thorpej file	arch/arm/footbridge/isa/isadma_machdep.c isadma
     44   1.1      matt 
     45  1.20  jdolecek # Game adapter (joystick)
     46  1.21   thorpej file	arch/arm/footbridge/isa/joy_timer.c	joy
     47   1.1      matt 
     48   1.1      matt # Memory disk driver
     49  1.21   thorpej file	dev/md_root.c				md & memory_disk_hooks
     50  1.16     lukem major	{md = 18}
     51   1.1      matt 
     52   1.1      matt # RAIDframe
     53   1.1      matt major	{raid = 71}
     54   1.1      matt 
     55   1.1      matt device	todclock
     56   1.1      matt attach	todclock at todservice
     57  1.21   thorpej file	arch/arm/footbridge/todclock.c		todclock	needs-count
     58   1.1      matt 
     59   1.1      matt #
     60   1.1      matt # Machine-independent SCSI drivers
     61   1.1      matt #
     62   1.1      matt 
     63   1.1      matt include "dev/scsipi/files.scsipi"
     64  1.16     lukem major	{sd = 24}
     65  1.16     lukem major	{cd = 26}
     66   1.1      matt 
     67  1.14     chris # Generic MD files
     68   1.8      matt file	arch/netwinder/netwinder/autoconf.c
     69  1.11      matt file	arch/netwinder/netwinder/netwinder_machdep.c
     70   1.1      matt 
     71   1.1      matt file	arch/arm/arm/disksubr.c			disk
     72   1.1      matt file	arch/arm/arm/disksubr_acorn.c		disk
     73   1.1      matt file	arch/arm/arm/disksubr_mbr.c		disk
     74  1.18   thorpej 
     75  1.18   thorpej file	arch/arm/arm32/intr.c
     76  1.18   thorpej file	arch/arm/arm32/spl.S
     77   1.1      matt 
     78  1.15      matt file	arch/arm/arm32/conf.c
     79   1.1      matt 
     80   1.2      matt # ISA support.
     81  1.23   thorpej file	arch/netwinder/isa/isa_machdep.c	isa
     82  1.21   thorpej file	arch/arm/footbridge/isa/isa_io.c	isa
     83  1.21   thorpej file	arch/arm/footbridge/isa/isa_io_asm.S	isa
     84   1.2      matt 
     85   1.2      matt # ISA Plug 'n Play autoconfiguration glue.
     86  1.21   thorpej file	arch/arm/footbridge/isa/isapnp_machdep.c isapnp
     87   1.1      matt 
     88   1.1      matt device	sysbeep
     89   1.1      matt attach	sysbeep at pcppi with sysbeep_isa
     90  1.21   thorpej file	arch/arm/footbridge/isa/sysbeep_isa.c	sysbeep_isa
     91   1.1      matt 
     92   1.1      matt device dsrtc: todservice
     93   1.1      matt attach dsrtc at isa
     94  1.21   thorpej file	arch/arm/footbridge/isa/dsrtc.c		dsrtc
     95   1.1      matt 
     96   1.1      matt # Machine-independent I2O drivers.
     97   1.1      matt include "dev/i2o/files.i2o"
     98   1.1      matt 
     99   1.1      matt # PCI devices
    100   1.1      matt 
    101   1.1      matt #
    102   1.1      matt # Include PCI config
    103   1.1      matt #
    104   1.2      matt file	arch/netwinder/pci/pci_machdep.c	pci
    105   1.2      matt 
    106   1.1      matt include "dev/pci/files.pci"
    107   1.1      matt 
    108   1.1      matt # network devices MII bus
    109   1.1      matt include "dev/mii/files.mii"
    110   1.1      matt 
    111   1.1      matt device	pcib: isabus
    112   1.1      matt attach	pcib at pci
    113   1.2      matt file	arch/netwinder/pci/pcib.c		pcib
    114   1.1      matt 
    115   1.1      matt # XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
    116   1.1      matt # XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
    117   1.1      matt # XXX (when the conf/files and files.isa bogons are fixed, this can
    118   1.1      matt # XXX be fixed as well.)
    119   1.1      matt 
    120   1.2      matt file	arch/netwinder/pci/pciide_machdep.c	pciide
    121   1.1      matt 
    122   1.1      matt include "dev/pckbc/files.pckbc"
    123