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 Regen.
details: https://anonhg.NetBSD.org/src/rev/fa35a5075934
branches: trunk
changeset: 509975:fa35a5075934
user: leo <leo%NetBSD.org@localhost>
date: Wed May 16 07:53:54 2001 +0000
description:
Regen.
diffstat:
sys/arch/atari/conf/MILAN | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diffs (48 lines):
diff -r 5ab7240e0667 -r fa35a5075934 sys/arch/atari/conf/MILAN
--- a/sys/arch/atari/conf/MILAN Wed May 16 07:53:28 2001 +0000
+++ b/sys/arch/atari/conf/MILAN Wed May 16 07:53:54 2001 +0000
@@ -1,11 +1,11 @@
#
-# $NetBSD: MILAN,v 1.3 2001/05/14 10:41:03 leo Exp $
+# $NetBSD: MILAN,v 1.4 2001/05/16 07:53:54 leo Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
#
# Created from:
-# 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 $
# NetBSD: GENERIC.in,v 1.2 2001/04/10 06:46:01 leo Exp $
#This configuration file is for a generic Milan
@@ -14,7 +14,7 @@
include "arch/atari/conf/std.milan"
-#ident "GENERIC-$Revision: 1.3 $"
+#ident "GENERIC-$Revision: 1.4 $"
#Add support for about 16 users. This variable is used to size
#various kernel structures.
@@ -202,8 +202,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
@@ -216,7 +218,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