1999-02-18 10:32:56 +03:00
|
|
|
# $NetBSD: files.mac68k,v 1.88 1999/02/18 07:33:44 scottr 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)
|
1998-10-22 08:36:50 +04:00
|
|
|
defopt opt_adb.h ADB_DEBUG MRG_ADB ALTXBUTTONS
|
1998-07-01 18:49:07 +04:00
|
|
|
defopt opt_grf.h GRF_COMPAT
|
1998-10-22 08:36:50 +04:00
|
|
|
defopt opt_mac68k.h DISABLE_EXT_CACHE ZS_CONSOLE_ABORT
|
1997-04-14 20:55:02 +04:00
|
|
|
|
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
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device mainbus { } # no locators (yet?)
|
1996-03-17 04:26:49 +03:00
|
|
|
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] }
|
1998-02-17 01:12:45 +03:00
|
|
|
device obio: obio_norm, obio_scsi5380
|
1996-05-05 10:15:56 +04:00
|
|
|
attach obio at mainbus
|
1998-05-02 20:45:27 +04:00
|
|
|
file arch/mac68k/obio/obio.c obio
|
1996-05-05 10:15:56 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device nubus { }
|
1996-03-17 04:26:49 +03:00
|
|
|
attach nubus at mainbus
|
1998-05-02 20:45:27 +04:00
|
|
|
file arch/mac68k/nubus/nubus.c nubus
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1998-10-23 05:16:22 +04: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/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
|
|
|
|
1998-10-23 05:16:22 +04:00
|
|
|
device aed
|
|
|
|
attach aed at adb
|
|
|
|
file arch/mac68k/dev/aed.c aed needs-flag
|
|
|
|
|
|
|
|
device kbd
|
|
|
|
attach kbd at adb
|
|
|
|
file arch/mac68k/dev/kbd.c kbd needs-flag
|
|
|
|
|
|
|
|
device ms
|
|
|
|
attach ms at adb
|
|
|
|
file arch/mac68k/dev/ms.c ms needs-flag
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device asc
|
1997-02-13 21:59:06 +03:00
|
|
|
attach asc at obio_norm
|
1998-05-02 20:45:27 +04:00
|
|
|
file arch/mac68k/obio/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
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device intvid: grfbus
|
1997-02-13 21:59:06 +03:00
|
|
|
attach intvid at obio_norm
|
1998-05-02 20:45:27 +04:00
|
|
|
file arch/mac68k/obio/grf_obio.c intvid
|
1996-05-20 02:29:04 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device macvid: grfbus
|
1996-05-20 02:29:04 +04:00
|
|
|
attach macvid at nubus
|
1998-05-02 20:45:27 +04:00
|
|
|
file arch/mac68k/nubus/grf_nubus.c macvid
|
1996-05-20 02:29:04 +04:00
|
|
|
|
1998-02-17 01:12:45 +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
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device ite: tty
|
1997-11-04 06:44:42 +03:00
|
|
|
attach ite at grf
|
|
|
|
file arch/mac68k/dev/ite.c ite needs-flag
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device ae: ifnet, ether, arp, dp8390nic
|
1997-02-24 09:05:20 +03:00
|
|
|
attach ae at nubus with ae_nubus
|
1998-05-02 20:45:27 +04:00
|
|
|
file arch/mac68k/nubus/if_ae_nubus.c ae_nubus
|
1997-02-24 09:05:20 +03:00
|
|
|
file arch/mac68k/dev/if_ae.c ae
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device mc: ifnet, ether, arp
|
1997-11-04 06:44:42 +03:00
|
|
|
attach mc at obio_norm with mc_obio
|
|
|
|
file arch/mac68k/dev/if_mc.c mc
|
1998-05-02 20:45:27 +04:00
|
|
|
file arch/mac68k/obio/if_mc_obio.c mc_obio
|
1996-04-28 23:18:42 +04:00
|
|
|
|
1998-02-17 01:12:45 +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
|
1998-05-02 20:45:27 +04:00
|
|
|
file arch/mac68k/obio/if_sn_obio.c sn_obio
|
|
|
|
file arch/mac68k/nubus/if_sn_nubus.c sn_nubus
|
1997-03-15 23:07:37 +03:00
|
|
|
|
1999-02-18 10:32:56 +03:00
|
|
|
# Sony floppy disk controller
|
|
|
|
device iwm { drive = -1 }
|
|
|
|
attach iwm at obio_norm
|
|
|
|
|
|
|
|
device fd: disk
|
|
|
|
attach fd at iwm
|
|
|
|
file arch/mac68k/obio/iwm_fd.c fd needs-flag
|
|
|
|
file arch/mac68k/obio/iwm.s fd needs-flag
|
|
|
|
|
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
|
1998-02-17 01:12:45 +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
|
1998-02-17 01:12:45 +03:00
|
|
|
device sbc: scsi, ncr5380sbc
|
1997-03-01 23:22:16 +03:00
|
|
|
attach sbc at obio_scsi5380 with sbc_obio
|
1996-05-06 10:40:03 +04:00
|
|
|
file arch/mac68k/dev/sbc.c sbc
|
1998-05-02 20:45:27 +04:00
|
|
|
file arch/mac68k/obio/sbc_obio.c sbc_obio
|
1996-04-28 23:18:42 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device esp: scsi, ncr53c9x
|
1997-02-13 21:59:06 +03:00
|
|
|
attach esp at obio_norm
|
1998-05-02 20:45:27 +04:00
|
|
|
file arch/mac68k/obio/esp.c esp needs-flag
|
1993-12-02 21:29:18 +03:00
|
|
|
|
1998-02-17 01:12:45 +03: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
|
1997-10-20 12:13:26 +04:00
|
|
|
#file arch/mac68k/dev/z8530sc.c zsc
|
|
|
|
file dev/ic/z8530sc.c zsc
|
1996-05-18 22:53:50 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device zstty: tty
|
1996-05-18 22:53:50 +04:00
|
|
|
attach zstty at zsc
|
1997-10-20 12:13:26 +04:00
|
|
|
file dev/ic/z8530tty.c zstty needs-flag
|
1998-04-24 09:15:25 +04:00
|
|
|
file arch/mac68k/dev/zs_kgdb.c kgdb
|
1996-04-28 23:18:42 +04:00
|
|
|
|
|
|
|
# This one is out of alphabetical order
|
1998-02-17 01:12:45 +03:00
|
|
|
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
|
|
|
|
|
1998-04-24 09:15:25 +04:00
|
|
|
file arch/m68k/m68k/db_memrw.c ddb | kgdb
|
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
|
1998-04-01 02:09:28 +04:00
|
|
|
file arch/mac68k/mac68k/bus_space.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
|
1998-08-12 09:42:44 +04:00
|
|
|
file arch/mac68k/mac68k/intr.c
|
1998-04-24 09:15:25 +04:00
|
|
|
file arch/mac68k/mac68k/kgdb_machdep.c kgdb
|
1994-02-22 04:35:55 +03:00
|
|
|
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
|
1998-06-01 03:28:07 +04:00
|
|
|
file arch/mac68k/mac68k/pmap_bootstrap.c compile-with "${NOPROF_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
|
1997-11-04 06:44:42 +03:00
|
|
|
file arch/mac68k/mac68k/psc.c
|
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)
|
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
|
1998-12-15 22:36:36 +03:00
|
|
|
|
|
|
|
# Linux binary compatibility (COMPAT_LINUX)
|
|
|
|
include "compat/linux/files.linux"
|
|
|
|
include "compat/linux/arch/m68k/files.linux_m68k"
|
|
|
|
|
|
|
|
# OSS audio driver compatibility
|
|
|
|
include "compat/ossaudio/files.ossaudio"
|