Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/atari/conf Fix errors in previous commit:



details:   https://anonhg.NetBSD.org/src/rev/928b730d7aaf
branches:  trunk
changeset: 509973:928b730d7aaf
user:      leo <leo%NetBSD.org@localhost>
date:      Wed May 16 07:50:29 2001 +0000

description:
Fix errors in previous commit:
 - forgot PCI bus
 - forgot pckbd config

diffstat:

 sys/arch/atari/conf/MILAN.in |  9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r e8739eed72f1 -r 928b730d7aaf sys/arch/atari/conf/MILAN.in
--- a/sys/arch/atari/conf/MILAN.in      Wed May 16 07:09:26 2001 +0000
+++ b/sys/arch/atari/conf/MILAN.in      Wed May 16 07:50:29 2001 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: MILAN.in,v 1.2 2001/05/14 10:35:30 leo Exp $
+#      $NetBSD: MILAN.in,v 1.3 2001/05/16 07:50:29 leo Exp $
 #
 # Milan
 #
@@ -39,8 +39,10 @@
 # The following sections describe various hardware options.
 #
 
-isabus0                at mainbus0     # ISA-bus
+isabus0                at mainbus0                     # ISA-bus
 isa0           at isabus0
+pcibus0        at mainbus0                     # PCI-bus
+pci0           at pcibus0
 ser0           at mainbus0
 fdcisa0                at isa? port 0x3f0 irq 6 drq 2  # standard PC floppy contr.
 fdisa0         at fdcisa0 drive 0
@@ -54,7 +56,8 @@
 vga0           at pci? dev ? function ?        # a PCI VGA card
 wsdisplay*     at vga? console ?               # as a wscons console
 pckbc0         at isa?                         # PC keyboard controller
-wskbd*         at pckbd? console ?             # PC keyboard
+pckbd*                 at pckbc?                       # PC keyboard
+wskbd*         at pckbd? console ?             # wscons keyboard
 
 # ATAPI bus support
 atapibus*      at wdcisa? channel ?



Home | Main Index | Thread Index | Old Index