Home | History | Annotate | Line # | Download | only in conf
files.netwinder revision 1.2.2.3
      1  1.2.2.3  bouyer #	$NetBSD: files.netwinder,v 1.2.2.3 2001/04/23 09:41:55 bouyer Exp $
      2  1.2.2.2  bouyer #
      3  1.2.2.2  bouyer # First try for arm-specific configuration info
      4  1.2.2.2  bouyer #
      5  1.2.2.2  bouyer 
      6  1.2.2.2  bouyer maxpartitions	8
      7  1.2.2.2  bouyer maxusers 2 8 64
      8  1.2.2.2  bouyer 
      9  1.2.2.2  bouyer # COMPAT_OLD_OFW for SHARKs
     10  1.2.2.2  bouyer defopt	COMPAT_OLD_OFW
     11  1.2.2.2  bouyer 
     12  1.2.2.2  bouyer # Maintain Interrupt statistics
     13  1.2.2.2  bouyer defopt	IRQSTATS
     14  1.2.2.2  bouyer 
     15  1.2.2.2  bouyer # PMAP_DEBUG (heavily abused option)
     16  1.2.2.2  bouyer defopt	PMAP_DEBUG
     17  1.2.2.2  bouyer 
     18  1.2.2.2  bouyer # X server support in console drivers
     19  1.2.2.2  bouyer defopt	XSERVER
     20  1.2.2.2  bouyer 
     21  1.2.2.2  bouyer # Bootloader options (COMPAT... to be dropped ASAP)
     22  1.2.2.2  bouyer defopt	COMPAT_OLD_BOOTLOADER
     23  1.2.2.2  bouyer 
     24  1.2.2.2  bouyer # Architectures and core logic
     25  1.2.2.2  bouyer defopt	EBSA285
     26  1.2.2.2  bouyer defopt	FOOTBRIDGE
     27  1.2.2.2  bouyer defopt	NETWINDER
     28  1.2.2.2  bouyer 
     29  1.2.2.2  bouyer define todservice {}
     30  1.2.2.2  bouyer 
     31  1.2.2.2  bouyer #
     32  1.2.2.2  bouyer # ISA and mixed ISA+EISA or ISA+PCI drivers
     33  1.2.2.2  bouyer #
     34  1.2.2.2  bouyer include "dev/isa/files.isa"
     35  1.2.2.2  bouyer 
     36  1.2.2.2  bouyer # Include WSCONS stuff
     37  1.2.2.2  bouyer include "dev/wscons/files.wscons"
     38  1.2.2.2  bouyer include "dev/rasops/files.rasops"
     39  1.2.2.2  bouyer include "dev/wsfont/files.wsfont"
     40  1.2.2.2  bouyer 
     41  1.2.2.2  bouyer #
     42  1.2.2.2  bouyer # Machine-independent ATA drivers
     43  1.2.2.2  bouyer #
     44  1.2.2.2  bouyer include "dev/ata/files.ata"
     45  1.2.2.2  bouyer major	{wd = 16}
     46  1.2.2.2  bouyer 
     47  1.2.2.2  bouyer # ISA DMA glue
     48  1.2.2.2  bouyer file	arch/arm32/isa/isadma_machdep.c		isadma
     49  1.2.2.2  bouyer 
     50  1.2.2.2  bouyer # XXX ISA joystick driver
     51  1.2.2.2  bouyer device	joy
     52  1.2.2.2  bouyer file	arch/arm32/isa/joy.c			joy needs-flag
     53  1.2.2.2  bouyer attach	joy at isa with joy_isa
     54  1.2.2.2  bouyer file	arch/arm32/isa/joy_isa.c		joy_isa
     55  1.2.2.2  bouyer attach	joy at isapnp with joy_isapnp
     56  1.2.2.2  bouyer file	arch/arm32/isa/joy_isapnp.c		joy_isapnp
     57  1.2.2.2  bouyer 
     58  1.2.2.2  bouyer # Memory disk driver
     59  1.2.2.2  bouyer file	arch/arm32/dev/md_hooks.c		md & memory_disk_hooks
     60  1.2.2.2  bouyer major   {md = 18}
     61  1.2.2.2  bouyer 
     62  1.2.2.2  bouyer # RAIDframe
     63  1.2.2.2  bouyer major	{raid = 71}
     64  1.2.2.2  bouyer 
     65  1.2.2.2  bouyer device	todclock
     66  1.2.2.2  bouyer attach	todclock at todservice
     67  1.2.2.2  bouyer file	arch/arm32/dev/todclock.c		todclock	needs-count
     68  1.2.2.2  bouyer 
     69  1.2.2.2  bouyer #
     70  1.2.2.2  bouyer # Machine-independent SCSI drivers
     71  1.2.2.2  bouyer #
     72  1.2.2.2  bouyer 
     73  1.2.2.2  bouyer include "dev/scsipi/files.scsipi"
     74  1.2.2.2  bouyer major   {sd = 24}
     75  1.2.2.2  bouyer major   {cd = 26}
     76  1.2.2.2  bouyer 
     77  1.2.2.2  bouyer # Generic MD files
     78  1.2.2.2  bouyer file	arch/arm32/arm32/autoconf.c
     79  1.2.2.2  bouyer file	arch/arm32/arm32/blockio.S
     80  1.2.2.2  bouyer file	arch/arm32/arm32/bus_dma.c
     81  1.2.2.2  bouyer file	arch/netwinder/netwinder/conf.c
     82  1.2.2.2  bouyer file	arch/arm32/arm32/cpuswitch.S
     83  1.2.2.2  bouyer file	arch/arm32/arm32/stubs.c
     84  1.2.2.2  bouyer file	arch/arm32/arm32/exception.S
     85  1.2.2.2  bouyer file	arch/arm32/arm32/fault.c
     86  1.2.2.2  bouyer file	arch/arm32/arm32/mem.c
     87  1.2.2.2  bouyer file	arch/arm32/arm32/procfs_machdep.c	procfs
     88  1.2.2.2  bouyer file	arch/arm32/arm32/machdep.c
     89  1.2.2.2  bouyer file	arch/arm32/arm32/vm_machdep.c
     90  1.2.2.2  bouyer file	arch/arm32/arm32/fusu.S
     91  1.2.2.2  bouyer file	arch/arm32/arm32/cpufunc.c
     92  1.2.2.2  bouyer file	arch/arm32/arm32/cpufunc_asm.S
     93  1.2.2.2  bouyer file	arch/arm32/arm32/setcpsr.S
     94  1.2.2.2  bouyer file	arch/arm32/arm32/setstack.S
     95  1.2.2.2  bouyer file	arch/arm32/arm32/spl.S
     96  1.2.2.2  bouyer file	arch/arm32/arm32/intr.c
     97  1.2.2.2  bouyer file	arch/arm32/dev/bus_space_notimpl.S
     98  1.2.2.2  bouyer 
     99  1.2.2.2  bouyer # files related to the shell
    100  1.2.2.2  bouyer file	arch/arm32/kshell/kshell_input.c	kshell
    101  1.2.2.2  bouyer file	arch/arm32/kshell/kshell_shell.c	kshell
    102  1.2.2.2  bouyer file	arch/arm32/kshell/kshell_disassem.c	kshell
    103  1.2.2.2  bouyer file	arch/arm32/kshell/kshell_dumphex.c	kshell
    104  1.2.2.2  bouyer file	arch/arm32/kshell/kshell_debug.c	kshell
    105  1.2.2.2  bouyer 
    106  1.2.2.2  bouyer file	arch/arm/arm/disksubr.c			disk
    107  1.2.2.2  bouyer file	arch/arm/arm/disksubr_acorn.c		disk
    108  1.2.2.2  bouyer file	arch/arm/arm/disksubr_mbr.c		disk
    109  1.2.2.2  bouyer 
    110  1.2.2.2  bouyer file	dev/cninit.c				!footbridge
    111  1.2.2.2  bouyer 
    112  1.2.2.2  bouyer # ARM FPE
    113  1.2.2.2  bouyer file	arch/arm32/fpe-arm/armfpe_glue.S	armfpe
    114  1.2.2.2  bouyer file	arch/arm32/fpe-arm/armfpe_init.c	armfpe
    115  1.2.2.2  bouyer file	arch/arm32/fpe-arm/armfpe.s		armfpe
    116  1.2.2.2  bouyer 
    117  1.2.2.2  bouyer # DC21285 "Footbridge" specific files
    118  1.2.2.2  bouyer define	footbridge {}
    119  1.2.2.2  bouyer device	footbridge: pcibus, todservice
    120  1.2.2.2  bouyer attach	footbridge at mainbus
    121  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge.c		footbridge
    122  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge_machdep.c	footbridge
    123  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge_io.c		footbridge
    124  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge_io_asm.S	footbridge
    125  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge_pci.c		footbridge
    126  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge_irq.S		footbridge
    127  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge_irqhandler.c	footbridge
    128  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge_clock.c	footbridge
    129  1.2.2.2  bouyer 
    130  1.2.2.2  bouyer # DC21285 "Footbridge" serial port
    131  1.2.2.2  bouyer device	fcom: tty
    132  1.2.2.2  bouyer attach	fcom at footbridge
    133  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge_com.c		fcom needs-flag
    134  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge_com_io.c	fcom
    135  1.2.2.2  bouyer file	arch/arm32/footbridge/footbridge_com_io_asm.S	fcom
    136  1.2.2.2  bouyer 
    137  1.2.2.2  bouyer # EBSA285/CATS class board
    138  1.2.2.2  bouyer # DC21285 based board with cyclone firmware
    139  1.2.2.2  bouyer file	arch/netwinder/netwinder/netwinder_machdep.c	footbridge & netwinder
    140  1.2.2.2  bouyer 
    141  1.2.2.3  bouyer # ISA support.
    142  1.2.2.2  bouyer file	arch/netwinder/isa/isa_machdep.c		isa & netwinder
    143  1.2.2.3  bouyer file	arch/arm32/isa/isa_io.c				isa
    144  1.2.2.3  bouyer file	arch/arm32/isa/isa_io_asm.S			isa
    145  1.2.2.3  bouyer 
    146  1.2.2.3  bouyer # ISA Plug 'n Play autoconfiguration glue.
    147  1.2.2.3  bouyer file	arch/arm32/isa/isapnp_machdep.c			isapnp
    148  1.2.2.2  bouyer 
    149  1.2.2.2  bouyer device	sysbeep
    150  1.2.2.2  bouyer attach	sysbeep at pcppi with sysbeep_isa
    151  1.2.2.2  bouyer file	arch/arm32/isa/sysbeep_isa.c			sysbeep_isa
    152  1.2.2.2  bouyer 
    153  1.2.2.2  bouyer device dsrtc: todservice
    154  1.2.2.2  bouyer attach dsrtc at isa
    155  1.2.2.2  bouyer file	arch/arm32/isa/dsrtc.c				dsrtc
    156  1.2.2.2  bouyer 
    157  1.2.2.2  bouyer # Machine-independent I2O drivers.
    158  1.2.2.2  bouyer include "dev/i2o/files.i2o"
    159  1.2.2.2  bouyer 
    160  1.2.2.2  bouyer # PCI devices
    161  1.2.2.2  bouyer 
    162  1.2.2.2  bouyer #
    163  1.2.2.2  bouyer # Include PCI config
    164  1.2.2.2  bouyer #
    165  1.2.2.3  bouyer file	arch/netwinder/pci/pci_machdep.c	pci
    166  1.2.2.3  bouyer 
    167  1.2.2.2  bouyer include "dev/pci/files.pci"
    168  1.2.2.2  bouyer 
    169  1.2.2.2  bouyer # network devices MII bus
    170  1.2.2.2  bouyer include "dev/mii/files.mii"
    171  1.2.2.2  bouyer 
    172  1.2.2.2  bouyer device	pcib: isabus
    173  1.2.2.2  bouyer attach	pcib at pci
    174  1.2.2.3  bouyer file	arch/netwinder/pci/pcib.c		pcib
    175  1.2.2.2  bouyer 
    176  1.2.2.2  bouyer # XXX THE FOLLOWING BLOCK SHOULD GO INTO dev/pci/files.pci, BUT CANNOT
    177  1.2.2.2  bouyer # XXX BECAUSE NOT 'lpt' IS DEFINED IN files.isa, RATHER THAN files.
    178  1.2.2.2  bouyer # XXX (when the conf/files and files.isa bogons are fixed, this can
    179  1.2.2.2  bouyer # XXX be fixed as well.)
    180  1.2.2.2  bouyer 
    181  1.2.2.3  bouyer file	arch/netwinder/pci/pciide_machdep.c	pciide
    182  1.2.2.2  bouyer 
    183  1.2.2.2  bouyer include "dev/pckbc/files.pckbc"
    184