- Add printer device

- Add ym2149 files
- Make ramdisk a pseudo-device
This commit is contained in:
leo 1996-03-27 10:31:09 +00:00
parent 28e46e648f
commit 202c5712f6
6 changed files with 21 additions and 9 deletions

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ATARITT,v 1.10 1996/03/14 21:41:19 leo Exp $
# $NetBSD: ATARITT,v 1.11 1996/03/27 10:31:09 leo Exp $
#
# ATARI-TT
#
@ -98,6 +98,7 @@ pseudo-device ppp # ppp
pseudo-device pty 16 # Pseudo-tty support
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
pseudo-device rd 1 # Boot ramdisk
#
#The following sections describe various hardware options.
@ -106,3 +107,4 @@ zs0 at mainbus0 # Serial support through 8530
grf1 at grfbus0 # second graphics driver
ite1 at grf1 # second tty
nvr0 at mainbus0 # nvram driver
lpt0 at mainbus0 # centronics printer

View File

@ -1,5 +1,5 @@
#
# $NetBSD: BOOT,v 1.7 1996/03/14 21:41:21 leo Exp $
# $NetBSD: BOOT,v 1.8 1996/03/27 10:31:13 leo Exp $
#
# BOOT
#
@ -92,6 +92,7 @@ pseudo-device ppp # ppp
pseudo-device pty 16 # Pseudo-tty support
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
pseudo-device rd 1 # Boot ramdisk
#
#The following sections describe various hardware options.
@ -100,3 +101,4 @@ zs0 at mainbus0 # Serial support through 8530
grf1 at grfbus0 # second graphics driver
ite1 at grf1 # second tty
nvr0 at mainbus0 # nvram driver
lpt0 at mainbus0 # centronics printer

View File

@ -1,5 +1,5 @@
#
# $NetBSD: FALCON,v 1.7 1996/03/14 21:41:23 leo Exp $
# $NetBSD: FALCON,v 1.8 1996/03/27 10:31:14 leo Exp $
#
# ATARI-FALCON
#
@ -84,6 +84,7 @@ pseudo-device ppp # ppp
pseudo-device pty 16 # Pseudo-tty support
pseudo-device loop # Loopback network
pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
pseudo-device rd 1 # Boot ramdisk
#
#The following sections describe various hardware options.
@ -92,3 +93,4 @@ zs0 at mainbus0 # Serial support through 8530
grf1 at grfbus0 # second graphics driver
ite1 at grf1 # second tty
nvr0 at mainbus0 # nvram driver
lpt0 at mainbus0 # centronics printer

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC,v 1.12 1996/03/14 21:41:25 leo Exp $
# $NetBSD: GENERIC,v 1.13 1996/03/27 10:31:15 leo Exp $
#
# Generic atari
#
@ -111,9 +111,11 @@ pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
pseudo-device bpfilter 2 # berkeley packet filters
pseudo-device tun 2 # network tunnel
pseudo-device ccd 4 # concatenating disk driver
pseudo-device rd 1 # Boot ramdisk
#
#The following sections describe various hardware options.
#
zs0 at mainbus0 # Serial support through 8530
nvr0 at mainbus0 # nvram driver
lpt0 at mainbus0 # centronics printer

View File

@ -1,5 +1,5 @@
#
# $NetBSD: files.atari,v 1.18 1996/03/17 13:21:16 cgd Exp $
# $NetBSD: files.atari,v 1.19 1996/03/27 10:31:17 leo Exp $
#
maxpartitions 16
@ -29,9 +29,13 @@ device zs: tty
attach zs at mainbus
file arch/atari/dev/zs.c zs needs-count
# printer
device lpt
attach lpt at mainbus
file arch/atari/dev/lpt.c lpt
#ramdisk
device rd
attach rd at mainbus
pseudo-device rd
file dev/ramdisk.c rd needs-count
file arch/atari/dev/rd_root.c ramdisk_hooks
@ -106,6 +110,7 @@ file arch/atari/atari/misc.c
file arch/atari/atari/vm_machdep.c
file arch/atari/atari/db_memrw.c ddb
file arch/atari/atari/fpu.c
file arch/atari/dev/ym2149.c
file arch/m68k/m68k/copy.s
# Emulation modules

View File

@ -1,4 +1,4 @@
# $NetBSD: std.atari,v 1.4 1996/03/14 21:41:31 leo Exp $
# $NetBSD: std.atari,v 1.5 1996/03/27 10:31:18 leo Exp $
#
# standard atari information
#
@ -10,7 +10,6 @@ options MACHINE_NONCONTIG # Non-contiguous memory support
mainbus0 at root
clock0 at mainbus0 # system clock
rd0 at mainbus0 # ramdisk for install-fs
kbd0 at mainbus0 # standard keyboard
fdc0 at mainbus0 # floppy controller
fd0 at fdc0 unit 0 # buildin floppy drive