Home | History | Annotate | Line # | Download | only in conf
files.hpcsh revision 1.9
      1 #	$NetBSD: files.hpcsh,v 1.9 2001/03/15 17:30:55 uch Exp $
      2 #
      3 maxpartitions 8
      4 
      5 maxusers 2 16 64
      6 
      7 file	arch/hpcsh/hpcsh/conf.c
      8 file	arch/hpcsh/hpcsh/machdep.c
      9 file	arch/hpcsh/hpcsh/console.c
     10 file	arch/hpcsh/hpcsh/autoconf.c
     11 file	arch/hpcsh/hpcsh/bus_space.c
     12 file	arch/hpcsh/hpcsh/procfs_machdep.c	procfs
     13 file	arch/hpcsh/hpcsh/debug.c
     14 
     15 define mainbus { }
     16 
     17 #
     18 # H/PC Platform common files.
     19 #
     20 include "arch/hpc/conf/files.hpc"
     21 file	arch/hpc/hpc/disksubr.c			disk
     22 include "dev/hpc/files.bicons"
     23 include "dev/hpc/files.hpckbd"
     24 include "dev/hpc/files.hpcfb"
     25 
     26 #
     27 # Machine-independent SCSI drivers
     28 #
     29 include "dev/scsipi/files.scsipi"
     30 major	{sd = 3}
     31 major	{st = 4}
     32 major	{cd = 5}
     33 
     34 #
     35 # Machine-independent ATA drivers
     36 #
     37 include "dev/ata/files.ata"
     38 major	{wd = 1}
     39 
     40 # Memory Disk for install floppy
     41 file arch/hpcsh/hpcsh/md_root.c			memory_disk_hooks
     42 major	{md = 6}
     43 
     44 #
     45 # System bus types
     46 #
     47 
     48 device	mainbus:  mainbus
     49 attach	mainbus at root
     50 file	arch/hpcsh/hpcsh/mainbus.c		mainbus
     51 
     52 #
     53 # SH3 bus
     54 #
     55 include	"arch/hpcsh/conf/files.shbus"
     56 
     57 device	pfckbd: hpckbdif
     58 attach	pfckbd at mainbus
     59 file	arch/hpcsh/dev/pfckbd.c			pfckbd	needs-flag
     60 
     61 #
     62 # HD64461
     63 #
     64 define	hd64461if {}
     65 device	hd64461if: hd64461if
     66 attach	hd64461if at shb
     67 file	arch/hpcsh/dev/hd64461/hd64461.c	hd64461if needs-flag
     68 
     69 device	hd64461pcmcia: pcmciabus
     70 attach	hd64461pcmcia at hd64461if
     71 file	arch/hpcsh/dev/hd64461/hd64461pcmcia.c	hd64461pcmcia
     72 
     73 attach	com at hd64461if with hd64461uart
     74 file	arch/hpcsh/dev/hd64461/hd64461uart.c	hd64461uart
     75 
     76 # network devices MII bus
     77 include	"dev/mii/files.mii"
     78 
     79 #
     80 # Workstation Console
     81 #
     82 include	"dev/wscons/files.wscons"
     83 
     84