Home | History | Annotate | Line # | Download | only in conf
files.mac68k revision 1.87
      1  1.87     itohy #	$NetBSD: files.mac68k,v 1.87 1998/12/15 19:37:04 itohy Exp $
      2  1.16       cgd 
      3   1.1    briggs # mac68k-specific configuration info
      4  1.70    scottr 
      5  1.70    scottr # options understood by the mac68k-specific part of the kernel
      6  1.70    scottr # (note, these are case-sensitive)
      7  1.85    scottr defopt	opt_adb.h	ADB_DEBUG MRG_ADB ALTXBUTTONS 
      8  1.83    scottr defopt	opt_grf.h	GRF_COMPAT
      9  1.85    scottr defopt	opt_mac68k.h	DISABLE_EXT_CACHE ZS_CONSOLE_ABORT
     10  1.21       cgd 
     11  1.21       cgd # maxpartitions must be first item in files.${ARCH}.newconf
     12  1.21       cgd maxpartitions 8
     13   1.1    briggs 
     14   1.1    briggs maxusers 2 8 64
     15   1.1    briggs 
     16  1.77   thorpej device mainbus { }			# no locators (yet?)
     17  1.41   thorpej attach mainbus at root
     18   1.1    briggs 
     19  1.58    scottr define obio_norm { [addr = -1], ["no drq" = -1], ["no hsk" = -1] }
     20  1.58    scottr define obio_scsi5380 { [addr = -1], [drq = -1], [hsk = -1] }
     21  1.77   thorpej device	obio: obio_norm, obio_scsi5380
     22  1.45    briggs attach	obio at mainbus
     23  1.81    scottr file	arch/mac68k/obio/obio.c		obio
     24  1.45    briggs 
     25  1.77   thorpej device	nubus { }
     26  1.41   thorpej attach	nubus at mainbus
     27  1.81    scottr file	arch/mac68k/nubus/nubus.c	nubus
     28   1.1    briggs 
     29  1.86     ender device	adb { }
     30  1.58    scottr attach	adb at obio_norm
     31  1.19    briggs file	arch/mac68k/dev/adb.c		adb
     32  1.19    briggs file	arch/mac68k/dev/adbsysasm.s
     33  1.67    scottr file	arch/mac68k/dev/adb_direct.c
     34  1.67    scottr file	arch/mac68k/dev/pm_direct.c
     35  1.86     ender 
     36  1.86     ender device	aed
     37  1.86     ender attach	aed at adb
     38  1.86     ender file	arch/mac68k/dev/aed.c		aed needs-flag
     39  1.86     ender 
     40  1.86     ender device	kbd
     41  1.86     ender attach	kbd at adb
     42  1.86     ender file	arch/mac68k/dev/kbd.c		kbd needs-flag
     43  1.86     ender 
     44  1.86     ender device	ms
     45  1.86     ender attach	ms at adb
     46  1.86     ender file	arch/mac68k/dev/ms.c		ms needs-flag
     47  1.13    briggs 
     48  1.77   thorpej device	asc
     49  1.58    scottr attach	asc at obio_norm
     50  1.81    scottr file	arch/mac68k/obio/asc.c		asc needs-flag
     51   1.1    briggs 
     52  1.54    scottr define grfbus { }
     53  1.48    scottr file	arch/mac68k/dev/grf_subr.c	grfbus
     54  1.48    scottr 
     55  1.77   thorpej device	intvid: grfbus
     56  1.58    scottr attach	intvid at obio_norm
     57  1.81    scottr file	arch/mac68k/obio/grf_obio.c	intvid
     58  1.48    scottr 
     59  1.77   thorpej device	macvid: grfbus
     60  1.48    scottr attach	macvid at nubus
     61  1.81    scottr file	arch/mac68k/nubus/grf_nubus.c	macvid
     62  1.48    scottr 
     63  1.77   thorpej device	grf { }
     64  1.48    scottr attach	grf at grfbus
     65  1.45    briggs file	arch/mac68k/dev/grf.c		grf needs-flag
     66   1.1    briggs 
     67  1.77   thorpej device	ite: tty
     68  1.74    briggs attach	ite at grf
     69  1.74    briggs file	arch/mac68k/dev/ite.c		ite needs-flag
     70  1.74    briggs 
     71  1.77   thorpej device	ae: ifnet, ether, arp, dp8390nic
     72  1.59    scottr attach	ae at nubus with ae_nubus
     73  1.81    scottr file	arch/mac68k/nubus/if_ae_nubus.c	ae_nubus
     74  1.59    scottr file	arch/mac68k/dev/if_ae.c		ae
     75   1.1    briggs 
     76  1.77   thorpej device	mc: ifnet, ether, arp
     77  1.74    briggs attach	mc at obio_norm with mc_obio
     78  1.74    briggs file	arch/mac68k/dev/if_mc.c		mc
     79  1.81    scottr file	arch/mac68k/obio/if_mc_obio.c	mc_obio
     80  1.64    briggs 
     81  1.77   thorpej device	sn: ifnet, ether, arp
     82  1.64    briggs attach	sn at obio_norm with sn_obio
     83  1.64    briggs attach	sn at nubus with sn_nubus
     84  1.64    briggs file	arch/mac68k/dev/if_sn.c		sn
     85  1.81    scottr file	arch/mac68k/obio/if_sn_obio.c	sn_obio
     86  1.81    scottr file	arch/mac68k/nubus/if_sn_nubus.c	sn_nubus
     87  1.43    briggs 
     88  1.72    bouyer include "dev/scsipi/files.scsipi"
     89   1.1    briggs 
     90  1.43    briggs # Option 1 for ncr5380 support
     91  1.77   thorpej device	ncrscsi: scsi
     92  1.58    scottr attach	ncrscsi at obio_scsi5380
     93  1.35    briggs file	arch/mac68k/dev/mac68k5380.c	ncrscsi needs-flag
     94  1.11    briggs 
     95  1.43    briggs # Option 2 for ncr5380 support
     96  1.77   thorpej device	sbc: scsi, ncr5380sbc
     97  1.61    scottr attach	sbc at obio_scsi5380 with sbc_obio
     98  1.46    scottr file	arch/mac68k/dev/sbc.c		sbc
     99  1.81    scottr file	arch/mac68k/obio/sbc_obio.c	sbc_obio
    100  1.43    briggs 
    101  1.77   thorpej device	esp: scsi, ncr53c9x
    102  1.58    scottr attach	esp at obio_norm
    103  1.81    scottr file	arch/mac68k/obio/esp.c		esp needs-flag
    104  1.39    scottr 
    105  1.77   thorpej device	zsc { channel = -1 }
    106  1.58    scottr attach	zsc at obio_norm
    107  1.47    briggs file	arch/mac68k/dev/zs.c		zsc needs-flag
    108  1.73    scottr #file	arch/mac68k/dev/z8530sc.c	zsc
    109  1.73    scottr file	dev/ic/z8530sc.c		zsc
    110  1.47    briggs 
    111  1.77   thorpej device	zstty: tty
    112  1.47    briggs attach	zstty at zsc
    113  1.73    scottr file	dev/ic/z8530tty.c		zstty needs-flag
    114  1.80    scottr file	arch/mac68k/dev/zs_kgdb.c	kgdb
    115  1.43    briggs 
    116  1.43    briggs # This one is out of alphabetical order
    117  1.77   thorpej device	fpu
    118  1.58    scottr attach	fpu at mainbus
    119  1.43    briggs file	arch/mac68k/mac68k/fpu.c	fpu
    120   1.1    briggs 
    121  1.80    scottr file	arch/m68k/m68k/db_memrw.c	ddb | kgdb
    122  1.62    briggs include "arch/m68k/fpe/files.fpe"
    123  1.36    briggs 
    124   1.8    briggs file	arch/mac68k/mac68k/autoconf.c
    125  1.79     ender file	arch/mac68k/mac68k/bus_space.c
    126   1.8    briggs file	arch/mac68k/mac68k/clock.c
    127  1.38   mycroft file	arch/mac68k/mac68k/conf.c
    128   1.1    briggs file	arch/mac68k/mac68k/disksubr.c		disk
    129  1.84    scottr file	arch/mac68k/mac68k/intr.c
    130  1.80    scottr file	arch/mac68k/mac68k/kgdb_machdep.c	kgdb
    131   1.8    briggs file	arch/mac68k/mac68k/machdep.c
    132  1.19    briggs file	arch/mac68k/mac68k/macrom.c
    133  1.19    briggs file	arch/mac68k/mac68k/macromasm.s
    134  1.49    scottr file	arch/mac68k/mac68k/mainbus.c
    135   1.8    briggs file	arch/mac68k/mac68k/mem.c
    136   1.8    briggs file	arch/mac68k/mac68k/pmap.c
    137  1.82   thorpej file	arch/mac68k/mac68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
    138   1.8    briggs file	arch/mac68k/mac68k/pram.c
    139  1.23    briggs file	arch/mac68k/mac68k/pramasm.s
    140  1.74    briggs file	arch/mac68k/mac68k/psc.c
    141   1.8    briggs file	arch/mac68k/mac68k/sys_machdep.c
    142   1.8    briggs file	arch/mac68k/mac68k/trap.c
    143   1.8    briggs file	arch/mac68k/mac68k/via.c
    144   1.1    briggs file	arch/mac68k/mac68k/vm_machdep.c
    145   1.9    briggs 
    146  1.13    briggs file	dev/cons.c
    147  1.26    mellon file	dev/cninit.c
    148  1.22    briggs 
    149  1.53        pk # Memory Disk for installs
    150  1.43    briggs #     These files are out of order
    151  1.53        pk file	arch/mac68k/dev/md_root.c	memory_disk_hooks
    152  1.37    briggs 
    153  1.37    briggs major	{sd = 4}
    154  1.37    briggs major	{st = 5}
    155  1.37    briggs major	{cd = 6}
    156  1.27    briggs major	{vnd = 8}
    157  1.53        pk major	{md = 13}
    158  1.31  christos 
    159  1.31  christos # Compatibility modules
    160  1.31  christos 
    161  1.31  christos # SunOS Binary Compatibility (COMPAT_SUNOS)
    162  1.62    briggs include "compat/sunos/files.sunos"
    163  1.31  christos file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
    164  1.87     itohy 
    165  1.87     itohy # Linux binary compatibility (COMPAT_LINUX)
    166  1.87     itohy include "compat/linux/files.linux"
    167  1.87     itohy include "compat/linux/arch/m68k/files.linux_m68k"
    168  1.87     itohy 
    169  1.87     itohy # OSS audio driver compatibility
    170  1.87     itohy include "compat/ossaudio/files.ossaudio"
    171