1 # $NetBSD: files.hpcsh,v 1.38 2004/07/03 12:49:21 uch Exp $ 2 # 3 maxpartitions 8 4 5 maxusers 2 16 64 6 7 defflag debug_hpcsh.h BUS_SPACE_DEBUG 8 PFCKBD_DEBUG 9 HD64461VIDEO_DEBUG 10 HD64461PCMCIA_DEBUG 11 12 defparam opt_memsize.h IOM_ROM_BEGIN IOM_ROM_SIZE IOM_RAM_BEGIN IOM_RAM_SIZE 13 14 file arch/hpcsh/hpcsh/machdep.c 15 file arch/hpcsh/hpcsh/console.c 16 file arch/hpcsh/hpcsh/autoconf.c 17 file arch/hpcsh/hpcsh/bus_space.c 18 #file arch/hpcsh/hpcsh/bus_dma.c 19 file arch/hpcsh/hpcsh/clock_machdep.c 20 21 file arch/hpc/hpc/kloader.c 22 file arch/hpcsh/hpcsh/kloader_machdep.c 23 defflag debug_kloader.h KLOADER_DEBUG 24 defparam opt_kloader_kernel_path.h KLOADER_KERNEL_PATH 25 26 device mainbus { [id = -1] } 27 28 # 29 # H/PC Platform common files. 30 # 31 include "arch/hpc/conf/files.hpc" 32 file arch/hpc/hpc/disksubr.c disk 33 include "dev/hpc/files.bicons" 34 include "dev/hpc/files.hpckbd" 35 include "dev/hpc/files.hpcfb" 36 37 include "arch/hpc/conf/files.debug" 38 file arch/hpcsh/hpcsh/debug.c 39 # 40 # power management 41 # 42 include "dev/hpc/apm/files.apm" 43 device hpcapm: apmdevif 44 attach hpcapm at mainbus 45 file dev/hpc/hpcapm.c hpcapm 46 47 48 # 49 # Machine-independent SCSI drivers 50 # 51 include "dev/scsipi/files.scsipi" 52 53 # 54 # Machine-independent ATA drivers 55 # 56 include "dev/ata/files.ata" 57 58 # Memory Disk for install floppy 59 file dev/md_root.c memory_disk_hooks 60 61 # 62 # System bus types 63 # 64 attach mainbus at root 65 file arch/hpcsh/hpcsh/mainbus.c mainbus 66 67 device cpu 68 attach cpu at mainbus 69 file arch/sh3/sh3/cpu.c cpu 70 71 include "arch/sh3/conf/files.shb" 72 73 device j6x0lcd 74 attach j6x0lcd at shb 75 file arch/hpcsh/dev/j6x0lcd.c j6x0lcd 76 77 device j6x0pwr 78 attach j6x0pwr at adc 79 file arch/hpcsh/dev/j6x0pwr.c j6x0pwr 80 81 include "dev/wscons/files.wscons" 82 include "dev/hpc/files.hpctp" 83 84 device j6x0tp: hpctpanel, wsmousedev, wskbddev 85 attach j6x0tp at adc 86 file arch/hpcsh/dev/j6x0tp.c j6x0tp 87 defflag opt_j6x0tp.h J6X0TP_DEBUG 88 J6X0TP_WSMOUSE_EXCLUSIVE 89 defparam opt_j6x0tp.h J6X0TP_SETTINGS_ICON_KEYSYM 90 J6X0TP_PGUP_ICON_KEYSYM 91 J6X0TP_PGDN_ICON_KEYSYM 92 J6X0TP_SWITCH_ICON_KEYSYM 93 94 device pfckbd: hpckbdif 95 attach pfckbd at mainbus 96 file arch/hpcsh/dev/pfckbd.c pfckbd needs-flag 97 98 # 99 # HD64461 100 # 101 device hd64461if {} 102 attach hd64461if at shb 103 file arch/hpcsh/dev/hd64461/hd64461.c hd64461if 104 file arch/hpcsh/dev/hd64461/hd64461_machdep.c hd64461if 105 106 device hd64461pcmcia: pcmciabus 107 attach hd64461pcmcia at hd64461if 108 file arch/hpcsh/dev/hd64461/hd64461pcmcia.c hd64461pcmcia 109 110 attach com at hd64461if with hd64461uart 111 file arch/hpcsh/dev/hd64461/hd64461uart.c hd64461uart needs-flag 112 113 device hd64461video: hpcfbif 114 attach hd64461video at hd64461if 115 file arch/hpcsh/dev/hd64461/hd64461video.c hd64461video needs-flag 116 file dev/hpc/video_subr.c hd64461video 117 118 # 119 # HD64465 120 # 121 device hd64465if {} 122 attach hd64465if at shb 123 file arch/hpcsh/dev/hd64465/hd64465.c hd64465if needs-flag 124 125 attach com at hd64465if with hd64465uart 126 file arch/hpcsh/dev/hd64465/hd64465uart.c hd64465uart needs-flag 127 128 device hd64465pcmcia: pcmciabus 129 attach hd64465pcmcia at hd64465if 130 file arch/hpcsh/dev/hd64465/hd64465pcmcia.c hd64465pcmcia 131 132 #attach ohci at hd64465if with hd64465ohci 133 #file arch/hpcsh/dev/hd64465/hd64465ohci.c hd64465ohci 134 135 # 136 # HD64461/HD64465 common 137 # 138 file arch/hpcsh/dev/hd6446x/hd6446x_subr.S hd64461if | hd64465if 139 file arch/hpcsh/dev/hd6446x/hd6446xintc.c hd64461if | hd64465if 140 141 #include "dev/usb/files.usb" 142 143 # 144 # Machine-independent PCMCIA drivers 145 # 146 device fdc {drive = -1} # files.pcmcia requires. 147 include "dev/pcmcia/files.pcmcia" 148 149 include "arch/hpcsh/conf/majors.hpcsh" 150