files.amiga revision 1.9
11.1Schopps# 21.9Schopps# $Id: files.amiga,v 1.9 1994/06/05 07:43:37 chopps Exp $ 31.1Schopps# 41.1Schopps 51.1Schoppsmaxusers 2 8 64 61.1Schopps 71.1Schoppsdevice mainbus at root {} 81.1Schopps 91.1Schoppsdevice cpu at mainbus 101.1Schopps 111.1Schopps# zorro II expansion bus. 121.1Schoppsdevice ztwobus at mainbus {} 131.1Schoppsfile arch/amiga/dev/ztwobus.c ztwobus 141.1Schopps 151.1Schoppsdefine event {} 161.1Schoppsfile arch/amiga/dev/event.c event 171.1Schopps 181.1Schoppsdevice clock at mainbus 191.1Schoppsfile arch/amiga/dev/clock.c 201.1Schopps 211.1Schopps# keyboard 221.1Schoppsdevice kbd at mainbus: event 231.1Schoppsfile arch/amiga/dev/kbd.c kbd needs-flag 241.1Schopps 251.1Schopps# serial port 261.1Schoppsdevice ser at mainbus: tty 271.1Schoppsfile arch/amiga/dev/ser.c ser needs-count 281.1Schopps 291.1Schopps# parellel port 301.1Schoppsdevice par at mainbus 311.1Schoppsfile arch/amiga/dev/par.c par needs-count 321.1Schopps 331.1Schopps# mouse 341.1Schoppspseudo-device mouse 351.1Schoppsfile arch/amiga/dev/ms.c mouse needs-count 361.1Schopps 371.7Schoppsdevice fdc at mainbus { unit = -1 } 381.1Schopps 391.1Schoppsdevice fd at fdc 401.1Schoppsfile arch/amiga/dev/fd.c fd needs-flag 411.1Schoppsmajor {fd = 2} 421.1Schopps 431.1Schopps# graphic devices 441.1Schoppsdefine grfbus {} 451.1Schopps 461.1Schoppsdevice grf at grfbus {} 471.1Schoppsfile arch/amiga/dev/grf.c grf needs-count 481.1Schopps 491.1Schoppsdevice ite at grf 501.1Schoppsfile arch/amiga/dev/ite.c ite needs-flag 511.1Schoppsfile arch/amiga/dev/kbdmap.c ite 521.1Schoppsfile arch/amiga/dev/kf_8x8.c ite 531.4Schoppsfile arch/amiga/dev/kf_8x11.c kfont_8x11 541.4Schoppsfile arch/amiga/dev/kf_custom.c kfont_custom 551.1Schopps 561.1Schopps# custom chips grf 571.1Schoppsdevice grfcc at mainbus: grfbus 581.1Schoppsfile arch/amiga/dev/grf_cc.c grfcc 591.1Schoppsfile arch/amiga/dev/ite_cc.c grfcc ite 601.1Schopps 611.1Schoppspseudo-device view 621.1Schoppsfile arch/amiga/dev/view.c view grfcc needs-count 631.1Schoppsfile arch/amiga/dev/grfabs.c grfcc view 641.1Schoppsfile arch/amiga/dev/grfabs_cc.c grfcc view 651.1Schoppsfile arch/amiga/dev/grfabs_ccglb.c grfcc view 661.1Schopps 671.1Schopps# retina grf 681.1Schoppsdevice grfrt at ztwobus: grfbus 691.1Schoppsfile arch/amiga/dev/grf_rt.c grfrt 701.1Schoppsfile arch/amiga/dev/ite_rt.c grfrt ite 711.1Schopps 721.2Schopps# zorro III expansion bus. 731.2Schoppsdevice zthreebus at mainbus {} 741.2Schoppsfile arch/amiga/dev/zthreebus.c zthreebus 751.1Schopps 761.9Schopps# retina ZIII grf 771.9Schoppsdevice grfrh at zthreebus: grfbus 781.9Schoppsfile arch/amiga/dev/grf_rh.c grfrh 791.9Schoppsfile arch/amiga/dev/ite_rh.c grfrh ite 801.9Schopps 811.1Schopps# handle gvp's odd autoconf info.. 821.1Schoppsdevice gvpbus at ztwobus {} 831.1Schoppsfile arch/amiga/dev/gvpbus.c gvpbus 841.1Schopps 851.6Schoppsdevice le at ztwobus: ifnet, ether 861.1Schoppsfile arch/amiga/dev/if_le.c le needs-count 871.1Schopps 881.1Schoppsdefine scsi {} 891.1Schopps 901.1Schopps# wd 33c93 contrllers 911.1Schoppsdefine sbic 921.1Schoppsfile arch/amiga/dev/sbic.c sbic 931.1Schopps 941.1Schopps# C= A2091 951.1Schoppsdevice atzsc at ztwobus: scsi, sbic 961.1Schoppsfile arch/amiga/dev/atzsc.c atzsc needs-flag 971.1Schopps 981.1Schopps# GVP series II 991.1Schoppsdevice gtsc at gvpbus: scsi, sbic 1001.1Schoppsfile arch/amiga/dev/gtsc.c gtsc needs-flag 1011.1Schopps 1021.1Schopps# Amiga 3000 internal 1031.1Schoppsdevice ahsc at mainbus: scsi, sbic 1041.1Schoppsfile arch/amiga/dev/ahsc.c ahsc needs-flag 1051.1Schopps 1061.1Schopps# ncr 57c710 controllers 1071.1Schoppsdefine siop 1081.1Schoppsfile arch/amiga/dev/siop.c siop 1091.1Schopps 1101.1Schopps# PPI Zeus 1111.1Schoppsdevice zssc at ztwobus: scsi, siop 1121.1Schoppsfile arch/amiga/dev/zssc.c zssc needs-flag 1131.1Schopps 1141.1Schopps# CSA Magnum 1151.1Schoppsdevice mgnsc at ztwobus: scsi, siop 1161.1Schoppsfile arch/amiga/dev/mgnsc.c mgnsc needs-flag 1171.1Schopps 1181.2Schopps# MacroSystems Warp Engine 1191.2Schoppsdevice wesc at zthreebus: scsi, siop 1201.2Schoppsfile arch/amiga/dev/wesc.c wesc needs-flag 1211.2Schopps 1221.1Schopps# ncr 5380 controllers 1231.1Schoppsdefine sci 1241.8Schoppsfile arch/amiga/dev/sci.c sci 1251.1Schopps 1261.1Schopps# Supra Wordsync II 1271.1Schoppsdevice wstsc at ztwobus: scsi, sci 1281.1Schoppsfile arch/amiga/dev/wstsc.c wstsc needs-flag 1291.1Schopps 1301.1Schopps# IVS 1311.1Schoppsdevice ivsc at ztwobus: scsi, sci 1321.1Schoppsfile arch/amiga/dev/ivsc.c ivsc needs-flag 1331.1Schopps 1341.1Schopps# CSA twelve gauge. 1351.1Schoppsdevice otgsc at ztwobus: scsi, sci 1361.1Schoppsfile arch/amiga/dev/otgsc.c otgsc needs-flag 1371.1Schopps 1381.1Schopps# MLH 1391.1Schoppsdevice mlhsc at ztwobus: scsi, sci 1401.1Schoppsfile arch/amiga/dev/mlhsc.c mlhsc needs-flag 1411.2Schopps 1421.3Schopps# Amiga 4000/1200 IDE masquerading as SCSI 1431.2Schoppsdevice idesc at mainbus: scsi 1441.2Schoppsfile arch/amiga/dev/idesc.c idesc needs-flag 1451.1Schopps 1461.1Schoppsdevice scsibus at scsi {target = -1, lun = -1} 1471.1Schopps 1481.1Schoppsdevice cd at scsibus: disk 1491.1Schoppsfile scsi/cd.c cd needs-flag 1501.1Schoppsmajor {cd = 6} 1511.1Schoppsdevice sd at scsibus: disk 1521.1Schoppsfile scsi/sd.c sd needs-flag 1531.1Schoppsmajor {sd = 4} 1541.1Schoppsdevice st at scsibus: tape 1551.1Schoppsfile scsi/st.c st needs-flag 1561.1Schoppsmajor {st = 5} 1571.1Schoppsdevice ch at scsibus: disk 1581.1Schoppsfile scsi/ch.c ch needs-flag 1591.1Schoppsdevice uk at scsibus: disk 1601.1Schoppsfile scsi/uk.c uk needs-flag 1611.1Schoppsdevice su at scsibus: disk 1621.1Schoppsfile scsi/su.c su needs-flag 1631.1Schopps 1641.1Schopps 1651.1Schopps# list of standard files... 1661.1Schoppsfile dev/cons.c ite ser 1671.1Schoppsfile scsi/scsi_base.c scsi 1681.1Schoppsfile scsi/scsi_ioctl.c scsi 1691.1Schoppsfile scsi/scsiconf.c scsi 1701.1Schoppsfile arch/amiga/amiga/amiga_init.c 1711.1Schoppsfile arch/amiga/amiga/autoconf.c 1721.1Schoppsfile arch/amiga/amiga/cia.c 1731.1Schoppsfile arch/amiga/amiga/conf.c 1741.1Schoppsfile arch/amiga/amiga/disksubr.c 1751.1Schoppsfile arch/amiga/amiga/dkbad.c 1761.1Schoppsfile arch/amiga/amiga/machdep.c 1771.1Schoppsfile arch/amiga/amiga/mem.c 1781.1Schoppsfile arch/amiga/amiga/pmap.c 1791.1Schoppsfile arch/amiga/amiga/sys_machdep.c 1801.1Schoppsfile arch/amiga/amiga/trap.c 1811.1Schoppsfile arch/amiga/amiga/vm_machdep.c 1821.1Schoppsfile arch/amiga/amiga/cc.c 1831.5Schoppsfile arch/m68k/m68k/copy.s 1841.1Schoppsfile compat/sunos/sun_misc.c compat_sunos 1851.1Schoppsfile compat/sunos/sun_sysent.c compat_sunos 1861.1Schoppsfile compat/sunos/sun_ioctl.c compat_sunos 1871.1Schoppsfile compat/sunos/sun_exec.c compat_sunos 188