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