Home | History | Annotate | Line # | Download | only in conf
files.hpcsh revision 1.27.6.2
      1  1.27.6.2  nathanw #	$NetBSD: files.hpcsh,v 1.27.6.2 2002/09/17 21:14:51 nathanw Exp $
      2  1.27.6.2  nathanw #
      3  1.27.6.2  nathanw maxpartitions 8
      4  1.27.6.2  nathanw 
      5  1.27.6.2  nathanw maxusers 2 16 64
      6  1.27.6.2  nathanw 
      7  1.27.6.2  nathanw defflag debug_hpcsh.h	BUS_SPACE_DEBUG
      8  1.27.6.2  nathanw 			PFCKBD_DEBUG
      9  1.27.6.2  nathanw 			HD64461VIDEO_DEBUG
     10  1.27.6.2  nathanw 			HD64461PCMCIA_DEBUG			
     11  1.27.6.2  nathanw 
     12  1.27.6.2  nathanw defparam opt_memsize.h	IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE
     13  1.27.6.2  nathanw 
     14  1.27.6.2  nathanw file	arch/hpcsh/hpcsh/conf.c
     15  1.27.6.2  nathanw file	arch/hpcsh/hpcsh/machdep.c
     16  1.27.6.2  nathanw file	arch/hpcsh/hpcsh/console.c
     17  1.27.6.2  nathanw file	arch/hpcsh/hpcsh/autoconf.c
     18  1.27.6.2  nathanw file	arch/hpcsh/hpcsh/bus_space.c
     19  1.27.6.2  nathanw #file	arch/hpcsh/hpcsh/bus_dma.c
     20  1.27.6.2  nathanw file	arch/hpcsh/hpcsh/clock_machdep.c
     21  1.27.6.2  nathanw 
     22  1.27.6.2  nathanw file	arch/hpc/hpc/kloader.c
     23  1.27.6.2  nathanw file	arch/hpcsh/hpcsh/kloader_machdep.c
     24  1.27.6.2  nathanw defflag	debug_kloader.h			KLOADER_DEBUG
     25  1.27.6.2  nathanw defparam opt_kloader_kernel_path.h	KLOADER_KERNEL_PATH
     26  1.27.6.2  nathanw 
     27  1.27.6.2  nathanw device mainbus { [id = -1] }
     28  1.27.6.2  nathanw 
     29  1.27.6.2  nathanw #
     30  1.27.6.2  nathanw # H/PC Platform common files.
     31  1.27.6.2  nathanw #
     32  1.27.6.2  nathanw include "arch/hpc/conf/files.hpc"
     33  1.27.6.2  nathanw file	arch/hpc/hpc/disksubr.c			disk
     34  1.27.6.2  nathanw include "dev/hpc/files.bicons"
     35  1.27.6.2  nathanw include "dev/hpc/files.hpckbd"
     36  1.27.6.2  nathanw include "dev/hpc/files.hpcfb"
     37  1.27.6.2  nathanw 
     38  1.27.6.2  nathanw include "arch/hpc/conf/files.debug"
     39  1.27.6.2  nathanw file	arch/hpcsh/hpcsh/debug.c
     40  1.27.6.2  nathanw 
     41  1.27.6.2  nathanw #
     42  1.27.6.2  nathanw # Machine-independent SCSI drivers
     43  1.27.6.2  nathanw #
     44  1.27.6.2  nathanw include "dev/scsipi/files.scsipi"
     45  1.27.6.2  nathanw 
     46  1.27.6.2  nathanw #
     47  1.27.6.2  nathanw # Machine-independent ATA drivers
     48  1.27.6.2  nathanw #
     49  1.27.6.2  nathanw include "dev/ata/files.ata"
     50  1.27.6.2  nathanw 
     51  1.27.6.2  nathanw # Memory Disk for install floppy
     52  1.27.6.2  nathanw file dev/md_root.c				memory_disk_hooks
     53  1.27.6.2  nathanw 
     54  1.27.6.2  nathanw #
     55  1.27.6.2  nathanw # System bus types
     56  1.27.6.2  nathanw #
     57  1.27.6.2  nathanw attach	mainbus at root
     58  1.27.6.2  nathanw file	arch/hpcsh/hpcsh/mainbus.c		mainbus
     59  1.27.6.2  nathanw 
     60  1.27.6.2  nathanw device cpu
     61  1.27.6.2  nathanw attach cpu at mainbus
     62  1.27.6.2  nathanw file	arch/sh3/sh3/cpu.c			cpu
     63  1.27.6.2  nathanw 
     64  1.27.6.2  nathanw include	"arch/sh3/conf/files.shb"
     65  1.27.6.2  nathanw 
     66  1.27.6.2  nathanw device	pfckbd: hpckbdif
     67  1.27.6.2  nathanw attach	pfckbd at mainbus
     68  1.27.6.2  nathanw file	arch/hpcsh/dev/pfckbd.c			pfckbd	needs-flag
     69  1.27.6.2  nathanw 
     70  1.27.6.2  nathanw #
     71  1.27.6.2  nathanw # HD64461
     72  1.27.6.2  nathanw #
     73  1.27.6.2  nathanw define	hd64461if {}
     74  1.27.6.2  nathanw device	hd64461if: hd64461if
     75  1.27.6.2  nathanw attach	hd64461if at shb
     76  1.27.6.2  nathanw file	arch/hpcsh/dev/hd64461/hd64461.c		hd64461if
     77  1.27.6.2  nathanw file	arch/hpcsh/dev/hd64461/hd64461_machdep.c	hd64461if
     78  1.27.6.2  nathanw 
     79  1.27.6.2  nathanw device	hd64461pcmcia: pcmciabus
     80  1.27.6.2  nathanw attach	hd64461pcmcia at hd64461if
     81  1.27.6.2  nathanw file	arch/hpcsh/dev/hd64461/hd64461pcmcia.c	hd64461pcmcia
     82  1.27.6.2  nathanw 
     83  1.27.6.2  nathanw attach	com at hd64461if with hd64461uart
     84  1.27.6.2  nathanw file	arch/hpcsh/dev/hd64461/hd64461uart.c	hd64461uart	needs-flag
     85  1.27.6.2  nathanw 
     86  1.27.6.2  nathanw device	hd64461video: hpcfbif
     87  1.27.6.2  nathanw attach	hd64461video at hd64461if
     88  1.27.6.2  nathanw file	arch/hpcsh/dev/hd64461/hd64461video.c	hd64461video	needs-flag
     89  1.27.6.2  nathanw file	dev/hpc/video_subr.c			hd64461video
     90  1.27.6.2  nathanw 
     91  1.27.6.2  nathanw #
     92  1.27.6.2  nathanw # HD64465
     93  1.27.6.2  nathanw #
     94  1.27.6.2  nathanw define	hd64465if {}
     95  1.27.6.2  nathanw device	hd64465if: hd64465if
     96  1.27.6.2  nathanw attach	hd64465if at shb
     97  1.27.6.2  nathanw file	arch/hpcsh/dev/hd64465/hd64465.c	hd64465if	needs-flag
     98  1.27.6.2  nathanw 
     99  1.27.6.2  nathanw attach	com at hd64465if with hd64465uart
    100  1.27.6.2  nathanw file	arch/hpcsh/dev/hd64465/hd64465uart.c	hd64465uart	needs-flag
    101  1.27.6.2  nathanw 
    102  1.27.6.2  nathanw device	hd64465pcmcia: pcmciabus
    103  1.27.6.2  nathanw attach	hd64465pcmcia at hd64465if
    104  1.27.6.2  nathanw file	arch/hpcsh/dev/hd64465/hd64465pcmcia.c	hd64465pcmcia
    105  1.27.6.2  nathanw 
    106  1.27.6.2  nathanw #attach	ohci at hd64465if with hd64465ohci
    107  1.27.6.2  nathanw #file	arch/hpcsh/dev/hd64465/hd64465ohci.c	hd64465ohci
    108  1.27.6.2  nathanw 
    109  1.27.6.2  nathanw #
    110  1.27.6.2  nathanw # HD64461/HD64465 common
    111  1.27.6.2  nathanw #
    112  1.27.6.2  nathanw file	arch/hpcsh/dev/hd6446x/hd6446x_subr.S	hd64461if | hd64465if
    113  1.27.6.2  nathanw file	arch/hpcsh/dev/hd6446x/hd6446xintc.c	hd64461if | hd64465if
    114  1.27.6.2  nathanw 
    115  1.27.6.2  nathanw #include "dev/usb/files.usb"
    116  1.27.6.2  nathanw include	"dev/wscons/files.wscons"
    117  1.27.6.2  nathanw 
    118  1.27.6.2  nathanw #
    119  1.27.6.2  nathanw # Machine-independent PCMCIA drivers
    120  1.27.6.2  nathanw #
    121  1.27.6.2  nathanw device	fdc {drive = -1}	# files.pcmcia requires.
    122  1.27.6.2  nathanw include "dev/pcmcia/files.pcmcia"
    123  1.27.6.2  nathanw 
    124  1.27.6.2  nathanw include "arch/hpcsh/conf/majors.hpcsh"
    125