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