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