Home | History | Annotate | Line # | Download | only in conf
files.hpcsh revision 1.6.2.3
      1  1.6.2.3  bouyer #	$NetBSD: files.hpcsh,v 1.6.2.3 2001/03/27 15:30:57 bouyer Exp $
      2  1.6.2.2  bouyer #
      3  1.6.2.2  bouyer maxpartitions 8
      4  1.6.2.2  bouyer 
      5  1.6.2.2  bouyer maxusers 2 16 64
      6  1.6.2.2  bouyer 
      7  1.6.2.2  bouyer file	arch/hpcsh/hpcsh/conf.c
      8  1.6.2.2  bouyer file	arch/hpcsh/hpcsh/machdep.c
      9  1.6.2.3  bouyer file	arch/hpcsh/hpcsh/console.c
     10  1.6.2.2  bouyer file	arch/hpcsh/hpcsh/autoconf.c
     11  1.6.2.2  bouyer file	arch/hpcsh/hpcsh/bus_space.c
     12  1.6.2.2  bouyer file	arch/hpcsh/hpcsh/procfs_machdep.c	procfs
     13  1.6.2.2  bouyer file	arch/hpcsh/hpcsh/debug.c
     14  1.6.2.2  bouyer 
     15  1.6.2.3  bouyer device mainbus { [id = -1] }
     16  1.6.2.2  bouyer 
     17  1.6.2.2  bouyer #
     18  1.6.2.2  bouyer # H/PC Platform common files.
     19  1.6.2.2  bouyer #
     20  1.6.2.2  bouyer include "arch/hpc/conf/files.hpc"
     21  1.6.2.2  bouyer file	arch/hpc/hpc/disksubr.c			disk
     22  1.6.2.2  bouyer include "dev/hpc/files.bicons"
     23  1.6.2.2  bouyer include "dev/hpc/files.hpckbd"
     24  1.6.2.2  bouyer include "dev/hpc/files.hpcfb"
     25  1.6.2.2  bouyer 
     26  1.6.2.2  bouyer #
     27  1.6.2.2  bouyer # Machine-independent SCSI drivers
     28  1.6.2.2  bouyer #
     29  1.6.2.2  bouyer include "dev/scsipi/files.scsipi"
     30  1.6.2.2  bouyer major	{sd = 3}
     31  1.6.2.2  bouyer major	{st = 4}
     32  1.6.2.2  bouyer major	{cd = 5}
     33  1.6.2.2  bouyer 
     34  1.6.2.2  bouyer #
     35  1.6.2.2  bouyer # Machine-independent ATA drivers
     36  1.6.2.2  bouyer #
     37  1.6.2.2  bouyer include "dev/ata/files.ata"
     38  1.6.2.2  bouyer major	{wd = 1}
     39  1.6.2.2  bouyer 
     40  1.6.2.2  bouyer # Memory Disk for install floppy
     41  1.6.2.2  bouyer file arch/hpcsh/hpcsh/md_root.c			memory_disk_hooks
     42  1.6.2.2  bouyer major	{md = 6}
     43  1.6.2.2  bouyer 
     44  1.6.2.2  bouyer #
     45  1.6.2.2  bouyer # System bus types
     46  1.6.2.2  bouyer #
     47  1.6.2.2  bouyer attach	mainbus at root
     48  1.6.2.2  bouyer file	arch/hpcsh/hpcsh/mainbus.c		mainbus
     49  1.6.2.2  bouyer 
     50  1.6.2.2  bouyer #
     51  1.6.2.2  bouyer # SH3 bus
     52  1.6.2.2  bouyer #
     53  1.6.2.2  bouyer include	"arch/hpcsh/conf/files.shbus"
     54  1.6.2.2  bouyer 
     55  1.6.2.2  bouyer device	pfckbd: hpckbdif
     56  1.6.2.2  bouyer attach	pfckbd at mainbus
     57  1.6.2.2  bouyer file	arch/hpcsh/dev/pfckbd.c			pfckbd	needs-flag
     58  1.6.2.2  bouyer 
     59  1.6.2.2  bouyer #
     60  1.6.2.2  bouyer # HD64461
     61  1.6.2.2  bouyer #
     62  1.6.2.2  bouyer define	hd64461if {}
     63  1.6.2.2  bouyer device	hd64461if: hd64461if
     64  1.6.2.2  bouyer attach	hd64461if at shb
     65  1.6.2.3  bouyer file	arch/hpcsh/dev/hd64461/hd64461.c	hd64461if needs-flag
     66  1.6.2.2  bouyer 
     67  1.6.2.2  bouyer device	hd64461pcmcia: pcmciabus
     68  1.6.2.2  bouyer attach	hd64461pcmcia at hd64461if
     69  1.6.2.2  bouyer file	arch/hpcsh/dev/hd64461/hd64461pcmcia.c	hd64461pcmcia
     70  1.6.2.2  bouyer 
     71  1.6.2.3  bouyer attach	com at hd64461if with hd64461uart
     72  1.6.2.3  bouyer file	arch/hpcsh/dev/hd64461/hd64461uart.c	hd64461uart
     73  1.6.2.3  bouyer 
     74  1.6.2.2  bouyer # network devices MII bus
     75  1.6.2.2  bouyer include	"dev/mii/files.mii"
     76  1.6.2.2  bouyer 
     77  1.6.2.2  bouyer #
     78  1.6.2.2  bouyer # Workstation Console
     79  1.6.2.2  bouyer #
     80  1.6.2.2  bouyer include	"dev/wscons/files.wscons"
     81  1.6.2.2  bouyer 
     82