1995-03-26 11:12:03 +04:00
|
|
|
#
|
1996-03-17 04:16:48 +03:00
|
|
|
# $NetBSD: files.atari,v 1.17 1996/03/17 01:26:39 thorpej Exp $
|
1995-03-26 11:12:03 +04:00
|
|
|
#
|
|
|
|
|
1995-04-16 18:50:40 +04:00
|
|
|
maxpartitions 16
|
|
|
|
|
1995-03-26 11:12:03 +04:00
|
|
|
maxusers 2 8 64
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device mainbus {}
|
|
|
|
attach mainbus at root
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device cpu
|
|
|
|
attach cpu at mainbus
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
define event {}
|
|
|
|
file arch/atari/dev/event.c event
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device clock
|
|
|
|
attach clock at mainbus
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/dev/clock.c
|
|
|
|
|
|
|
|
# keyboard
|
1996-03-17 04:16:48 +03:00
|
|
|
device kbd: event
|
|
|
|
attach kbd at mainbus
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/dev/kbd.c kbd needs-count
|
|
|
|
|
|
|
|
# serial port via 85C30 (modem2/serial2)
|
1996-03-17 04:16:48 +03:00
|
|
|
device zs: tty
|
|
|
|
attach zs at mainbus
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/dev/zs.c zs needs-count
|
|
|
|
|
|
|
|
#ramdisk
|
1996-03-17 04:16:48 +03:00
|
|
|
device rd
|
|
|
|
attach rd at mainbus
|
1996-03-15 00:41:04 +03:00
|
|
|
file dev/ramdisk.c rd needs-count
|
|
|
|
file arch/atari/dev/rd_root.c ramdisk_hooks
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-01-06 23:10:41 +03:00
|
|
|
# nvram
|
1996-03-17 04:16:48 +03:00
|
|
|
device nvr
|
|
|
|
attach nvr at mainbus
|
1996-01-06 23:10:41 +03:00
|
|
|
file arch/atari/dev/nvram.c nvr needs-flag
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device fdc { unit = -1 }
|
|
|
|
attach fdc at mainbus
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device fd
|
|
|
|
attach fd at fdc
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/dev/fd.c fd needs-flag
|
|
|
|
file arch/atari/dev/dma.c
|
|
|
|
major {fd = 2}
|
|
|
|
|
|
|
|
# graphic devices
|
|
|
|
define grfb {}
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device grfbus: grfb
|
|
|
|
attach grfbus at mainbus
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device grf {}
|
|
|
|
attach grf at grfb
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/dev/grf.c grf needs-count
|
|
|
|
file arch/atari/dev/ite_cc.c grf ite
|
|
|
|
file arch/atari/dev/grfabs.c grf ite
|
1995-08-20 22:17:09 +04:00
|
|
|
file arch/atari/dev/grfabs_tt.c grf ite
|
|
|
|
file arch/atari/dev/grfabs_fal.c grf ite
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device ite
|
|
|
|
attach ite at grf
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/dev/ite.c ite needs-flag
|
|
|
|
file arch/atari/dev/kbdmap.c ite
|
|
|
|
file arch/atari/dev/font_8x8.c ite
|
|
|
|
file arch/atari/dev/font_8x16.c ite
|
|
|
|
|
|
|
|
|
|
|
|
pseudo-device view
|
|
|
|
file arch/atari/dev/view.c view grf needs-count
|
|
|
|
|
1995-06-25 23:05:23 +04:00
|
|
|
pseudo-device mouse
|
|
|
|
file arch/atari/dev/ms.c mouse needs-count
|
|
|
|
|
1996-03-06 17:47:44 +03:00
|
|
|
#
|
|
|
|
# XXX: Some scsi-devices must be at fixed major#
|
|
|
|
major {sd = 4}
|
|
|
|
major {st = 5}
|
|
|
|
major {cd = 6}
|
|
|
|
include "../../../scsi/files.scsi"
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
# ncr 5380 controller
|
1996-03-17 04:16:48 +03:00
|
|
|
device ncrscsi: scsi
|
|
|
|
attach ncrscsi at mainbus
|
1995-08-12 00:01:15 +04:00
|
|
|
file arch/atari/dev/atari5380.c ncrscsi
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
# list of standard files...
|
|
|
|
file dev/cons.c ite
|
1995-04-11 13:52:11 +04:00
|
|
|
file dev/cninit.c ite
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/atari/atari_init.c
|
|
|
|
file arch/atari/atari/autoconf.c
|
|
|
|
file arch/atari/atari/conf.c
|
|
|
|
file arch/atari/atari/disksubr.c
|
|
|
|
file arch/atari/atari/dkbad.c
|
|
|
|
file arch/atari/atari/machdep.c
|
|
|
|
file arch/atari/atari/mem.c
|
|
|
|
file arch/atari/atari/pmap.c
|
|
|
|
file arch/atari/atari/sys_machdep.c
|
|
|
|
file arch/atari/atari/trap.c
|
|
|
|
file arch/atari/atari/misc.c
|
|
|
|
file arch/atari/atari/vm_machdep.c
|
1995-06-09 23:50:42 +04:00
|
|
|
file arch/atari/atari/db_memrw.c ddb
|
1995-08-28 23:31:06 +04:00
|
|
|
file arch/atari/atari/fpu.c
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/m68k/m68k/copy.s
|
1995-04-27 16:08:54 +04:00
|
|
|
|
1995-05-28 23:58:18 +04:00
|
|
|
# Emulation modules
|
|
|
|
# 6888x emulator (FPU_EMULATE)
|
1995-12-01 22:53:07 +03:00
|
|
|
include "../../m68k/fpe/files.fpe"
|
1995-05-28 23:58:18 +04:00
|
|
|
|
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
|