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