Move the definition for the floppy device from std.atari to the different
config files because the Hades needs another driver for it.
This commit is contained in:
parent
9e4b2c6012
commit
626210d212
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: ATARITT,v 1.15 1996/10/16 12:50:30 leo Exp $
|
||||
# $NetBSD: ATARITT,v 1.16 1996/11/08 14:12:19 leo Exp $
|
||||
#
|
||||
# ATARI-TT
|
||||
#
|
||||
@ -115,6 +115,8 @@ pseudo-device rd 1 # Boot ramdisk
|
||||
#
|
||||
#The following sections describe various hardware options.
|
||||
#
|
||||
fd0 at fdc0 unit 0 # builtin floppy drive
|
||||
fd1 at fdc0 unit 1 # external floppy drive
|
||||
zs0 at mainbus0 # Serial support through 8530
|
||||
grfcc1 at grfbus0 # second graphics driver
|
||||
ite* at grfcc1 # second tty
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: BOOT,v 1.13 1996/10/16 12:50:31 leo Exp $
|
||||
# $NetBSD: BOOT,v 1.14 1996/11/08 14:12:21 leo Exp $
|
||||
#
|
||||
# BOOT
|
||||
#
|
||||
@ -102,6 +102,8 @@ pseudo-device rd 1 # Boot ramdisk
|
||||
#
|
||||
#The following sections describe various hardware options.
|
||||
#
|
||||
fd0 at fdc0 unit 0 # builtin floppy drive
|
||||
fd1 at fdc0 unit 1 # external floppy drive
|
||||
zs0 at mainbus0 # Serial support through 8530
|
||||
nvr0 at mainbus0 # nvram driver
|
||||
lpt0 at mainbus0 # centronics printer
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: BOOTX,v 1.6 1996/10/16 12:50:31 leo Exp $
|
||||
# $NetBSD: BOOTX,v 1.7 1996/11/08 14:12:27 leo Exp $
|
||||
#
|
||||
# BOOTX
|
||||
#
|
||||
@ -106,6 +106,8 @@ pseudo-device rd 1 # Boot ramdisk
|
||||
#
|
||||
#The following sections describe various hardware options.
|
||||
#
|
||||
fd0 at fdc0 unit 0 # builtin floppy drive
|
||||
fd1 at fdc0 unit 1 # external floppy drive
|
||||
zs0 at mainbus0 # Serial support through 8530
|
||||
grf1 at grfbus0 # second graphics driver
|
||||
ite* at grfcc1 # second tty
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: FALCON,v 1.12 1996/10/16 12:50:32 leo Exp $
|
||||
# $NetBSD: FALCON,v 1.13 1996/11/08 14:12:28 leo Exp $
|
||||
#
|
||||
# ATARI-FALCON
|
||||
#
|
||||
@ -102,6 +102,8 @@ pseudo-device rd 1 # Boot ramdisk
|
||||
#
|
||||
#The following sections describe various hardware options.
|
||||
#
|
||||
fd0 at fdc0 unit 0 # builtin floppy drive
|
||||
fd1 at fdc0 unit 1 # external floppy drive
|
||||
zs0 at mainbus0 # Serial support through 8530
|
||||
grf1 at grfbus0 # second graphics driver
|
||||
ite* at grfcc1 # second tty
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# $NetBSD: GENERIC,v 1.19 1996/10/16 12:50:33 leo Exp $
|
||||
# $NetBSD: GENERIC,v 1.20 1996/11/08 14:12:30 leo Exp $
|
||||
#
|
||||
# Generic atari
|
||||
#
|
||||
@ -135,6 +135,8 @@ pseudo-device rd 1 # Boot ramdisk
|
||||
#
|
||||
#The following sections describe various hardware options.
|
||||
#
|
||||
fd0 at fdc0 unit 0 # builtin floppy drive
|
||||
fd1 at fdc0 unit 1 # external floppy drive
|
||||
zs0 at mainbus0 # Serial support through 8530
|
||||
nvr0 at mainbus0 # nvram driver
|
||||
lpt0 at mainbus0 # centronics printer
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: std.atari,v 1.8 1996/11/06 14:05:31 leo Exp $
|
||||
# $NetBSD: std.atari,v 1.9 1996/11/08 14:12:31 leo Exp $
|
||||
#
|
||||
# standard atari information
|
||||
#
|
||||
@ -15,8 +15,6 @@ mainbus0 at root
|
||||
clock0 at mainbus0 # system clock
|
||||
kbd0 at mainbus0 # standard keyboard
|
||||
fdc0 at mainbus0 # floppy controller
|
||||
fd0 at fdc0 unit 0 # builtin floppy drive
|
||||
fd1 at fdc0 unit 1 # external floppy drive
|
||||
grfbus0 at mainbus0 # bitmapped display's
|
||||
ncrscsi0 at mainbus0 # SCSI driver
|
||||
scsibus0 at ncrscsi0 # SCSI bus
|
||||
|
Loading…
Reference in New Issue
Block a user