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