1997-08-27 15:22:52 +04:00
|
|
|
# $NetBSD: files.mac68k,v 1.72 1997/08/27 11:25:49 bouyer Exp $
|
1994-10-26 11:45:48 +03:00
|
|
|
|
1993-12-02 21:29:18 +03:00
|
|
|
# mac68k-specific configuration info
|
|
|
|
|
1997-04-14 20:55:02 +04:00
|
|
|
# options understood by the mac68k-specific part of the kernel
|
|
|
|
# (note, these are case-sensitive)
|
|
|
|
defopt MRG_ADB
|
|
|
|
|
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-02-13 21:59:06 +03:00
|
|
|
define obio_norm { [addr = -1], ["no drq" = -1], ["no hsk" = -1] }
|
|
|
|
define obio_scsi5380 { [addr = -1], [drq = -1], [hsk = -1] }
|
|
|
|
device obio: obio_norm, obio_scsi5380
|
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
|
1997-02-13 21:59:06 +03:00
|
|
|
attach adb at obio_norm
|
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
|
1997-04-08 08:21:15 +04:00
|
|
|
file arch/mac68k/dev/adb_direct.c
|
|
|
|
file arch/mac68k/dev/pm_direct.c
|
1994-07-09 10:27:53 +04:00
|
|
|
|
1996-03-17 04:26:49 +03:00
|
|
|
device asc
|
1997-02-13 21:59:06 +03:00
|
|
|
attach asc at obio_norm
|
1997-02-11 01:11:27 +03:00
|
|
|
file arch/mac68k/dev/asc.c asc needs-flag
|
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
|
1997-02-13 21:59:06 +03:00
|
|
|
attach intvid at obio_norm
|
1996-05-20 02:29:04 +04:00
|
|
|
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
|
|
|
|
1997-04-29 09:17:13 +04:00
|
|
|
device ae: ifnet, ether, arp, dp8390nic
|
1997-02-24 09:05:20 +03:00
|
|
|
attach ae at nubus with ae_nubus
|
|
|
|
file arch/mac68k/dev/if_ae_nubus.c ae_nubus
|
|
|
|
file arch/mac68k/dev/if_ae.c ae
|
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
|
|
|
|
|
1997-03-22 00:42:39 +03:00
|
|
|
device sn: ifnet, ether, arp
|
1997-03-15 23:07:37 +03:00
|
|
|
attach sn at obio_norm with sn_obio
|
|
|
|
attach sn at nubus with sn_nubus
|
|
|
|
file arch/mac68k/dev/if_sn.c sn
|
|
|
|
file arch/mac68k/dev/if_sn_obio.c sn_obio
|
|
|
|
file arch/mac68k/dev/if_sn_nubus.c sn_nubus
|
|
|
|
|
1997-08-27 15:22:52 +04:00
|
|
|
include "dev/scsipi/files.scsipi"
|
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
|
1997-02-13 21:59:06 +03:00
|
|
|
attach ncrscsi at obio_scsi5380
|
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
|
1997-03-01 23:22:16 +03:00
|
|
|
attach sbc at obio_scsi5380 with sbc_obio
|
|
|
|
file arch/mac68k/dev/sbc_obio.c sbc_obio
|
1996-05-06 10:40:03 +04:00
|
|
|
file arch/mac68k/dev/sbc.c sbc
|
1996-04-28 23:18:42 +04:00
|
|
|
|
1997-02-27 17:07:59 +03:00
|
|
|
device esp: scsi, ncr53c9x
|
1997-02-13 21:59:06 +03:00
|
|
|
attach esp at obio_norm
|
1996-10-29 07:26:57 +03:00
|
|
|
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 }
|
1997-02-13 21:59:06 +03:00
|
|
|
attach zsc at obio_norm
|
1996-05-18 22:53:50 +04:00
|
|
|
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
|
1997-02-13 21:59:06 +03:00
|
|
|
attach fpu at mainbus
|
1996-04-28 23:18:42 +04:00
|
|
|
file arch/mac68k/mac68k/fpu.c fpu
|
|
|
|
|
1996-02-23 02:35:07 +03:00
|
|
|
file arch/m68k/m68k/db_memrw.c ddb
|
1997-03-06 05:14:51 +03: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
|
|
|
|
1997-04-11 04:58:23 +04:00
|
|
|
file arch/m68k/m68k/sig_machdep.c
|
|
|
|
|
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)
|
1997-03-06 05:14:51 +03:00
|
|
|
include "compat/sunos/files.sunos"
|
1995-04-27 16:08:54 +04:00
|
|
|
file arch/m68k/m68k/sunos_machdep.c compat_sunos
|