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