Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/atari/conf Pull up revisions 1.9-1.10 (request...
details: https://anonhg.NetBSD.org/src/rev/3811cf1b7ee2
branches: netbsd-1-6
changeset: 527994:3811cf1b7ee2
user: lukem <lukem%NetBSD.org@localhost>
date: Tue Jun 18 23:52:07 2002 +0000
description:
Pull up revisions 1.9-1.10 (requested by leo in ticket #309):
* revision 1.10
Avoid using variable names in the comments. They turn into useless '1'
values if defined.
* revision 1.9
Add the nvram device. It really is the same as on the other machines and
installboot(1M) needs it.
diffstat:
sys/arch/atari/conf/MILAN.in | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 3919a79350a8 -r 3811cf1b7ee2 sys/arch/atari/conf/MILAN.in
--- a/sys/arch/atari/conf/MILAN.in Tue Jun 18 23:49:44 2002 +0000
+++ b/sys/arch/atari/conf/MILAN.in Tue Jun 18 23:52:07 2002 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: MILAN.in,v 1.8 2001/11/20 11:29:41 lukem Exp $
+# $NetBSD: MILAN.in,v 1.8.10.1 2002/06/18 23:52:07 lukem Exp $
#
# Milan
#
@@ -43,6 +43,7 @@
isa0 at isabus0
pcibus0 at mainbus0 # PCI-bus
pci0 at pcibus0
+nvr0 at mainbus0 # nvram driver
ser0 at mainbus0
fdcisa0 at isa? port 0x3f0 irq 6 drq 2 # standard PC floppy contr.
fdisa0 at fdcisa0 drive 0
@@ -63,8 +64,8 @@
# during the partioning with HDDRIVER and TOS supports booting from it!
# Ok, now you have to choose:
# - If _none_ of your disks are marked byteswapped by HDDRIVER, choose
-# the MILAN_ISAIDE version.
-# - If _all_ of your disks are byteswapped, use the MILAN_PCIIDE version
+# the MILAN-ISAIDE version.
+# - If _all_ of your disks are byteswapped, use the MILAN-PCIIDE version
# The is no way to mix things!
#
Home |
Main Index |
Thread Index |
Old Index