Home | History | Annotate | Line # | Download | only in conf
files.sandpoint revision 1.20
      1  1.20  macallan #	$NetBSD: files.sandpoint,v 1.20 2007/04/10 02:53:17 macallan 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/clock.c
     11   1.1    briggs file	arch/sandpoint/sandpoint/disksubr.c		disk
     12   1.1    briggs file	arch/sandpoint/sandpoint/extintr.c
     13   1.1    briggs file	arch/sandpoint/sandpoint/machdep.c
     14  1.15      matt 
     15   1.6    tsubai file	arch/powerpc/powerpc/bus_dma.c
     16  1.16      matt file	arch/powerpc/powerpc/bus_space.c
     17  1.15      matt file	arch/powerpc/powerpc/procfs_machdep.c		procfs
     18   1.1    briggs 
     19   1.1    briggs # General files
     20   1.1    briggs file	dev/cons.c
     21   1.1    briggs 
     22   1.1    briggs #
     23   1.1    briggs # Machine-independent SCSI drivers
     24   1.1    briggs #
     25   1.1    briggs include "dev/scsipi/files.scsipi"
     26   1.1    briggs 
     27   1.1    briggs #
     28   1.1    briggs # Machine-independent ATA drivers
     29   1.1    briggs #
     30   1.1    briggs 
     31   1.1    briggs include "dev/ata/files.ata"
     32   1.1    briggs 
     33   1.1    briggs #
     34   1.1    briggs # Memory Disk for install floppy
     35   1.1    briggs #
     36  1.10     lukem file dev/md_root.c	memory_disk_hooks
     37   1.1    briggs 
     38   1.1    briggs #
     39   1.1    briggs # System bus types
     40   1.1    briggs #
     41   1.1    briggs define mainbus { }
     42   1.1    briggs device	mainbus: isabus, pcibus, mainbus
     43   1.1    briggs attach	mainbus at root
     44   1.8      matt device	cpu
     45   1.8      matt attach	cpu at mainbus
     46   1.8      matt file	arch/sandpoint/sandpoint/mainbus.c	mainbus|cpu needs-flag
     47   1.1    briggs 
     48  1.20  macallan # generic fb driver
     49  1.20  macallan include "dev/wsfb/files.wsfb"
     50  1.20  macallan 
     51   1.1    briggs #
     52   1.1    briggs # PCI-only drivers
     53   1.1    briggs # XXX MUST BE INCLUDED BEFORE files.isa, as long as files.isa attaches
     54   1.1    briggs # XXX devices to 'pci'.
     55   1.1    briggs #
     56   1.1    briggs include "dev/i2o/files.i2o"
     57   1.1    briggs include "dev/pci/files.pci"
     58   1.1    briggs file	arch/sandpoint/pci/pci_machdep.c	pci
     59   1.1    briggs 
     60   1.1    briggs # PCI-Host bridge chipsets
     61   1.1    briggs device	pchb: pcibus
     62   1.1    briggs attach	pchb at pci
     63   1.1    briggs file	arch/sandpoint/pci/pchb.c		pchb
     64   1.1    briggs 
     65   1.1    briggs # PCI-ISA bridges
     66   1.1    briggs device	pcib: isabus
     67   1.1    briggs attach	pcib at pci
     68   1.1    briggs file	arch/sandpoint/pci/pcib.c		pcib
     69   1.1    briggs 
     70   1.1    briggs #
     71   1.1    briggs # ISA and mixed ISA+PCI drivers
     72   1.1    briggs #
     73   1.1    briggs 
     74   1.1    briggs include "dev/isa/files.isa"
     75   1.1    briggs 
     76   1.1    briggs file	arch/sandpoint/isa/isa_machdep.c	isa
     77   1.1    briggs file	arch/sandpoint/isa/isadma_machdep.c	isa
     78   1.1    briggs 
     79   1.1    briggs # PC clock
     80   1.1    briggs file	arch/sandpoint/isa/isaclock.c		isa
     81   1.1    briggs 
     82   1.1    briggs include	"dev/wscons/files.wscons"
     83   1.9    briggs include	"dev/wsfont/files.wsfont"
     84   1.3    briggs 
     85  1.17     bjh21 include "dev/pckbport/files.pckbport"
     86   1.1    briggs 
     87  1.19   gdamore # PC clock
     88  1.19   gdamore device	mcclock: mc146818
     89  1.19   gdamore attach	mcclock at isa with mcclock_isa
     90  1.19   gdamore file	arch/sandpoint/isa/mcclock_isa.c	mcclock_isa
     91  1.19   gdamore 
     92   1.1    briggs # Floppy disk controller
     93   1.2    briggs device	fdc {drive = -1}: isadma
     94   1.2    briggs file	dev/isa/fd.c			fdc needs-flag
     95   1.2    briggs 
     96   1.2    briggs attach	fdc at isa with fdc_isa
     97   1.2    briggs file	dev/isa/fdc_isa.c		fdc_isa
     98   1.1    briggs 
     99   1.2    briggs device	fd: disk
    100   1.2    briggs attach	fd at fdc
    101  1.12   gehenna 
    102  1.12   gehenna include "arch/sandpoint/conf/majors.sandpoint"
    103