Add fdc and lpt.

This commit is contained in:
briggs 2001-02-08 18:33:03 +00:00
parent c86117ec25
commit 5fb8680bf6
2 changed files with 17 additions and 14 deletions

View File

@ -1,11 +1,11 @@
# $NetBSD: GENERIC,v 1.2 2001/02/07 05:51:10 briggs Exp $
# $NetBSD: GENERIC,v 1.3 2001/02/08 18:33:03 briggs Exp $
#
# GENERIC for Motorola Sandpoint
#
include "arch/sandpoint/conf/std.sandpoint"
#ident "GENERIC-$Revision: 1.2 $"
#ident "GENERIC-$Revision: 1.3 $"
maxusers 32
@ -95,3 +95,9 @@ exphy* at mii? phy ? # 3Com internal PHYs
com0 at isa? port 0x3f8 irq 4 # standard PC serial ports
com1 at isa? port 0x2f8 irq 3
lpt0 at isa? port 0x278 irq 7 # standard PC parallel ports
fdc0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy controllers
fd* at fdc? drive ? # the drives themselves

View File

@ -1,4 +1,4 @@
# $NetBSD: files.sandpoint,v 1.1 2001/02/04 18:32:11 briggs Exp $
# $NetBSD: files.sandpoint,v 1.2 2001/02/08 18:33:03 briggs Exp $
#
# Motorola's "SandPoint" evaluation board's specific configuration info
#
@ -90,15 +90,12 @@ file arch/sandpoint/isa/isaclock.c isa
include "dev/wscons/files.wscons"
# Floppy disk controller
#device fdc {drive = -1}: isadma
#file dev/isa/fd.c fdc needs-flag
#
#attach fdc at isa with fdc_isa
#file dev/isa/fdc_isa.c fdc_isa
#
#device fd: disk
#attach fd at fdc
#major {fd = 2}
device fdc {drive = -1}: isadma
file dev/isa/fd.c fdc needs-flag
# ISA Plug 'n Play support
file arch/sandpoint/isa/isapnp_machdep.c isapnp
attach fdc at isa with fdc_isa
file dev/isa/fdc_isa.c fdc_isa
device fd: disk
attach fd at fdc
major {fd = 2}