1996-05-06 10:40:03 +04:00
|
|
|
# $NetBSD: files.mac68k,v 1.46 1996/05/06 06:40:03 scottr Exp $
|
1994-10-26 11:45:48 +03:00
|
|
|
|
1993-12-02 21:29:18 +03:00
|
|
|
# mac68k-specific configuration info
|
|
|
|
|
1995-01-25 23:45:33 +03:00
|
|
|
# maxpartitions must be first item in files.${ARCH}.newconf
|
|
|
|
maxpartitions 8
|
|
|
|
|
1993-12-02 21:29:18 +03:00
|
|
|
maxusers 2 8 64
|
|
|
|
|
1996-03-17 04:26:49 +03:00
|
|
|
device mainbus { } # no locators (yet?)
|
|
|
|
attach mainbus at root
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1996-05-05 10:15:56 +04:00
|
|
|
device obio {}
|
|
|
|
attach obio at mainbus
|
|
|
|
file arch/mac68k/dev/obio.c obio
|
|
|
|
|
|
|
|
device nubus {}
|
1996-03-17 04:26:49 +03:00
|
|
|
attach nubus at mainbus
|
1993-12-02 21:29:18 +03:00
|
|
|
file arch/mac68k/dev/nubus.c nubus
|
|
|
|
|
1996-03-17 04:26:49 +03:00
|
|
|
device adb
|
1996-05-05 10:15:56 +04:00
|
|
|
attach adb at obio
|
1994-12-04 02:33:55 +03:00
|
|
|
file arch/mac68k/dev/adb.c adb
|
|
|
|
file arch/mac68k/dev/adbsys.c
|
|
|
|
file arch/mac68k/dev/adbsysasm.s
|
1994-07-09 10:27:53 +04:00
|
|
|
|
1996-03-17 04:26:49 +03:00
|
|
|
device asc
|
1996-05-05 10:15:56 +04:00
|
|
|
attach asc at obio
|
1994-07-21 05:00:58 +04:00
|
|
|
file arch/mac68k/dev/asc.c asc
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1996-03-17 04:26:49 +03:00
|
|
|
device grf
|
1996-05-05 10:15:56 +04:00
|
|
|
attach grf at nubus with grf_mv
|
|
|
|
attach grf at obio with grf_iv
|
|
|
|
file arch/mac68k/dev/grf.c grf needs-flag
|
|
|
|
file arch/mac68k/dev/grf_mv.c grf_mv
|
|
|
|
file arch/mac68k/dev/grf_iv.c grf_iv
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1996-03-17 04:26:49 +03:00
|
|
|
device ae: ifnet, ether
|
|
|
|
attach ae at nubus
|
1995-04-20 19:28:54 +04:00
|
|
|
file arch/mac68k/dev/if_ae.c ae needs-flag
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1996-04-28 23:18:42 +04:00
|
|
|
device ite
|
1996-05-05 10:15:56 +04:00
|
|
|
attach ite at obio
|
1996-04-28 23:18:42 +04:00
|
|
|
file arch/mac68k/dev/ite.c ite needs-flag
|
|
|
|
|
1995-04-20 19:28:54 +04:00
|
|
|
include "../../../scsi/files.scsi"
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1996-04-28 23:18:42 +04:00
|
|
|
# Option 1 for ncr5380 support
|
1996-03-17 04:26:49 +03:00
|
|
|
device ncrscsi: scsi
|
1996-05-05 10:15:56 +04:00
|
|
|
attach ncrscsi at obio
|
1995-09-03 07:37:32 +04:00
|
|
|
file arch/mac68k/dev/mac68k5380.c ncrscsi needs-flag
|
1994-06-26 16:53:36 +04:00
|
|
|
|
1996-04-28 23:18:42 +04:00
|
|
|
# Option 2 for ncr5380 support
|
|
|
|
device sbc: scsi, ncr5380sbc
|
1996-05-05 10:15:56 +04:00
|
|
|
attach sbc at obio
|
1996-05-06 10:40:03 +04:00
|
|
|
file arch/mac68k/dev/sbc.c sbc
|
1996-04-28 23:18:42 +04:00
|
|
|
|
1996-03-17 04:26:49 +03:00
|
|
|
device ncr96scsi: scsi
|
1996-05-05 10:15:56 +04:00
|
|
|
attach ncr96scsi at obio
|
1995-07-01 20:28:13 +04:00
|
|
|
file arch/mac68k/dev/scsi96.c ncr96scsi needs-flag
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1996-04-28 23:18:42 +04:00
|
|
|
device ser: tty
|
1996-05-05 10:15:56 +04:00
|
|
|
attach ser at obio
|
1996-04-28 23:18:42 +04:00
|
|
|
file arch/mac68k/dev/ser.c ser needs-flag
|
|
|
|
|
|
|
|
# This one is out of alphabetical order
|
|
|
|
device fpu
|
1996-05-05 10:15:56 +04:00
|
|
|
attach fpu at obio
|
1996-04-28 23:18:42 +04:00
|
|
|
file arch/mac68k/mac68k/fpu.c fpu
|
|
|
|
|
1994-07-09 10:27:53 +04:00
|
|
|
file arch/m68k/m68k/copy.s
|
1996-02-23 02:35:07 +03:00
|
|
|
file arch/m68k/m68k/db_memrw.c ddb
|
1995-11-03 07:50:21 +03:00
|
|
|
include "../../m68k/fpe/files.fpe"
|
|
|
|
|
1993-12-02 21:29:18 +03:00
|
|
|
file arch/mac68k/mac68k/autoconf.c
|
1994-02-22 04:35:55 +03:00
|
|
|
file arch/mac68k/mac68k/clock.c
|
1996-02-02 16:38:05 +03:00
|
|
|
file arch/mac68k/mac68k/conf.c
|
1994-02-22 04:35:55 +03:00
|
|
|
file arch/mac68k/mac68k/disksubr.c disk
|
|
|
|
file arch/mac68k/mac68k/machdep.c
|
1994-12-04 02:33:55 +03:00
|
|
|
file arch/mac68k/mac68k/macrom.c
|
|
|
|
file arch/mac68k/mac68k/macromasm.s
|
1994-02-22 04:35:55 +03:00
|
|
|
file arch/mac68k/mac68k/mem.c
|
|
|
|
file arch/mac68k/mac68k/pmap.c
|
1995-06-21 06:43:19 +04:00
|
|
|
file arch/mac68k/mac68k/pmap_bootstrap.c
|
1994-02-22 04:35:55 +03:00
|
|
|
file arch/mac68k/mac68k/pram.c
|
1995-02-16 02:54:56 +03:00
|
|
|
file arch/mac68k/mac68k/pramasm.s
|
1994-02-22 04:35:55 +03:00
|
|
|
file arch/mac68k/mac68k/sys_machdep.c
|
|
|
|
file arch/mac68k/mac68k/trap.c
|
|
|
|
file arch/mac68k/mac68k/via.c
|
|
|
|
file arch/mac68k/mac68k/vm_machdep.c
|
1994-02-27 19:39:54 +03:00
|
|
|
|
1994-07-09 10:27:53 +04:00
|
|
|
file dev/cons.c
|
1995-04-11 13:52:11 +04:00
|
|
|
file dev/cninit.c
|
1995-02-05 09:13:52 +03:00
|
|
|
|
1995-11-21 08:06:28 +03:00
|
|
|
# RAM Disk for installs
|
1996-04-28 23:18:42 +04:00
|
|
|
# These files are out of order
|
|
|
|
pseudo-device rd
|
|
|
|
file dev/ramdisk.c rd needs-flag
|
1995-11-21 08:06:28 +03:00
|
|
|
file arch/mac68k/dev/rd_root.c ramdisk_hooks
|
|
|
|
|
|
|
|
major {sd = 4}
|
|
|
|
major {st = 5}
|
|
|
|
major {cd = 6}
|
1995-04-20 19:28:54 +04:00
|
|
|
major {vnd = 8}
|
1995-11-21 08:06:28 +03:00
|
|
|
major {rd = 13}
|
1995-04-27 16:08:54 +04:00
|
|
|
|
|
|
|
# Compatibility modules
|
|
|
|
|
|
|
|
# SunOS Binary Compatibility (COMPAT_SUNOS)
|
|
|
|
include "../../../compat/sunos/files.sunos"
|
|
|
|
file arch/m68k/m68k/sunos_machdep.c compat_sunos
|