Home | History | Annotate | Line # | Download | only in conf
files.mac68k revision 1.98.2.3
      1  1.98.2.3  jdolecek #	$NetBSD: files.mac68k,v 1.98.2.3 2002/06/23 17:37:42 jdolecek 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.98.2.1   thorpej defflag	opt_adb.h		ADB_DEBUG MRG_ADB ALTXBUTTONS
      8  1.98.2.1   thorpej defflag	opt_mac68k.h		DISABLE_EXT_CACHE ZS_CONSOLE_ABORT
      9      1.21       cgd 
     10  1.98.2.1   thorpej defflag	opt_wsdisplay_compat.h	WSDISPLAY_COMPAT_ITEFONT
     11      1.93    scottr 
     12      1.21       cgd # maxpartitions must be first item in files.${ARCH}.newconf
     13      1.21       cgd maxpartitions 8
     14       1.1    briggs 
     15       1.1    briggs maxusers 2 8 64
     16       1.1    briggs 
     17      1.77   thorpej device mainbus { }			# no locators (yet?)
     18      1.41   thorpej attach mainbus at root
     19       1.1    briggs 
     20      1.93    scottr include "dev/wscons/files.wscons"
     21      1.93    scottr 
     22      1.58    scottr define obio_norm { [addr = -1], ["no drq" = -1], ["no hsk" = -1] }
     23      1.58    scottr define obio_scsi5380 { [addr = -1], [drq = -1], [hsk = -1] }
     24      1.77   thorpej device	obio: obio_norm, obio_scsi5380
     25      1.45    briggs attach	obio at mainbus
     26      1.81    scottr file	arch/mac68k/obio/obio.c		obio
     27      1.45    briggs 
     28      1.86     ender device	adb { }
     29      1.58    scottr attach	adb at obio_norm
     30      1.19    briggs file	arch/mac68k/dev/adb.c		adb
     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.86     ender 
     35      1.86     ender device	aed
     36      1.86     ender attach	aed at adb
     37      1.86     ender file	arch/mac68k/dev/aed.c		aed needs-flag
     38      1.86     ender 
     39      1.93    scottr device	akbd: wskbddev
     40      1.93    scottr attach	akbd at adb
     41      1.93    scottr file	arch/mac68k/dev/akbd.c		akbd needs-flag
     42      1.93    scottr 
     43      1.93    scottr device	ams: wsmousedev
     44      1.93    scottr attach	ams at adb
     45      1.93    scottr file	arch/mac68k/dev/ams.c		ams needs-flag
     46      1.13    briggs 
     47      1.77   thorpej device	asc
     48      1.58    scottr attach	asc at obio_norm
     49      1.81    scottr file	arch/mac68k/obio/asc.c		asc needs-flag
     50       1.1    briggs 
     51      1.93    scottr device	nubus { }
     52      1.93    scottr attach	nubus at mainbus
     53      1.93    scottr file	arch/mac68k/nubus/nubus.c	nubus
     54      1.93    scottr 
     55      1.54    scottr define grfbus { }
     56      1.48    scottr file	arch/mac68k/dev/grf_subr.c	grfbus
     57      1.48    scottr 
     58      1.77   thorpej device	intvid: grfbus
     59      1.58    scottr attach	intvid at obio_norm
     60      1.81    scottr file	arch/mac68k/obio/grf_obio.c	intvid
     61      1.48    scottr 
     62      1.77   thorpej device	macvid: grfbus
     63      1.48    scottr attach	macvid at nubus
     64      1.81    scottr file	arch/mac68k/nubus/grf_nubus.c	macvid
     65      1.48    scottr 
     66      1.93    scottr device	macfb: wsemuldisplaydev, wsrasteremulops
     67      1.93    scottr attach	macfb at grfbus
     68      1.93    scottr file	arch/mac68k/dev/macfb.c		macfb needs-flag
     69      1.93    scottr 
     70      1.93    scottr file	arch/mac68k/dev/maccons.c	akbd & macfb
     71      1.93    scottr 
     72      1.93    scottr #device	ite: wsemuldisplaydev
     73      1.93    scottr #attach	ite at wsdisplay
     74      1.93    scottr #file	arch/mac68k/dev/ite_compat.c	ite needs-flag
     75      1.74    briggs 
     76      1.77   thorpej device	ae: ifnet, ether, arp, dp8390nic
     77      1.59    scottr attach	ae at nubus with ae_nubus
     78      1.81    scottr file	arch/mac68k/nubus/if_ae_nubus.c	ae_nubus
     79      1.59    scottr file	arch/mac68k/dev/if_ae.c		ae
     80       1.1    briggs 
     81      1.77   thorpej device	mc: ifnet, ether, arp
     82      1.74    briggs attach	mc at obio_norm with mc_obio
     83      1.74    briggs file	arch/mac68k/dev/if_mc.c		mc
     84      1.81    scottr file	arch/mac68k/obio/if_mc_obio.c	mc_obio
     85      1.64    briggs 
     86      1.77   thorpej device	sn: ifnet, ether, arp
     87      1.64    briggs attach	sn at obio_norm with sn_obio
     88      1.64    briggs attach	sn at nubus with sn_nubus
     89      1.64    briggs file	arch/mac68k/dev/if_sn.c		sn
     90      1.81    scottr file	arch/mac68k/obio/if_sn_obio.c	sn_obio
     91      1.81    scottr file	arch/mac68k/nubus/if_sn_nubus.c	sn_nubus
     92      1.88    scottr 
     93      1.96    briggs attach	sm at nubus with sm_nubus
     94      1.96    briggs file	arch/mac68k/nubus/if_sm_nubus.c sm_nubus
     95      1.96    briggs 
     96      1.88    scottr # Sony floppy disk controller
     97      1.88    scottr device	iwm { drive = -1 }
     98      1.88    scottr attach	iwm at obio_norm
     99      1.88    scottr 
    100      1.88    scottr device	fd: disk
    101      1.88    scottr attach	fd at iwm
    102      1.88    scottr file	arch/mac68k/obio/iwm_fd.c	fd needs-flag
    103      1.88    scottr file	arch/mac68k/obio/iwm.s		fd needs-flag
    104      1.43    briggs 
    105      1.72    bouyer include "dev/scsipi/files.scsipi"
    106       1.1    briggs 
    107      1.43    briggs # Option 1 for ncr5380 support
    108      1.77   thorpej device	ncrscsi: scsi
    109      1.58    scottr attach	ncrscsi at obio_scsi5380
    110      1.35    briggs file	arch/mac68k/dev/mac68k5380.c	ncrscsi needs-flag
    111      1.11    briggs 
    112      1.43    briggs # Option 2 for ncr5380 support
    113      1.77   thorpej device	sbc: scsi, ncr5380sbc
    114      1.61    scottr attach	sbc at obio_scsi5380 with sbc_obio
    115      1.46    scottr file	arch/mac68k/dev/sbc.c		sbc
    116      1.81    scottr file	arch/mac68k/obio/sbc_obio.c	sbc_obio
    117      1.43    briggs 
    118      1.58    scottr attach	esp at obio_norm
    119      1.92    itojun file	arch/mac68k/obio/esp.c		esp
    120      1.96    briggs 
    121      1.96    briggs #device	qsc: scsi, ncr53c9x
    122      1.96    briggs #attach	qsc at nubus
    123      1.96    briggs #file	arch/mac68k/nubus/qsc.c		qsc
    124      1.39    scottr 
    125  1.98.2.3  jdolecek #
    126  1.98.2.3  jdolecek # Machine-independent ATA drivers
    127  1.98.2.3  jdolecek #
    128  1.98.2.3  jdolecek include	"dev/ata/files.ata"
    129  1.98.2.3  jdolecek 
    130  1.98.2.3  jdolecek attach	wdc at obio_norm with wdc_obio
    131  1.98.2.3  jdolecek file	arch/mac68k/obio/wdc_obio.c	wdc_obio
    132  1.98.2.3  jdolecek 
    133      1.77   thorpej device	zsc { channel = -1 }
    134      1.58    scottr attach	zsc at obio_norm
    135      1.47    briggs file	arch/mac68k/dev/zs.c		zsc needs-flag
    136      1.73    scottr #file	arch/mac68k/dev/z8530sc.c	zsc
    137      1.73    scottr file	dev/ic/z8530sc.c		zsc
    138      1.47    briggs 
    139      1.77   thorpej device	zstty: tty
    140      1.47    briggs attach	zstty at zsc
    141      1.73    scottr file	dev/ic/z8530tty.c		zstty needs-flag
    142      1.80    scottr file	arch/mac68k/dev/zs_kgdb.c	kgdb
    143      1.43    briggs 
    144      1.43    briggs # This one is out of alphabetical order
    145      1.77   thorpej device	fpu
    146      1.58    scottr attach	fpu at mainbus
    147      1.43    briggs file	arch/mac68k/mac68k/fpu.c	fpu
    148       1.1    briggs 
    149      1.80    scottr file	arch/m68k/m68k/db_memrw.c	ddb | kgdb
    150      1.62    briggs include "arch/m68k/fpe/files.fpe"
    151      1.36    briggs 
    152  1.98.2.3  jdolecek file	arch/m68k/m68k/bus_dma.c
    153  1.98.2.3  jdolecek file	arch/m68k/m68k/cacheops.c
    154  1.98.2.3  jdolecek 
    155      1.93    scottr # legitimate pseudo-devices
    156      1.93    scottr defpseudo grf
    157      1.93    scottr defpseudo ite
    158      1.93    scottr 
    159       1.8    briggs file	arch/mac68k/mac68k/autoconf.c
    160      1.79     ender file	arch/mac68k/mac68k/bus_space.c
    161       1.8    briggs file	arch/mac68k/mac68k/clock.c
    162      1.38   mycroft file	arch/mac68k/mac68k/conf.c
    163       1.1    briggs file	arch/mac68k/mac68k/disksubr.c		disk
    164      1.84    scottr file	arch/mac68k/mac68k/intr.c
    165      1.91    briggs file	arch/mac68k/mac68k/iop.c
    166      1.80    scottr file	arch/mac68k/mac68k/kgdb_machdep.c	kgdb
    167       1.8    briggs file	arch/mac68k/mac68k/machdep.c
    168      1.19    briggs file	arch/mac68k/mac68k/macrom.c
    169      1.19    briggs file	arch/mac68k/mac68k/macromasm.s
    170      1.49    scottr file	arch/mac68k/mac68k/mainbus.c
    171       1.8    briggs file	arch/mac68k/mac68k/mem.c
    172       1.8    briggs file	arch/mac68k/mac68k/pmap.c
    173      1.82   thorpej file	arch/mac68k/mac68k/pmap_bootstrap.c	compile-with "${NOPROF_C}"
    174       1.8    briggs file	arch/mac68k/mac68k/pram.c
    175      1.23    briggs file	arch/mac68k/mac68k/pramasm.s
    176      1.97      fvdl file	arch/mac68k/mac68k/procfs_machdep.c	procfs
    177      1.74    briggs file	arch/mac68k/mac68k/psc.c
    178       1.8    briggs file	arch/mac68k/mac68k/sys_machdep.c
    179       1.8    briggs file	arch/mac68k/mac68k/trap.c
    180       1.8    briggs file	arch/mac68k/mac68k/via.c
    181       1.1    briggs file	arch/mac68k/mac68k/vm_machdep.c
    182      1.93    scottr 
    183      1.93    scottr file	arch/mac68k/dev/grf_compat.c		grf needs-flag
    184      1.93    scottr file	arch/mac68k/dev/ite_compat.c		ite needs-flag
    185       1.9    briggs 
    186      1.13    briggs file	dev/cons.c
    187      1.26    mellon file	dev/cninit.c
    188      1.22    briggs 
    189      1.53        pk # Memory Disk for installs
    190  1.98.2.1   thorpej #	These files are out of order
    191  1.98.2.2  jdolecek file	dev/md_root.c			memory_disk_hooks
    192      1.37    briggs 
    193      1.37    briggs major	{sd = 4}
    194      1.37    briggs major	{cd = 6}
    195      1.53        pk major	{md = 13}
    196      1.94     oster 
    197      1.94     oster # RAIDframe
    198      1.94     oster major	{raid = 20}
    199  1.98.2.3  jdolecek 
    200  1.98.2.3  jdolecek #ATA disk
    201  1.98.2.3  jdolecek major	{wd = 22}
    202      1.31  christos 
    203      1.31  christos # Compatibility modules
    204  1.98.2.1   thorpej 
    205  1.98.2.1   thorpej # NetBSD m68k a.out Binary Compatibility (COMPAT_AOUT_M68K)
    206  1.98.2.1   thorpej include "compat/aoutm68k/files.aoutm68k"
    207      1.31  christos 
    208      1.31  christos # SunOS Binary Compatibility (COMPAT_SUNOS)
    209      1.62    briggs include "compat/sunos/files.sunos"
    210      1.31  christos file	arch/m68k/m68k/sunos_machdep.c	compat_sunos
    211      1.89    kleink 
    212      1.89    kleink # SVR4 Binary Compatibility (COMPAT_SVR4)
    213      1.89    kleink include "compat/svr4/files.svr4"
    214      1.87     itohy 
    215      1.87     itohy # Linux binary compatibility (COMPAT_LINUX)
    216      1.87     itohy include "compat/linux/files.linux"
    217      1.87     itohy include "compat/linux/arch/m68k/files.linux_m68k"
    218      1.98  christos file arch/m68k/m68k/linux_trap.c		compat_linux
    219      1.87     itohy 
    220      1.87     itohy # OSS audio driver compatibility
    221      1.87     itohy include "compat/ossaudio/files.ossaudio"
    222