Home | History | Annotate | Line # | Download | only in conf
files.hpcsh revision 1.6
      1 #	$NetBSD: files.hpcsh,v 1.6 2001/02/09 19:54:11 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/autoconf.c
     10 file	arch/hpcsh/hpcsh/bus_space.c
     11 file	arch/hpcsh/hpcsh/procfs_machdep.c	procfs
     12 
     13 #
     14 # H/PC Platform common files.
     15 #
     16 include "arch/hpc/conf/files.hpc"
     17 include "dev/hpc/files.bicons"
     18 
     19 #
     20 # Machine-independent SCSI drivers
     21 #
     22 
     23 include "dev/scsipi/files.scsipi"
     24 major	{sd = 3}
     25 major	{st = 4}
     26 major	{cd = 5}
     27 
     28 #
     29 # Machine-independent ATA drivers
     30 #
     31 
     32 include "dev/ata/files.ata"
     33 major	{wd = 1}
     34 
     35 # Memory Disk for install floppy
     36 file arch/hpcsh/hpcsh/md_root.c			memory_disk_hooks
     37 major	{md = 6}
     38 
     39 #
     40 # System bus types
     41 #
     42 
     43 define mainbus { }
     44 device	mainbus:  mainbus
     45 attach	mainbus at root
     46 file	arch/hpcsh/hpcsh/mainbus.c	mainbus
     47 
     48 include "arch/hpcsh/conf/files.shbus"
     49 
     50 # network devices MII bus
     51 include "dev/mii/files.mii"
     52 
     53 # Raster operations
     54 include "dev/rasops/files.rasops"
     55 include "dev/wsfont/files.wsfont"
     56 
     57 #
     58 # Workstation Console
     59 #
     60 include "dev/wscons/files.wscons"
     61