Home | History | Annotate | Line # | Download | only in conf
files.sandpoint revision 1.9.4.3
      1  1.9.4.3  nathanw #	$NetBSD: files.sandpoint,v 1.9.4.3 2002/06/20 03:40:44 nathanw Exp $
      2  1.9.4.2  nathanw #
      3  1.9.4.2  nathanw # Motorola's "SandPoint" evaluation board's specific configuration info
      4  1.9.4.2  nathanw #
      5  1.9.4.2  nathanw maxpartitions 16
      6  1.9.4.2  nathanw 
      7  1.9.4.2  nathanw maxusers 2 8 64
      8  1.9.4.2  nathanw 
      9  1.9.4.2  nathanw file	arch/sandpoint/sandpoint/autoconf.c
     10  1.9.4.2  nathanw file	arch/sandpoint/sandpoint/bus_space.c
     11  1.9.4.2  nathanw file	arch/sandpoint/sandpoint/clock.c
     12  1.9.4.2  nathanw file	arch/sandpoint/sandpoint/conf.c
     13  1.9.4.2  nathanw file	arch/sandpoint/sandpoint/disksubr.c		disk
     14  1.9.4.2  nathanw file	arch/sandpoint/sandpoint/extintr.c
     15  1.9.4.2  nathanw file	arch/sandpoint/sandpoint/machdep.c
     16  1.9.4.2  nathanw file	arch/sandpoint/sandpoint/procfs_machdep.c	procfs
     17  1.9.4.2  nathanw file	arch/powerpc/powerpc/bus_dma.c
     18  1.9.4.2  nathanw 
     19  1.9.4.2  nathanw # General files
     20  1.9.4.2  nathanw file	dev/cons.c
     21  1.9.4.2  nathanw 
     22  1.9.4.2  nathanw #
     23  1.9.4.2  nathanw # Machine-independent SCSI drivers
     24  1.9.4.2  nathanw #
     25  1.9.4.2  nathanw include "dev/scsipi/files.scsipi"
     26  1.9.4.2  nathanw major	{sd = 4}
     27  1.9.4.2  nathanw major	{cd = 6}
     28  1.9.4.2  nathanw 
     29  1.9.4.2  nathanw #
     30  1.9.4.2  nathanw # Machine-independent ATA drivers
     31  1.9.4.2  nathanw #
     32  1.9.4.2  nathanw 
     33  1.9.4.2  nathanw include "dev/ata/files.ata"
     34  1.9.4.2  nathanw major	{wd = 0}
     35  1.9.4.2  nathanw 
     36  1.9.4.2  nathanw #
     37  1.9.4.2  nathanw # Memory Disk for install floppy
     38  1.9.4.2  nathanw #
     39  1.9.4.2  nathanw file dev/md_root.c	memory_disk_hooks
     40  1.9.4.2  nathanw major	{md = 17}
     41  1.9.4.2  nathanw 
     42  1.9.4.2  nathanw #
     43  1.9.4.2  nathanw # Compatibility modules
     44  1.9.4.2  nathanw #
     45  1.9.4.2  nathanw 
     46  1.9.4.2  nathanw # OSS audio driver compatibility
     47  1.9.4.2  nathanw include "compat/ossaudio/files.ossaudio"
     48  1.9.4.2  nathanw 
     49  1.9.4.2  nathanw # Linux binary compatibility (COMPAT_LINUX)
     50  1.9.4.2  nathanw include "compat/linux/files.linux"
     51  1.9.4.2  nathanw include "compat/linux/arch/powerpc/files.linux_powerpc"
     52  1.9.4.2  nathanw file arch/powerpc/powerpc/linux_sigcode.S	compat_linux
     53  1.9.4.2  nathanw file arch/powerpc/powerpc/linux_trap.c		compat_linux
     54  1.9.4.2  nathanw 
     55  1.9.4.2  nathanw #
     56  1.9.4.2  nathanw # RAIDframe
     57  1.9.4.2  nathanw #
     58  1.9.4.2  nathanw major	{raid = 18}
     59  1.9.4.2  nathanw 
     60  1.9.4.2  nathanw #
     61  1.9.4.2  nathanw # System bus types
     62  1.9.4.2  nathanw #
     63  1.9.4.2  nathanw define mainbus { }
     64  1.9.4.2  nathanw device	mainbus: isabus, pcibus, mainbus
     65  1.9.4.2  nathanw attach	mainbus at root
     66  1.9.4.2  nathanw device	cpu
     67  1.9.4.2  nathanw attach	cpu at mainbus
     68  1.9.4.2  nathanw file	arch/sandpoint/sandpoint/mainbus.c	mainbus|cpu needs-flag
     69  1.9.4.2  nathanw 
     70  1.9.4.2  nathanw #
     71  1.9.4.2  nathanw # PCI-only drivers
     72  1.9.4.2  nathanw # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
     73  1.9.4.2  nathanw # XXX devices to 'pci'.
     74  1.9.4.2  nathanw #
     75  1.9.4.2  nathanw include "dev/i2o/files.i2o"
     76  1.9.4.2  nathanw include "dev/pci/files.pci"
     77  1.9.4.2  nathanw file	arch/sandpoint/pci/pci_machdep.c	pci
     78  1.9.4.2  nathanw 
     79  1.9.4.2  nathanw # PCI-Host bridge chipsets
     80  1.9.4.2  nathanw device	pchb: pcibus
     81  1.9.4.2  nathanw attach	pchb at pci
     82  1.9.4.2  nathanw file	arch/sandpoint/pci/pchb.c		pchb
     83  1.9.4.2  nathanw 
     84  1.9.4.2  nathanw # PCI-ISA bridges
     85  1.9.4.2  nathanw device	pcib: isabus
     86  1.9.4.2  nathanw attach	pcib at pci
     87  1.9.4.2  nathanw file	arch/sandpoint/pci/pcib.c		pcib
     88  1.9.4.2  nathanw 
     89  1.9.4.2  nathanw #
     90  1.9.4.2  nathanw # ISA and mixed ISA+PCI drivers
     91  1.9.4.2  nathanw #
     92  1.9.4.2  nathanw 
     93  1.9.4.2  nathanw include "dev/isa/files.isa"
     94  1.9.4.2  nathanw major	{mcd = 7}
     95  1.9.4.2  nathanw #major	{scd = 15}
     96  1.9.4.2  nathanw 
     97  1.9.4.2  nathanw file	arch/sandpoint/isa/isa_machdep.c	isa
     98  1.9.4.2  nathanw file	arch/sandpoint/isa/isadma_machdep.c	isa
     99  1.9.4.2  nathanw 
    100  1.9.4.2  nathanw # PC clock
    101  1.9.4.2  nathanw file	arch/sandpoint/isa/isaclock.c		isa
    102  1.9.4.2  nathanw 
    103  1.9.4.2  nathanw include	"dev/wscons/files.wscons"
    104  1.9.4.2  nathanw include	"dev/wsfont/files.wsfont"
    105  1.9.4.2  nathanw 
    106  1.9.4.2  nathanw include "dev/pckbc/files.pckbc"
    107  1.9.4.2  nathanw 
    108  1.9.4.2  nathanw # Floppy disk controller
    109  1.9.4.2  nathanw device	fdc {drive = -1}: isadma
    110  1.9.4.2  nathanw file	dev/isa/fd.c			fdc needs-flag
    111  1.9.4.2  nathanw 
    112  1.9.4.2  nathanw attach	fdc at isa with fdc_isa
    113  1.9.4.2  nathanw file	dev/isa/fdc_isa.c		fdc_isa
    114  1.9.4.2  nathanw 
    115  1.9.4.2  nathanw device	fd: disk
    116  1.9.4.2  nathanw attach	fd at fdc
    117  1.9.4.2  nathanw major	{fd = 2}
    118