files.amiga revision 1.75
1# $NetBSD: files.amiga,v 1.75 1998/08/10 18:53:31 is Exp $ 2 3# maxpartitions must be first item in files.${ARCH}.newconf 4maxpartitions 16 # NOTE THAT AMIGA IS SPECIAL! 5 6maxusers 2 8 64 7 8device mainbus {} 9attach mainbus at root 10 11device cpu 12attach cpu at mainbus 13 14# zorro expansion bus. 15device zbus {} 16attach zbus at mainbus 17file arch/amiga/dev/zbus.c zbus 18 19define event {} 20file arch/amiga/dev/event.c event 21 22device clock 23attach clock at mainbus 24file arch/amiga/dev/clock.c 25file dev/clock_subr.c 26 27# A2000 internal hwc 28device a2kbbc 29attach a2kbbc at mainbus 30file arch/amiga/dev/a2kbbc.c a2kbbc 31 32# A3000/4000 internal hwc 33device a34kbbc 34attach a34kbbc at mainbus 35file arch/amiga/dev/a34kbbc.c a34kbbc 36 37# keyboard 38device kbd: event 39attach kbd at mainbus 40file arch/amiga/dev/kbd.c kbd needs-flag 41 42# serial port 43device ser: tty 44attach ser at mainbus 45file arch/amiga/dev/ser.c ser needs-count 46 47# parallel port 48device par 49attach par at mainbus 50file arch/amiga/dev/par.c par needs-count 51 52# audio 53device aucc: audio 54attach aucc at mainbus 55file arch/amiga/dev/aucc.c aucc needs-flag 56 57device melody: audio, tms320av110 58attach melody at zbus 59file arch/amiga/dev/melody.c melody 60 61# mouse 62device ms: event 63attach ms at mainbus 64file arch/amiga/dev/ms.c ms needs-flag 65 66# floppy 67device fdc { unit = -1 } 68attach fdc at mainbus 69 70device fd: disk 71attach fd at fdc 72file arch/amiga/dev/fd.c fd needs-flag 73major {fd = 2} 74 75# graphic devices 76define grfbus {} 77 78device grf {} 79attach grf at grfbus 80file arch/amiga/dev/grf.c grf needs-count 81 82device ite: tty 83attach ite at grf 84file arch/amiga/dev/ite.c ite needs-flag 85file arch/amiga/dev/kbdmap.c ite 86file arch/amiga/dev/kf_8x8.c ite 87file arch/amiga/dev/kf_8x11.c kfont_8x11 88file arch/amiga/dev/kf_custom.c kfont_custom 89 90# custom chips grf (ite0 grf0) 91device grfcc: grfbus 92attach grfcc at mainbus 93file arch/amiga/dev/grf_cc.c grfcc needs-flag 94file arch/amiga/dev/ite_cc.c grfcc & ite 95 96pseudo-device view 97file arch/amiga/dev/view.c view | grfcc needs-count 98file arch/amiga/dev/grfabs.c grfcc | view 99file arch/amiga/dev/grfabs_cc.c grfcc | view 100file arch/amiga/dev/grfabs_ccglb.c grfcc | view 101 102# retina ZII grf (ite1 grf1) 103device grfrt: grfbus 104attach grfrt at zbus 105file arch/amiga/dev/grf_rt.c grfrt needs-flag 106file arch/amiga/dev/ite_rt.c grfrt & ite 107 108# retina ZIII grf (ite2 grf2) 109device grfrh: grfbus 110attach grfrh at zbus 111file arch/amiga/dev/grf_rh.c grfrh needs-flag 112file arch/amiga/dev/ite_rh.c grfrh & ite 113 114# cirrus grf (ite3 grf3) 115device grfcl: grfbus 116attach grfcl at zbus 117file arch/amiga/dev/grf_cl.c grfcl needs-flag 118file arch/amiga/dev/ite_cl.c grfcl & ite 119 120# A2410 grf (ite4 grf4) 121device grful: grfbus 122attach grful at zbus 123file arch/amiga/dev/grf_ul.c grful needs-flag 124file arch/amiga/dev/ite_ul.c grful & ite 125file arch/amiga/dev/grf_ultms.g grful 126 127# CyberVison 64 grf (ite5 grf5) 128device grfcv: grfbus 129attach grfcv at zbus 130file arch/amiga/dev/grf_cv.c grfcv needs-flag 131file arch/amiga/dev/ite_cv.c grfcv & ite 132 133# Tseng grf (ite6 grf6) 134device grfet: grfbus 135attach grfet at zbus 136file arch/amiga/dev/grf_et.c grfet needs-flag 137file arch/amiga/dev/ite_et.c grfet & ite 138 139# CyberVison 64/3D grf (ite7 grf7) 140device grfcv3d: grfbus 141attach grfcv3d at zbus 142file arch/amiga/dev/grf_cv3d.c grfcv3d needs-flag 143file arch/amiga/dev/ite_cv3d.c grfcv3d & ite 144 145# device defined in sys/conf/files 146# A2065, Ameristar, Ariadne ethernet cards 147attach le at zbus with le_zbus: le24 148file arch/amiga/dev/if_le.c le_zbus needs-flag 149 150# Hydra ethernet card 151device ed: ifnet, ether, arp 152attach ed at zbus with ed_zbus 153file arch/amiga/dev/if_ed.c ed_zbus needs-flag 154 155# C=/Ameristar A2060 / 560 156device bah: ifnet, arc, arp 157attach bah at zbus with bah_zbus 158file arch/amiga/dev/if_bah.c bah_zbus needs-flag 159 160# CEI A4066 EthernetPLUS 161device es: ifnet, ether, arp 162attach es at zbus 163file arch/amiga/dev/if_es.c es needs-flag 164 165# Quicknet ethernet card 166device qn: ifnet, ether, arp 167attach qn at zbus 168file arch/amiga/dev/if_qn.c qn needs-flag 169 170# A2232 msc serial ports 171device msc: tty 172attach msc at zbus 173file arch/amiga/dev/msc.c msc needs-count 174 175# bsc/Alf Data MultiFaceCard 176device mfc { unit = -1 } 177attach mfc at zbus 178 179device mfcs: tty 180attach mfcs at mfc 181device mfcp 182attach mfcp at mfc 183file arch/amiga/dev/mfc.c mfcs | mfcp needs-count 184 185# direct bus ISA-chip i/o 186define supio {port = -1} 187 188# DraCo superio chip 189 190device drsupio: supio 191attach drsupio at mainbus 192file arch/amiga/dev/drsupio.c drsupio 193 194# Hypercom 3/4 195device hyper: supio 196attach hyper at zbus 197file arch/amiga/dev/hyper.c hyper 198 199attach com at supio with com_supio 200file arch/amiga/dev/com_supio.c com_supio 201 202# ISDN Blaster, ISDN Master 203device aster: supio 204attach aster at zbus 205file arch/amiga/dev/aster.c aster 206 207# handle gvp's odd autoconf info.. 208device gvpbus {} 209attach gvpbus at zbus 210file arch/amiga/dev/gvpbus.c gvpbus 211 212device lpt 213file dev/ic/lpt.c lpt needs-flag 214 215attach lpt at supio with lpt_supio 216file arch/amiga/dev/lpt_supio.c lpt_supio 217 218include "../../../dev/scsipi/files.scsipi" 219major {sd = 4} 220major {st = 5} 221major {cd = 7} 222 223# wd 33c93 contrllers 224define sbic 225file arch/amiga/dev/sbic.c sbic 226 227# GVP series II 228device gtsc: scsi, sbic 229attach gtsc at gvpbus 230file arch/amiga/dev/gtsc.c gtsc needs-flag 231 232# Amiga 3000 internal 233device ahsc: scsi, sbic 234attach ahsc at mainbus 235file arch/amiga/dev/ahsc.c ahsc needs-flag 236 237# C= A2091 238device atzsc: scsi, sbic 239attach atzsc at zbus 240file arch/amiga/dev/atzsc.c atzsc needs-flag 241 242# ncr 5380 controllers 243define sci 244file arch/amiga/dev/sci.c sci 245 246# Supra Wordsync II 247device wstsc: scsi, sci 248attach wstsc at zbus 249file arch/amiga/dev/wstsc.c wstsc needs-flag 250 251# IVS 252device ivsc: scsi, sci 253attach ivsc at zbus 254file arch/amiga/dev/ivsc.c ivsc needs-flag 255 256# MLH 257device mlhsc: scsi, sci 258attach mlhsc at zbus 259file arch/amiga/dev/mlhsc.c mlhsc needs-flag 260 261# CSA twelve gauge. 262device otgsc: scsi, sci 263attach otgsc at zbus 264file arch/amiga/dev/otgsc.c otgsc needs-flag 265 266# ncr 57c710 controllers 267define siop 268file arch/amiga/dev/siop.c siop 269 270# PPI Zeus 271device zssc: scsi, siop 272attach zssc at zbus 273file arch/amiga/dev/zssc.c zssc needs-flag 274 275# CSA Magnum 276device mgnsc: scsi, siop 277attach mgnsc at zbus 278file arch/amiga/dev/mgnsc.c mgnsc needs-flag 279 280# MacroSystems USA Warp Engine 281device wesc: scsi, siop 282attach wesc at zbus 283file arch/amiga/dev/wesc.c wesc needs-flag 284 285# C= A4091 & A4000T 286device afsc: scsi, siop 287attach afsc at zbus 288device aftsc: scsi, siop 289attach aftsc at mainbus 290file arch/amiga/dev/afsc.c afsc | aftsc needs-flag 291 292# Emulex ESP216 & FAS216 controllers 293 294# FastlaneZ3 295device flsc: scsi, ncr53c9x 296attach flsc at zbus 297file arch/amiga/dev/flsc.c flsc needs-flag 298 299# Blizzard1230-I,II 300device bzsc: scsi, ncr53c9x 301attach bzsc at zbus 302file arch/amiga/dev/bzsc.c bzsc needs-flag 303 304# Blizzard12x0-IV 305device bzivsc: scsi, ncr53c9x 306attach bzivsc at zbus 307file arch/amiga/dev/bzivsc.c bzivsc needs-flag 308 309# Blizzard2060 scsi 310device bztzsc: scsi, ncr53c9x 311attach bztzsc at zbus 312file arch/amiga/dev/bztzsc.c bztzsc needs-flag 313 314# CyberSCSI [I] scsi 315device cbsc: scsi, ncr53c9x 316attach cbsc at zbus 317file arch/amiga/dev/cbsc.c cbsc needs-flag 318 319# CyberSCSI MKII scsi 320device cbiisc: scsi, ncr53c9x 321attach cbiisc at zbus 322file arch/amiga/dev/cbiisc.c cbiisc needs-flag 323 324# EMPLANT 325device empsc: scsi, sci 326attach empsc at zbus 327file arch/amiga/dev/empsc.c empsc needs-flag 328 329# Amiga 4000/1200 IDE masquerading as SCSI 330device idesc: scsi 331attach idesc at mainbus 332file arch/amiga/dev/idesc.c idesc needs-flag 333 334# MacroSystem DraCo internal 335device drsc: scsi, siop 336attach drsc at mainbus 337file arch/amiga/dev/drsc.c drsc needs-flag 338 339# MacroSystem DraCo internal DS2404 hwc 340device drbbc 341attach drbbc at mainbus 342file arch/amiga/dev/drbbc.c drbbc 343 344# list of standard files... 345include "arch/m68k/fpe/files.fpe" 346 347# list of standard files... 348include "arch/m68k/060sp/files.060sp" 349 350file dev/cons.c ite | ser 351file dev/cninit.c ite | ser 352file arch/amiga/amiga/amiga_init.c 353file arch/amiga/amiga/autoconf.c 354file arch/amiga/amiga/cia.c 355file arch/amiga/amiga/conf.c 356file arch/amiga/amiga/disksubr.c 357file arch/amiga/amiga/dkbad.c 358file arch/amiga/amiga/machdep.c 359file arch/amiga/amiga/mem.c 360file arch/amiga/amiga/pmap.c 361file arch/amiga/amiga/sys_machdep.c 362file arch/amiga/amiga/trap.c 363file arch/amiga/amiga/vm_machdep.c 364file arch/amiga/amiga/cc.c 365file arch/amiga/amiga/db_memrw.c ddb 366file arch/amiga/dev/md_root.c memory_disk_hooks 367 368major {vnd = 6} 369major {md = 15} # Memory disk (for mini-kernel) 370 371# Compatibility modules 372 373# SunOS Binary Compatibility (COMPAT_SUNOS) 374include "../../../compat/sunos/files.sunos" 375file arch/m68k/m68k/sunos_machdep.c compat_sunos 376 377