Home | History | Annotate | Line # | Download | only in conf
files.hpcsh revision 1.29
      1  1.29  jdolecek #	$NetBSD: files.hpcsh,v 1.29 2002/10/26 13:50:29 jdolecek Exp $
      2   1.1    itojun #
      3   1.4       uch 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.15       uch 			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.16       uch file	arch/hpc/hpc/kloader.c
     22  1.16       uch file	arch/hpcsh/hpcsh/kloader_machdep.c
     23  1.16       uch 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.10       uch 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.4       uch 
     40   1.4       uch #
     41   1.4       uch # Machine-independent SCSI drivers
     42   1.4       uch #
     43   1.4       uch include "dev/scsipi/files.scsipi"
     44   1.4       uch 
     45   1.4       uch #
     46   1.4       uch # Machine-independent ATA drivers
     47   1.4       uch #
     48   1.4       uch include "dev/ata/files.ata"
     49   1.4       uch 
     50   1.4       uch # Memory Disk for install floppy
     51  1.14       uch file dev/md_root.c				memory_disk_hooks
     52   1.4       uch 
     53   1.4       uch #
     54   1.4       uch # System bus types
     55   1.4       uch #
     56   1.4       uch attach	mainbus at root
     57   1.8       uch file	arch/hpcsh/hpcsh/mainbus.c		mainbus
     58   1.4       uch 
     59  1.24       uch device cpu
     60  1.24       uch attach cpu at mainbus
     61  1.24       uch file	arch/sh3/sh3/cpu.c			cpu
     62  1.24       uch 
     63  1.24       uch include	"arch/sh3/conf/files.shb"
     64   1.8       uch 
     65   1.8       uch device	pfckbd: hpckbdif
     66   1.8       uch attach	pfckbd at mainbus
     67   1.8       uch file	arch/hpcsh/dev/pfckbd.c			pfckbd	needs-flag
     68   1.7       uch 
     69   1.7       uch #
     70   1.7       uch # HD64461
     71   1.7       uch #
     72   1.7       uch define	hd64461if {}
     73   1.7       uch device	hd64461if: hd64461if
     74   1.7       uch attach	hd64461if at shb
     75  1.23       uch file	arch/hpcsh/dev/hd64461/hd64461.c		hd64461if
     76  1.23       uch file	arch/hpcsh/dev/hd64461/hd64461_machdep.c	hd64461if
     77   1.7       uch 
     78   1.7       uch device	hd64461pcmcia: pcmciabus
     79   1.7       uch attach	hd64461pcmcia at hd64461if
     80   1.7       uch file	arch/hpcsh/dev/hd64461/hd64461pcmcia.c	hd64461pcmcia
     81   1.9       uch 
     82   1.9       uch attach	com at hd64461if with hd64461uart
     83  1.22       uch file	arch/hpcsh/dev/hd64461/hd64461uart.c	hd64461uart	needs-flag
     84  1.12       uch 
     85  1.12       uch device	hd64461video: hpcfbif
     86  1.12       uch attach	hd64461video at hd64461if
     87  1.13       uch file	arch/hpcsh/dev/hd64461/hd64461video.c	hd64461video	needs-flag
     88  1.12       uch file	dev/hpc/video_subr.c			hd64461video
     89   1.4       uch 
     90   1.2       uch #
     91  1.17       uch # HD64465
     92   1.2       uch #
     93  1.17       uch define	hd64465if {}
     94  1.17       uch device	hd64465if: hd64465if
     95  1.17       uch attach	hd64465if at shb
     96  1.19       uch file	arch/hpcsh/dev/hd64465/hd64465.c	hd64465if	needs-flag
     97  1.17       uch 
     98  1.17       uch attach	com at hd64465if with hd64465uart
     99  1.22       uch file	arch/hpcsh/dev/hd64465/hd64465uart.c	hd64465uart	needs-flag
    100  1.17       uch 
    101  1.17       uch device	hd64465pcmcia: pcmciabus
    102  1.17       uch attach	hd64465pcmcia at hd64465if
    103  1.17       uch file	arch/hpcsh/dev/hd64465/hd64465pcmcia.c	hd64465pcmcia
    104  1.17       uch 
    105  1.17       uch #attach	ohci at hd64465if with hd64465ohci
    106  1.17       uch #file	arch/hpcsh/dev/hd64465/hd64465ohci.c	hd64465ohci
    107  1.17       uch 
    108  1.26       uch #
    109  1.26       uch # HD64461/HD64465 common
    110  1.26       uch #
    111  1.26       uch file	arch/hpcsh/dev/hd6446x/hd6446x_subr.S	hd64461if | hd64465if
    112  1.26       uch file	arch/hpcsh/dev/hd6446x/hd6446xintc.c	hd64461if | hd64465if
    113  1.26       uch 
    114  1.26       uch #include "dev/usb/files.usb"
    115   1.8       uch include	"dev/wscons/files.wscons"
    116   1.8       uch 
    117  1.23       uch #
    118  1.23       uch # Machine-independent PCMCIA drivers
    119  1.23       uch #
    120  1.23       uch device	fdc {drive = -1}	# files.pcmcia requires.
    121  1.27   thorpej include "dev/pcmcia/files.pcmcia"
    122  1.28   gehenna 
    123  1.28   gehenna include "arch/hpcsh/conf/majors.hpcsh"
    124