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