1995-03-26 11:12:03 +04:00
|
|
|
#
|
2001-01-17 03:07:18 +03:00
|
|
|
# $NetBSD: files.atari,v 1.71 2001/01/17 00:07:22 fvdl 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
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device mainbus {}
|
1996-03-17 04:16:48 +03:00
|
|
|
attach mainbus at root
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device cpu
|
1996-03-17 04:16:48 +03:00
|
|
|
attach cpu at mainbus
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
define event {}
|
|
|
|
file arch/atari/dev/event.c event
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device clock
|
1996-03-17 04:16:48 +03:00
|
|
|
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
|
1998-02-17 01:12:45 +03:00
|
|
|
device kbd: event
|
1996-03-17 04:16:48 +03:00
|
|
|
attach kbd at mainbus
|
1997-04-02 00:14:06 +04:00
|
|
|
file arch/atari/dev/kbd.c kbd needs-flag
|
1995-03-26 11:12:03 +04:00
|
|
|
|
2000-05-09 18:30:47 +04:00
|
|
|
# serial port via 68901 (ttyB0/ttyB1)
|
1998-02-17 01:12:45 +03:00
|
|
|
device ser: tty
|
1997-05-25 16:41:27 +04:00
|
|
|
attach ser at mainbus
|
|
|
|
file arch/atari/dev/ser.c ser needs-flag
|
|
|
|
|
2000-05-09 18:30:47 +04:00
|
|
|
# serial port via 85C30 (ttyA0/ttyA1)
|
1998-02-17 01:12:45 +03:00
|
|
|
device zs: tty
|
1996-03-17 04:16:48 +03:00
|
|
|
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
|
1998-02-17 01:12:45 +03:00
|
|
|
device lp
|
1997-07-30 19:43:23 +04:00
|
|
|
attach lp at mainbus
|
|
|
|
file arch/atari/dev/lpt.c lp needs-flag
|
1996-03-27 13:31:09 +03:00
|
|
|
|
1996-12-29 02:10:44 +03:00
|
|
|
# memory disk
|
|
|
|
file arch/atari/dev/md_root.c memory_disk_hooks
|
1999-09-27 18:32:17 +04:00
|
|
|
major {md = 1}
|
1995-03-26 11:12:03 +04:00
|
|
|
|
2000-03-14 18:56:51 +03:00
|
|
|
# RAIDframe
|
|
|
|
major {raid = 15}
|
|
|
|
|
1996-01-06 23:10:41 +03:00
|
|
|
# nvram
|
1998-02-17 01:12:45 +03:00
|
|
|
device nvr
|
1996-03-17 04:16:48 +03:00
|
|
|
attach nvr at mainbus
|
1996-01-06 23:10:41 +03:00
|
|
|
file arch/atari/dev/nvram.c nvr needs-flag
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device fdc { unit = -1 }
|
1996-03-17 04:16:48 +03:00
|
|
|
attach fdc at mainbus
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1996-11-10 01:30:55 +03:00
|
|
|
# TT/Falcon floppy driver
|
1998-02-17 01:12:45 +03:00
|
|
|
device fd: disk
|
1996-03-17 04:16:48 +03:00
|
|
|
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
|
1998-02-17 01:12:45 +03:00
|
|
|
device hdfd: disk
|
1996-11-10 01:30:55 +03:00
|
|
|
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
|
1998-09-02 15:23:41 +04:00
|
|
|
device avmebus {}
|
|
|
|
attach avmebus at mainbus
|
1997-03-03 15:26:20 +03:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device vme {[ioport = -1], [iosize = 0], [mem = -1], [memsiz = 0], [irq = -1] }
|
1998-09-02 15:23:41 +04:00
|
|
|
attach vme at avmebus
|
1997-03-03 15:26:20 +03:00
|
|
|
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
|
1998-07-21 21:36:01 +04:00
|
|
|
attach le at vme with le_vme: le24
|
1997-03-10 12:44:52 +03:00
|
|
|
file arch/atari/vme/if_le_vme.c le_vme
|
|
|
|
|
1998-08-18 11:45:02 +04:00
|
|
|
# Circad Leonardo 24-bit true color video
|
|
|
|
device leo
|
|
|
|
attach leo at vme
|
|
|
|
file arch/atari/vme/leo.c leo needs-count
|
|
|
|
|
1998-04-23 13:26:18 +04:00
|
|
|
# ET4000 (Crazy Dots II) color video
|
|
|
|
device et
|
|
|
|
attach et at vme
|
|
|
|
file arch/atari/vme/et4000.c et needs-count
|
|
|
|
|
1995-03-26 11:12:03 +04:00
|
|
|
# graphic devices
|
|
|
|
define grfb {}
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device grfbus: grfb
|
1996-03-17 04:16:48 +03:00
|
|
|
attach grfbus at mainbus
|
1996-10-04 11:12:39 +04:00
|
|
|
file arch/atari/dev/grf.c
|
2000-02-12 00:35:42 +03:00
|
|
|
file arch/atari/dev/grfabs.c grfcc | grfet
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device grfcc {}
|
1996-09-16 10:14:21 +04:00
|
|
|
attach grfcc at grfb
|
|
|
|
file arch/atari/dev/ite_cc.c grfcc needs-count
|
|
|
|
file arch/atari/dev/grfabs_tt.c grfcc
|
|
|
|
file arch/atari/dev/grfabs_fal.c grfcc
|
1995-03-26 11:12:03 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device grfet {}
|
1996-09-25 19:15:07 +04:00
|
|
|
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
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device ite: tty
|
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
|
|
|
|
|
|
|
|
|
1999-07-07 04:05:28 +04:00
|
|
|
defpseudo 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
|
|
|
|
1999-07-07 04:05:28 +04:00
|
|
|
defpseudo mouse
|
1995-06-25 23:05:23 +04:00
|
|
|
file arch/atari/dev/ms.c mouse needs-count
|
|
|
|
|
2000-11-21 16:34:57 +03:00
|
|
|
# Machine-independent I2O drivers
|
|
|
|
include "dev/i2o/files.i2o"
|
|
|
|
|
1996-10-04 11:12:39 +04:00
|
|
|
#
|
|
|
|
# PCI-devices
|
|
|
|
#
|
|
|
|
file arch/atari/pci/pci_machdep.c pci | grfet
|
1999-03-15 18:47:11 +03:00
|
|
|
file arch/atari/pci/pci_vga.c pci
|
|
|
|
file arch/atari/pci/pci_tseng.c pci
|
1996-10-04 11:12:39 +04:00
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device pcibus
|
1996-10-04 11:12:39 +04:00
|
|
|
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
|
|
|
|
1997-08-27 10:52:46 +04:00
|
|
|
#
|
|
|
|
# ISA-devices
|
|
|
|
#
|
|
|
|
file arch/atari/isa/isa_machdep.c isa
|
|
|
|
|
1998-02-17 01:12:45 +03:00
|
|
|
device isabus
|
1997-08-27 10:52:46 +04:00
|
|
|
attach isabus at mainbus
|
|
|
|
|
|
|
|
include "dev/isa/files.isa"
|
1998-04-10 14:37:04 +04:00
|
|
|
include "dev/ata/files.ata"
|
|
|
|
|
|
|
|
attach wdc at mainbus with wdc_mb
|
|
|
|
file arch/atari/dev/wdc_mb.c wdc_mb
|
|
|
|
major {wd = 14}
|
|
|
|
|
1998-04-22 11:57:52 +04:00
|
|
|
# ISA Plug 'n Play devices
|
|
|
|
file arch/atari/isa/isapnp_machdep.c isapnp
|
1997-08-27 10:52:46 +04:00
|
|
|
|
1999-06-08 00:31:27 +04:00
|
|
|
include "dev/scsipi/files.scsipi"
|
1996-03-06 17:47:44 +03:00
|
|
|
major {sd = 4}
|
|
|
|
major {cd = 6}
|
1995-03-26 11:12:03 +04:00
|
|
|
|
|
|
|
# ncr 5380 controller
|
1998-02-17 01:12:45 +03:00
|
|
|
device ncrscsi: scsi
|
1996-03-17 04:16:48 +03:00
|
|
|
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...
|
2000-05-09 18:30:47 +04:00
|
|
|
file dev/cons.c ite | ser
|
|
|
|
file dev/cninit.c ite | ser
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/atari/atari_init.c
|
|
|
|
file arch/atari/atari/autoconf.c
|
1998-04-22 12:01:17 +04:00
|
|
|
file arch/atari/atari/be_bus.c vme
|
1998-03-14 00:05:10 +03:00
|
|
|
file arch/atari/atari/bus.c
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/atari/conf.c
|
|
|
|
file arch/atari/atari/disksubr.c
|
|
|
|
file arch/atari/atari/dkbad.c
|
1998-04-10 14:28:47 +04:00
|
|
|
file arch/atari/atari/le_bus.c pci | isa
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/atari/machdep.c
|
1998-04-10 12:19:53 +04:00
|
|
|
file arch/atari/atari/mainbus.c
|
1995-03-26 11:12:03 +04:00
|
|
|
file arch/atari/atari/mem.c
|
|
|
|
file arch/atari/atari/pmap.c
|
2001-01-17 03:07:18 +03:00
|
|
|
file arch/atari/atari/procfs_machdep.c procfs
|
1995-03-26 11:12:03 +04:00
|
|
|
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-06-04 18:33:49 +04:00
|
|
|
file arch/m68k/m68k/cacheops.c
|
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
|
|
|
|
1997-09-29 00:49:56 +04:00
|
|
|
# 68060 software support package
|
|
|
|
include "arch/m68k/060sp/files.060sp"
|
|
|
|
|
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
|
1998-12-15 22:36:36 +03:00
|
|
|
|
1999-04-20 01:22:56 +04:00
|
|
|
# SVR4 Binary Compatibility (COMPAT_SVR4)
|
|
|
|
include "compat/svr4/files.svr4"
|
|
|
|
|
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"
|
1999-05-07 00:27:57 +04:00
|
|
|
|
|
|
|
# network devices MII bus
|
1999-07-09 06:32:28 +04:00
|
|
|
include "dev/mii/files.mii"
|