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