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