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