Home | History | Annotate | Line # | Download | only in conf
files.hpcsh revision 1.43
      1  1.43       uwe #	$NetBSD: files.hpcsh,v 1.43 2006/01/03 00:54:56 uwe Exp $
      2   1.1    itojun #
      3  1.36       wiz maxpartitions 8
      4   1.1    itojun 
      5   1.4       uch maxusers 2 16 64
      6   1.1    itojun 
      7  1.15       uch defflag debug_hpcsh.h	BUS_SPACE_DEBUG
      8  1.15       uch 			PFCKBD_DEBUG
      9  1.15       uch 			HD64461VIDEO_DEBUG
     10  1.43       uwe 			HD64461PCMCIA_DEBUG
     11  1.21       uch 
     12  1.21       uch defparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     13  1.15       uch 
     14   1.1    itojun file	arch/hpcsh/hpcsh/machdep.c
     15   1.9       uch file	arch/hpcsh/hpcsh/console.c
     16   1.4       uch file	arch/hpcsh/hpcsh/autoconf.c
     17   1.5       uch file	arch/hpcsh/hpcsh/bus_space.c
     18  1.26       uch #file	arch/hpcsh/hpcsh/bus_dma.c
     19  1.20       uch file	arch/hpcsh/hpcsh/clock_machdep.c
     20  1.15       uch 
     21  1.39       uch file	dev/kloader.c
     22  1.16       uch file	arch/hpcsh/hpcsh/kloader_machdep.c
     23  1.43       uwe defflag debug_kloader.h			KLOADER_DEBUG
     24  1.15       uch defparam opt_kloader_kernel_path.h	KLOADER_KERNEL_PATH
     25  1.15       uch 
     26  1.43       uwe device	mainbus { [id = -1] }
     27   1.8       uch 
     28   1.3       uch #
     29   1.3       uch # H/PC Platform common files.
     30   1.3       uch #
     31   1.3       uch include "arch/hpc/conf/files.hpc"
     32   1.8       uch file	arch/hpc/hpc/disksubr.c			disk
     33   1.6       uch include "dev/hpc/files.bicons"
     34   1.8       uch include "dev/hpc/files.hpckbd"
     35   1.8       uch include "dev/hpc/files.hpcfb"
     36  1.16       uch 
     37  1.18       uch include "arch/hpc/conf/files.debug"
     38  1.16       uch file	arch/hpcsh/hpcsh/debug.c
     39  1.43       uwe 
     40  1.38       uch # power management
     41  1.38       uch include "dev/hpc/apm/files.apm"
     42  1.43       uwe device	hpcapm: apmdevif
     43  1.43       uwe attach	hpcapm at mainbus
     44  1.43       uwe file	dev/hpc/hpcapm.c			hpcapm
     45  1.38       uch 
     46   1.4       uch 
     47   1.4       uch #
     48   1.4       uch # Machine-independent SCSI drivers
     49   1.4       uch #
     50   1.4       uch include "dev/scsipi/files.scsipi"
     51   1.4       uch 
     52   1.4       uch #
     53   1.4       uch # Machine-independent ATA drivers
     54   1.4       uch #
     55   1.4       uch include "dev/ata/files.ata"
     56   1.4       uch 
     57   1.4       uch # Memory Disk for install floppy
     58  1.43       uwe file	dev/md_root.c				memory_disk_hooks
     59   1.4       uch 
     60   1.4       uch #
     61   1.4       uch # System bus types
     62   1.4       uch #
     63   1.4       uch attach	mainbus at root
     64   1.8       uch file	arch/hpcsh/hpcsh/mainbus.c		mainbus
     65   1.4       uch 
     66  1.43       uwe device	cpu
     67  1.43       uwe attach	cpu at mainbus
     68  1.24       uch file	arch/sh3/sh3/cpu.c			cpu
     69  1.24       uch 
     70  1.24       uch include	"arch/sh3/conf/files.shb"
     71  1.31       uwe 
     72  1.34       uwe device	j6x0lcd
     73  1.34       uwe attach	j6x0lcd at shb
     74  1.34       uwe file	arch/hpcsh/dev/j6x0lcd.c		j6x0lcd
     75  1.34       uwe 
     76  1.31       uwe device	j6x0pwr
     77  1.31       uwe attach	j6x0pwr at adc
     78  1.31       uwe file	arch/hpcsh/dev/j6x0pwr.c		j6x0pwr
     79  1.32       uwe 
     80  1.37    tsarna include	"dev/wscons/files.wscons"
     81  1.32       uwe include "dev/hpc/files.hpctp"
     82  1.32       uwe 
     83  1.37    tsarna device	j6x0tp: hpctpanel, wsmousedev, wskbddev
     84  1.32       uwe attach	j6x0tp at adc
     85  1.32       uwe file	arch/hpcsh/dev/j6x0tp.c			j6x0tp
     86  1.43       uwe defflag opt_j6x0tp.h		J6X0TP_DEBUG
     87  1.33       uwe 				J6X0TP_WSMOUSE_EXCLUSIVE
     88  1.33       uwe defparam opt_j6x0tp.h		J6X0TP_SETTINGS_ICON_KEYSYM
     89  1.33       uwe 				J6X0TP_PGUP_ICON_KEYSYM
     90  1.33       uwe 				J6X0TP_PGDN_ICON_KEYSYM
     91  1.33       uwe 				J6X0TP_SWITCH_ICON_KEYSYM
     92   1.8       uch 
     93  1.41  kiyohara device	psh3lcd
     94  1.41  kiyohara attach	psh3lcd at shb
     95  1.41  kiyohara file	arch/hpcsh/dev/psh3lcd.c		psh3lcd
     96  1.41  kiyohara 
     97  1.40  kiyohara device	psh3tp: hpctpanel, wsmousedev
     98  1.40  kiyohara attach	psh3tp at adc
     99  1.40  kiyohara file	arch/hpcsh/dev/psh3tp.c			psh3tp
    100  1.43       uwe defflag opt_psh3tp.h		PSH3TP_DEBUG
    101  1.40  kiyohara 
    102   1.8       uch device	pfckbd: hpckbdif
    103   1.8       uch attach	pfckbd at mainbus
    104   1.8       uch file	arch/hpcsh/dev/pfckbd.c			pfckbd	needs-flag
    105   1.7       uch 
    106   1.7       uch #
    107   1.7       uch # HD64461
    108   1.7       uch #
    109  1.30       uwe device	hd64461if {}
    110   1.7       uch attach	hd64461if at shb
    111  1.23       uch file	arch/hpcsh/dev/hd64461/hd64461.c		hd64461if
    112  1.23       uch file	arch/hpcsh/dev/hd64461/hd64461_machdep.c	hd64461if
    113   1.7       uch 
    114   1.7       uch device	hd64461pcmcia: pcmciabus
    115   1.7       uch attach	hd64461pcmcia at hd64461if
    116   1.7       uch file	arch/hpcsh/dev/hd64461/hd64461pcmcia.c	hd64461pcmcia
    117   1.9       uch 
    118   1.9       uch attach	com at hd64461if with hd64461uart
    119  1.22       uch file	arch/hpcsh/dev/hd64461/hd64461uart.c	hd64461uart	needs-flag
    120  1.12       uch 
    121  1.12       uch device	hd64461video: hpcfbif
    122  1.12       uch attach	hd64461video at hd64461if
    123  1.13       uch file	arch/hpcsh/dev/hd64461/hd64461video.c	hd64461video	needs-flag
    124  1.12       uch file	dev/hpc/video_subr.c			hd64461video
    125   1.4       uch 
    126   1.2       uch #
    127  1.17       uch # HD64465
    128   1.2       uch #
    129  1.30       uwe device	hd64465if {}
    130  1.17       uch attach	hd64465if at shb
    131  1.19       uch file	arch/hpcsh/dev/hd64465/hd64465.c	hd64465if	needs-flag
    132  1.17       uch 
    133  1.17       uch attach	com at hd64465if with hd64465uart
    134  1.22       uch file	arch/hpcsh/dev/hd64465/hd64465uart.c	hd64465uart	needs-flag
    135  1.17       uch 
    136  1.17       uch device	hd64465pcmcia: pcmciabus
    137  1.17       uch attach	hd64465pcmcia at hd64465if
    138  1.17       uch file	arch/hpcsh/dev/hd64465/hd64465pcmcia.c	hd64465pcmcia
    139  1.17       uch 
    140  1.17       uch #attach	ohci at hd64465if with hd64465ohci
    141  1.17       uch #file	arch/hpcsh/dev/hd64465/hd64465ohci.c	hd64465ohci
    142  1.17       uch 
    143  1.26       uch #
    144  1.26       uch # HD64461/HD64465 common
    145  1.26       uch #
    146  1.26       uch file	arch/hpcsh/dev/hd6446x/hd6446x_subr.S	hd64461if | hd64465if
    147  1.26       uch file	arch/hpcsh/dev/hd6446x/hd6446xintc.c	hd64461if | hd64465if
    148  1.26       uch 
    149  1.26       uch #include "dev/usb/files.usb"
    150   1.8       uch 
    151  1.23       uch #
    152  1.23       uch # Machine-independent PCMCIA drivers
    153  1.23       uch #
    154  1.43       uwe device	fdc {drive = -1}	# XXX: required by files.pcmcia
    155  1.27   thorpej include "dev/pcmcia/files.pcmcia"
    156  1.28   gehenna 
    157  1.28   gehenna include "arch/hpcsh/conf/majors.hpcsh"
    158