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