Home | History | Annotate | Line # | Download | only in conf
files.hpcsh revision 1.18
      1 #	$NetBSD: files.hpcsh,v 1.18 2002/02/13 16:25:35 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 file	arch/hpcsh/hpcsh/conf.c
     13 file	arch/hpcsh/hpcsh/machdep.c
     14 file	arch/hpcsh/hpcsh/clock.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/procfs_machdep.c	procfs
     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 defflag	opt_interrupt_monitor.h		INTERRUPT_MONITOR
     40 
     41 #
     42 # Machine-independent SCSI drivers
     43 #
     44 include "dev/scsipi/files.scsipi"
     45 major	{sd = 3}
     46 major	{st = 4}
     47 major	{cd = 5}
     48 
     49 #
     50 # Machine-independent ATA drivers
     51 #
     52 include "dev/ata/files.ata"
     53 major	{wd = 1}
     54 
     55 # Memory Disk for install floppy
     56 file dev/md_root.c				memory_disk_hooks
     57 major	{md = 6}
     58 
     59 #
     60 # System bus types
     61 #
     62 attach	mainbus at root
     63 file	arch/hpcsh/hpcsh/mainbus.c		mainbus
     64 
     65 #
     66 # SH3 bus
     67 #
     68 include	"arch/hpcsh/conf/files.shbus"
     69 
     70 device	pfckbd: hpckbdif
     71 attach	pfckbd at mainbus
     72 file	arch/hpcsh/dev/pfckbd.c			pfckbd	needs-flag
     73 
     74 #
     75 # HD64461
     76 #
     77 define	hd64461if {}
     78 device	hd64461if: hd64461if
     79 attach	hd64461if at shb
     80 file	arch/hpcsh/dev/hd64461/hd64461.c	hd64461if
     81 
     82 device	hd64461pcmcia: pcmciabus
     83 attach	hd64461pcmcia at hd64461if
     84 file	arch/hpcsh/dev/hd64461/hd64461pcmcia.c	hd64461pcmcia
     85 
     86 attach	com at hd64461if with hd64461uart
     87 file	arch/hpcsh/dev/hd64461/hd64461uart.c	hd64461uart
     88 
     89 device	hd64461video: hpcfbif
     90 attach	hd64461video at hd64461if
     91 file	arch/hpcsh/dev/hd64461/hd64461video.c	hd64461video	needs-flag
     92 file	dev/hpc/video_subr.c			hd64461video
     93 
     94 #
     95 # HD64465
     96 #
     97 define	hd64465if {}
     98 device	hd64465if: hd64465if
     99 attach	hd64465if at shb
    100 file	arch/hpcsh/dev/hd64465/hd64465.c	hd64465if
    101 
    102 attach	com at hd64465if with hd64465uart
    103 file	arch/hpcsh/dev/hd64465/hd64465uart.c	hd64465uart
    104 
    105 device	hd64465pcmcia: pcmciabus
    106 attach	hd64465pcmcia at hd64465if
    107 file	arch/hpcsh/dev/hd64465/hd64465pcmcia.c	hd64465pcmcia
    108 
    109 #attach	ohci at hd64465if with hd64465ohci
    110 #file	arch/hpcsh/dev/hd64465/hd64465ohci.c	hd64465ohci
    111 
    112 include	"dev/mii/files.mii"
    113 include "dev/usb/files.usb"
    114 include	"dev/wscons/files.wscons"
    115 
    116