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