1995-03-26 11:12:03 +04:00
|
|
|
#
|
1997-03-17 22:46:36 +03:00
|
|
|
# $NetBSD: files.atari,v 1.34 1997/03/17 19:46:41 gwr Exp $
|
1997-03-15 21:09:08 +03:00
|
|
|
|
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
|
1997-02-26 15:26:36 +03:00
|
|
|
file dev/clock_subr.c
|
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
|
|
|
|
|
1996-03-27 13:31:09 +03:00
|
|
|
# printer
|
|
|
|
device lpt
|
|
|
|
attach lpt at mainbus
|
|
|
|
file arch/atari/dev/lpt.c lpt
|
|
|
|
|
1996-12-29 02:10:44 +03:00
|
|
|
# memory disk
|
|
|
|
file arch/atari/dev/md_root.c memory_disk_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-11-10 01:30:55 +03:00
|
|
|
# TT/Falcon floppy driver
|
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}
|
|
|
|
|
1996-11-10 01:30:55 +03:00
|
|
|
# Hades floppy driver
|
|
|
|
device hdfd
|
|
|
|
attach hdfd at fdc
|
|
|
|
file arch/atari/dev/hdfd.c hdfd needs-flag
|
1996-12-17 00:25:45 +03:00
|
|
|
file arch/atari/dev/hdfd_intr.s hdfd
|
1996-11-10 01:30:55 +03:00
|
|
|
major {hdfd = 2}
|
|
|
|
|
1997-03-03 15:26:20 +03:00
|
|
|
# The generic VME-bus driver
|
|
|
|
device vmebus {}
|
|
|
|
attach vmebus at mainbus
|
|
|
|
|
|
|
|
device vme {[ioport = -1], [iosize = 0], [mem = -1], [memsiz = 0], [irq = -1] }
|
|
|
|
attach vme at vmebus
|
|
|
|
file arch/atari/vme/vme.c vme
|
|
|
|
file arch/atari/vme/vme_machdep.c vme
|
|
|
|
|
1997-03-10 12:44:52 +03:00
|
|
|
#
|
|
|
|
# Devices on the VME-bus
|
|
|
|
#
|
|
|
|
|
|
|
|
# Lance ethernet (Riebl/PAM)
|
|
|
|
# device defined in sys/conf/files
|
|
|
|
attach le at vme with le_vme
|
|
|
|
file arch/atari/vme/if_le_vme.c le_vme
|
|
|
|
|
1995-03-26 11:12:03 +04:00
|
|
|
# graphic devices
|
|
|
|
define grfb {}
|
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device grfbus: grfb
|
|
|
|
attach grfbus at mainbus
|
1996-10-04 11:12:39 +04:00
|
|
|
file arch/atari/dev/grf.c
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-09-16 10:14:21 +04:00
|
|
|
device grfcc {}
|
|
|
|
attach grfcc at grfb
|
|
|
|
file arch/atari/dev/ite_cc.c grfcc needs-count
|
|
|
|
file arch/atari/dev/grfabs.c grfcc
|
|
|
|
file arch/atari/dev/grfabs_tt.c grfcc
|
|
|
|
file arch/atari/dev/grfabs_fal.c grfcc
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-09-25 19:15:07 +04:00
|
|
|
device grfet {}
|
|
|
|
attach grfet at grfb
|
|
|
|
file arch/atari/dev/ite_et.c grfet needs-count
|
1996-10-04 11:12:39 +04:00
|
|
|
file arch/atari/dev/grfabs_et.c grfet
|
1996-09-25 19:15:07 +04:00
|
|
|
|
1996-03-17 04:16:48 +03:00
|
|
|
device ite
|
1996-10-04 11:12:39 +04:00
|
|
|
attach ite at grfcc,grfet
|
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
|
1996-10-04 11:12:39 +04:00
|
|
|
file arch/atari/dev/view.c view | grfcc | grfet needs-count
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1995-06-25 23:05:23 +04:00
|
|
|
pseudo-device mouse
|
|
|
|
file arch/atari/dev/ms.c mouse needs-count
|
|
|
|
|
1996-10-04 11:12:39 +04:00
|
|
|
#
|
|
|
|
# PCI-devices
|
|
|
|
#
|
|
|
|
file arch/atari/pci/pci_machdep.c pci | grfet
|
|
|
|
|
|
|
|
device pcibus
|
|
|
|
attach pcibus at mainbus
|
|
|
|
|
1996-10-16 16:50:30 +04:00
|
|
|
include "dev/pci/files.pci"
|
1996-10-04 11:12:39 +04:00
|
|
|
|
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}
|
1996-10-16 16:50:30 +04:00
|
|
|
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
|
1996-04-12 12:57:43 +04:00
|
|
|
file arch/atari/atari/stalloc.c
|
1995-03-26 11:12:03 +04:00
|
|
|
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
|
1996-03-27 13:31:09 +03:00
|
|
|
file arch/atari/dev/ym2149.c
|
1996-12-27 02:25:01 +03:00
|
|
|
file arch/atari/atari/intr.c
|
1997-03-17 22:46:36 +03:00
|
|
|
file arch/m68k/m68k/copy.s
|
|
|
|
file arch/m68k/m68k/bcopy.s
|
|
|
|
file arch/m68k/m68k/copypage.s
|
1995-04-27 16:08:54 +04:00
|
|
|
|
1995-05-28 23:58:18 +04:00
|
|
|
# Emulation modules
|
|
|
|
# 6888x emulator (FPU_EMULATE)
|
1996-10-16 16:50:30 +04:00
|
|
|
include "arch/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)
|
1996-10-16 16:50:30 +04:00
|
|
|
include "compat/sunos/files.sunos"
|
1995-04-27 16:08:54 +04:00
|
|
|
file arch/m68k/m68k/sunos_machdep.c compat_sunos
|