Home | History | Annotate | Line # | Download | only in conf
files.hpcsh revision 1.45.4.1
      1 #	$NetBSD: files.hpcsh,v 1.45.4.1 2006/04/22 11:37:31 simonb Exp $
      2 #
      3 maxpartitions 8
      4 
      5 maxusers 2 16 64
      6 
      7 defflag debug_hpcsh.h	BUS_SPACE_DEBUG
      8 			PFCKBD_DEBUG
      9 
     10 defparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     11 
     12 file	arch/hpcsh/hpcsh/machdep.c
     13 file	arch/hpcsh/hpcsh/console.c
     14 file	arch/hpcsh/hpcsh/autoconf.c
     15 file	arch/hpcsh/hpcsh/bus_space.c
     16 #file	arch/hpcsh/hpcsh/bus_dma.c
     17 file	arch/hpcsh/hpcsh/clock_machdep.c
     18 
     19 file	dev/kloader.c
     20 file	arch/hpcsh/hpcsh/kloader_machdep.c
     21 defflag debug_kloader.h			KLOADER_DEBUG
     22 defparam opt_kloader_kernel_path.h	KLOADER_KERNEL_PATH
     23 
     24 # power management
     25 include "dev/hpc/files.hpcapm"
     26 
     27 device	mainbus { [id = -1] }: hpcapmif
     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 
     41 #
     42 # Machine-independent SCSI drivers
     43 #
     44 include "dev/scsipi/files.scsipi"
     45 
     46 #
     47 # Machine-independent ATA drivers
     48 #
     49 include "dev/ata/files.ata"
     50 
     51 # Memory Disk for install floppy
     52 file	dev/md_root.c				memory_disk_hooks
     53 
     54 #
     55 # System bus types
     56 #
     57 attach	mainbus at root
     58 file	arch/hpcsh/hpcsh/mainbus.c		mainbus
     59 
     60 device	cpu
     61 attach	cpu at mainbus
     62 file	arch/sh3/sh3/cpu.c			cpu
     63 
     64 include	"arch/sh3/conf/files.shb"
     65 
     66 device	j6x0lcd
     67 attach	j6x0lcd at shb
     68 file	arch/hpcsh/dev/j6x0lcd.c		j6x0lcd
     69 
     70 device	j6x0pwr
     71 attach	j6x0pwr at adc
     72 file	arch/hpcsh/dev/j6x0pwr.c		j6x0pwr
     73 
     74 include	"dev/wscons/files.wscons"
     75 include "dev/hpc/files.hpctp"
     76 
     77 device	j6x0tp: hpctpanel, wsmousedev, wskbddev
     78 attach	j6x0tp at adc
     79 file	arch/hpcsh/dev/j6x0tp.c			j6x0tp
     80 defflag opt_j6x0tp.h		J6X0TP_DEBUG
     81 				J6X0TP_WSMOUSE_EXCLUSIVE
     82 defparam opt_j6x0tp.h		J6X0TP_SETTINGS_ICON_KEYSYM
     83 				J6X0TP_PGUP_ICON_KEYSYM
     84 				J6X0TP_PGDN_ICON_KEYSYM
     85 				J6X0TP_SWITCH_ICON_KEYSYM
     86 
     87 device	psh3lcd
     88 attach	psh3lcd at shb
     89 file	arch/hpcsh/dev/psh3lcd.c		psh3lcd
     90 
     91 device	psh3tp: hpctpanel, wsmousedev
     92 attach	psh3tp at adc
     93 file	arch/hpcsh/dev/psh3tp.c			psh3tp
     94 defflag opt_psh3tp.h		PSH3TP_DEBUG
     95 
     96 device	pfckbd: hpckbdif
     97 attach	pfckbd at mainbus
     98 file	arch/hpcsh/dev/pfckbd.c			pfckbd	needs-flag
     99 
    100 #
    101 # HD64461
    102 #
    103 device	hd64461if {}
    104 attach	hd64461if at shb
    105 file	arch/hpcsh/dev/hd64461/hd64461.c		hd64461if
    106 file	arch/hpcsh/dev/hd64461/hd64461_machdep.c	hd64461if
    107 
    108 device	hd64461pcmcia: pcmciabus
    109 attach	hd64461pcmcia at hd64461if
    110 file	arch/hpcsh/dev/hd64461/hd64461pcmcia.c	hd64461pcmcia
    111 defflag opt_hd64461pcmcia.h	HD64461PCMCIA_DEBUG
    112 				HD64461PCMCIA_REORDER_ATTACH
    113 
    114 attach	com at hd64461if with hd64461uart
    115 file	arch/hpcsh/dev/hd64461/hd64461uart.c	hd64461uart	needs-flag
    116 
    117 device	hd64461video: hpcfbif
    118 attach	hd64461video at hd64461if
    119 file	arch/hpcsh/dev/hd64461/hd64461video.c	hd64461video	needs-flag
    120 file	dev/hpc/video_subr.c			hd64461video
    121 defflag opt_hd64461video.h	HD64461VIDEO_DEBUG
    122 				HD64461VIDEO_HWACCEL
    123 
    124 #
    125 # HD64465
    126 #
    127 device	hd64465if {}
    128 attach	hd64465if at shb
    129 file	arch/hpcsh/dev/hd64465/hd64465.c	hd64465if	needs-flag
    130 
    131 attach	com at hd64465if with hd64465uart
    132 file	arch/hpcsh/dev/hd64465/hd64465uart.c	hd64465uart	needs-flag
    133 
    134 device	hd64465pcmcia: pcmciabus
    135 attach	hd64465pcmcia at hd64465if
    136 file	arch/hpcsh/dev/hd64465/hd64465pcmcia.c	hd64465pcmcia
    137 
    138 #attach	ohci at hd64465if with hd64465ohci
    139 #file	arch/hpcsh/dev/hd64465/hd64465ohci.c	hd64465ohci
    140 
    141 #
    142 # HD64461/HD64465 common
    143 #
    144 file	arch/hpcsh/dev/hd6446x/hd6446x_subr.S	hd64461if | hd64465if
    145 file	arch/hpcsh/dev/hd6446x/hd6446xintc.c	hd64461if | hd64465if
    146 
    147 #include "dev/usb/files.usb"
    148 
    149 #
    150 # Machine-independent PCMCIA drivers
    151 #
    152 device	fdc {drive = -1}	# XXX: required by files.pcmcia
    153 include "dev/pcmcia/files.pcmcia"
    154 
    155 include "arch/hpcsh/conf/majors.hpcsh"
    156