Home | History | Annotate | Line # | Download | only in conf
files.hpcsh revision 1.30
      1 #	$NetBSD: files.hpcsh,v 1.30 2003/09/26 00:52:33 uwe 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/machdep.c
     15 file	arch/hpcsh/hpcsh/console.c
     16 file	arch/hpcsh/hpcsh/autoconf.c
     17 file	arch/hpcsh/hpcsh/bus_space.c
     18 #file	arch/hpcsh/hpcsh/bus_dma.c
     19 file	arch/hpcsh/hpcsh/clock_machdep.c
     20 
     21 file	arch/hpc/hpc/kloader.c
     22 file	arch/hpcsh/hpcsh/kloader_machdep.c
     23 defflag	debug_kloader.h			KLOADER_DEBUG
     24 defparam opt_kloader_kernel_path.h	KLOADER_KERNEL_PATH
     25 
     26 device mainbus { [id = -1] }
     27 
     28 #
     29 # H/PC Platform common files.
     30 #
     31 include "arch/hpc/conf/files.hpc"
     32 file	arch/hpc/hpc/disksubr.c			disk
     33 include "dev/hpc/files.bicons"
     34 include "dev/hpc/files.hpckbd"
     35 include "dev/hpc/files.hpcfb"
     36 
     37 include "arch/hpc/conf/files.debug"
     38 file	arch/hpcsh/hpcsh/debug.c
     39 
     40 #
     41 # Machine-independent SCSI drivers
     42 #
     43 include "dev/scsipi/files.scsipi"
     44 
     45 #
     46 # Machine-independent ATA drivers
     47 #
     48 include "dev/ata/files.ata"
     49 
     50 # Memory Disk for install floppy
     51 file dev/md_root.c				memory_disk_hooks
     52 
     53 #
     54 # System bus types
     55 #
     56 attach	mainbus at root
     57 file	arch/hpcsh/hpcsh/mainbus.c		mainbus
     58 
     59 device cpu
     60 attach cpu at mainbus
     61 file	arch/sh3/sh3/cpu.c			cpu
     62 
     63 include	"arch/sh3/conf/files.shb"
     64 
     65 device	pfckbd: hpckbdif
     66 attach	pfckbd at mainbus
     67 file	arch/hpcsh/dev/pfckbd.c			pfckbd	needs-flag
     68 
     69 #
     70 # HD64461
     71 #
     72 device	hd64461if {}
     73 attach	hd64461if at shb
     74 file	arch/hpcsh/dev/hd64461/hd64461.c		hd64461if
     75 file	arch/hpcsh/dev/hd64461/hd64461_machdep.c	hd64461if
     76 
     77 device	hd64461pcmcia: pcmciabus
     78 attach	hd64461pcmcia at hd64461if
     79 file	arch/hpcsh/dev/hd64461/hd64461pcmcia.c	hd64461pcmcia
     80 
     81 attach	com at hd64461if with hd64461uart
     82 file	arch/hpcsh/dev/hd64461/hd64461uart.c	hd64461uart	needs-flag
     83 
     84 device	hd64461video: hpcfbif
     85 attach	hd64461video at hd64461if
     86 file	arch/hpcsh/dev/hd64461/hd64461video.c	hd64461video	needs-flag
     87 file	dev/hpc/video_subr.c			hd64461video
     88 
     89 #
     90 # HD64465
     91 #
     92 device	hd64465if {}
     93 attach	hd64465if at shb
     94 file	arch/hpcsh/dev/hd64465/hd64465.c	hd64465if	needs-flag
     95 
     96 attach	com at hd64465if with hd64465uart
     97 file	arch/hpcsh/dev/hd64465/hd64465uart.c	hd64465uart	needs-flag
     98 
     99 device	hd64465pcmcia: pcmciabus
    100 attach	hd64465pcmcia at hd64465if
    101 file	arch/hpcsh/dev/hd64465/hd64465pcmcia.c	hd64465pcmcia
    102 
    103 #attach	ohci at hd64465if with hd64465ohci
    104 #file	arch/hpcsh/dev/hd64465/hd64465ohci.c	hd64465ohci
    105 
    106 #
    107 # HD64461/HD64465 common
    108 #
    109 file	arch/hpcsh/dev/hd6446x/hd6446x_subr.S	hd64461if | hd64465if
    110 file	arch/hpcsh/dev/hd6446x/hd6446xintc.c	hd64461if | hd64465if
    111 
    112 #include "dev/usb/files.usb"
    113 include	"dev/wscons/files.wscons"
    114 
    115 #
    116 # Machine-independent PCMCIA drivers
    117 #
    118 device	fdc {drive = -1}	# files.pcmcia requires.
    119 include "dev/pcmcia/files.pcmcia"
    120 
    121 include "arch/hpcsh/conf/majors.hpcsh"
    122