Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sandpoint/conf Add fdc and lpt.



details:   https://anonhg.NetBSD.org/src/rev/60d331b3c3aa
branches:  trunk
changeset: 503560:60d331b3c3aa
user:      briggs <briggs%NetBSD.org@localhost>
date:      Thu Feb 08 18:33:03 2001 +0000

description:
Add fdc and lpt.

diffstat:

 sys/arch/sandpoint/conf/GENERIC         |  10 ++++++++--
 sys/arch/sandpoint/conf/files.sandpoint |  21 +++++++++------------
 2 files changed, 17 insertions(+), 14 deletions(-)

diffs (60 lines):

diff -r df07ad27afa5 -r 60d331b3c3aa sys/arch/sandpoint/conf/GENERIC
--- a/sys/arch/sandpoint/conf/GENERIC   Thu Feb 08 18:32:02 2001 +0000
+++ b/sys/arch/sandpoint/conf/GENERIC   Thu Feb 08 18:33:03 2001 +0000
@@ -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 @@
 
 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
+
diff -r df07ad27afa5 -r 60d331b3c3aa sys/arch/sandpoint/conf/files.sandpoint
--- a/sys/arch/sandpoint/conf/files.sandpoint   Thu Feb 08 18:32:02 2001 +0000
+++ b/sys/arch/sandpoint/conf/files.sandpoint   Thu Feb 08 18:33:03 2001 +0000
@@ -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 @@
 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}



Home | Main Index | Thread Index | Old Index