Home | History | Annotate | Line # | Download | only in conf
files.hpcsh revision 1.4
      1 #	$NetBSD: files.hpcsh,v 1.4 2001/02/06 16:45:21 uch Exp $
      2 #
      3 # new style config file for sh3 architecture
      4 #
      5 # maxpartitions must be first item in files.${ARCH}.newconf
      6 maxpartitions 8
      7 
      8 maxusers 2 16 64
      9 
     10 file	arch/hpcsh/hpcsh/conf.c
     11 file	arch/hpcsh/hpcsh/machdep.c
     12 file	arch/hpcsh/hpcsh/autoconf.c
     13 file	arch/hpcsh/hpcsh/procfs_machdep.c	procfs
     14 
     15 #
     16 # H/PC Platform common files.
     17 #
     18 include "arch/hpc/conf/files.hpc"
     19 
     20 #
     21 # Machine-independent SCSI drivers
     22 #
     23 
     24 include "dev/scsipi/files.scsipi"
     25 major	{sd = 4}
     26 major	{st = 5}
     27 major	{cd = 6}
     28 
     29 #
     30 # Machine-independent ATA drivers
     31 #
     32 
     33 include "dev/ata/files.ata"
     34 major	{wd = 0}
     35 
     36 # Memory Disk for install floppy
     37 file arch/hpcsh/hpcsh/md_root.c			memory_disk_hooks
     38 major	{md = 17}
     39 
     40 #
     41 # System bus types
     42 #
     43 
     44 define mainbus { }
     45 device	mainbus:  mainbus
     46 attach	mainbus at root
     47 file	arch/hpcsh/hpcsh/mainbus.c	mainbus
     48 
     49 include "arch/hpcsh/conf/files.shbus"
     50 
     51 # network devices MII bus
     52 include "dev/mii/files.mii"
     53 
     54 # Raster operations
     55 include "dev/rasops/files.rasops"
     56 include "dev/wsfont/files.wsfont"
     57 
     58 #
     59 # Workstation Console
     60 #
     61 include "dev/wscons/files.wscons"
     62 
     63 
     64 defopt	opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     65 defopt  opt_led_addr.h	LED_ADDR
     66 defopt	opt_initbsc.h	BSC_BCR1_VAL BSC_BCR2_VAL BSC_WCR1_VAL BSC_WCR2_VAL
     67 			BSC_WCR3_VAL BSC_MCR_VAL BSC_SDMR2_VAL BSC_SDMR3_VAL
     68 			BSC_RTCSR_VAL BSC_RTCNT_VAL BSC_RTCOR_VAL BSC_RFCR_VAL
     69 			BSC_PCR_VAL FRQCR_VAL PFC_SCPCR_VAL
     70