1997-01-21 12:39:20 +03:00
|
|
|
# $NetBSD: files.mac68k,v 1.55 1997/01/21 09:43:45 thorpej 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
|
|
|
|
1997-01-20 03:30:56 +03:00
|
|
|
device obio { }
|
1996-05-05 10:15:56 +04:00
|
|
|
attach obio at mainbus
|
|
|
|
file arch/mac68k/dev/obio.c obio
|
|
|
|
|
1997-01-20 03:30:56 +03:00
|
|
|
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
|
|
|
|
1997-01-20 03:30:56 +03:00
|
|
|
define grfbus { }
|
1996-05-20 02:29:04 +04:00
|
|
|
file arch/mac68k/dev/grf_subr.c grfbus
|
|
|
|
|
|
|
|
device intvid: grfbus
|
|
|
|
attach intvid at obio
|
|
|
|
file arch/mac68k/dev/grf_iv.c intvid
|
|
|
|
|
|
|
|
device macvid: grfbus
|
|
|
|
attach macvid at nubus
|
|
|
|
file arch/mac68k/dev/grf_mv.c macvid
|
|
|
|
|
1997-01-20 03:30:56 +03:00
|
|
|
device grf { }
|
1996-05-20 02:29:04 +04:00
|
|
|
attach grf at grfbus
|
1996-05-05 10:15:56 +04:00
|
|
|
file arch/mac68k/dev/grf.c grf needs-flag
|
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-08-05 05:00:12 +04:00
|
|
|
attach ite at grf
|
1996-04-28 23:18:42 +04:00
|
|
|
file arch/mac68k/dev/ite.c ite needs-flag
|
|
|
|
|
1996-09-22 10:49:09 +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-10-29 07:26:57 +03:00
|
|
|
device esp: scsi
|
|
|
|
attach esp at obio
|
|
|
|
file arch/mac68k/dev/esp.c esp needs-flag
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1996-05-18 22:53:50 +04:00
|
|
|
device zsc { channel = -1 }
|
|
|
|
attach zsc at obio
|
|
|
|
file arch/mac68k/dev/zs.c zsc needs-flag
|
|
|
|
file arch/mac68k/dev/z8530sc.c zsc
|
|
|
|
#file dev/ic/z8530sc.c zsc
|
|
|
|
|
|
|
|
device zstty: tty
|
|
|
|
attach zstty at zsc
|
|
|
|
file arch/mac68k/dev/z8530tty.c zstty needs-flag
|
|
|
|
#file dev/ic/z8530tty.c zstty needs-flag
|
1996-04-28 23:18:42 +04:00
|
|
|
|
|
|
|
# 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
|
1996-09-22 10:49:09 +04:00
|
|
|
include "arch/m68k/fpe/files.fpe"
|
1995-11-03 07:50:21 +03:00
|
|
|
|
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
|
1996-06-19 07:21:03 +04:00
|
|
|
file arch/mac68k/mac68k/mainbus.c
|
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
|
|
|
|
1996-12-29 02:22:07 +03:00
|
|
|
# Memory Disk for installs
|
1996-04-28 23:18:42 +04:00
|
|
|
# These files are out of order
|
1996-12-29 02:22:07 +03:00
|
|
|
file arch/mac68k/dev/md_root.c memory_disk_hooks
|
1995-11-21 08:06:28 +03:00
|
|
|
|
|
|
|
major {sd = 4}
|
|
|
|
major {st = 5}
|
|
|
|
major {cd = 6}
|
1995-04-20 19:28:54 +04:00
|
|
|
major {vnd = 8}
|
1996-12-29 02:22:07 +03:00
|
|
|
major {md = 13}
|
1995-04-27 16:08:54 +04:00
|
|
|
|
|
|
|
# Compatibility modules
|
|
|
|
|
|
|
|
# SunOS Binary Compatibility (COMPAT_SUNOS)
|
1996-09-22 10:49:09 +04:00
|
|
|
include "compat/sunos/files.sunos"
|
1995-04-27 16:08:54 +04:00
|
|
|
file arch/m68k/m68k/sunos_machdep.c compat_sunos
|