Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add uninorth. Now iMac DV and Power Ma...



details:   https://anonhg.NetBSD.org/src/rev/a1ff171e98c3
branches:  trunk
changeset: 482111:a1ff171e98c3
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Mon Feb 14 14:57:52 2000 +0000

description:
Add uninorth.  Now iMac DV and Power Macintosh G4 should run NetBSD.

diffstat:

 sys/arch/macppc/conf/GENERIC |  6 ++++--
 sys/arch/macppc/conf/INSTALL |  4 +++-
 2 files changed, 7 insertions(+), 3 deletions(-)

diffs (50 lines):

diff -r f0d9d23eacee -r a1ff171e98c3 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Feb 14 13:06:57 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Feb 14 14:57:52 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.53 2000/02/09 13:10:15 tsubai Exp $
+#      $NetBSD: GENERIC,v 1.54 2000/02/14 14:57:52 tsubai Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.53 $"
+#ident                 "GENERIC-$Revision: 1.54 $"
 
 maxusers       32
 
@@ -128,9 +128,11 @@
 cpu*   at mainbus?
 bandit*        at mainbus?
 grackle* at mainbus?
+uninorth* at mainbus?
 
 pci*   at bandit? bus ?
 pci*   at grackle? bus ?
+pci*   at uninorth? bus ?
 pci*   at ppb? bus ?
 
 pchb*  at pci? dev ? function ?        # PCI-Host bridges
diff -r f0d9d23eacee -r a1ff171e98c3 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Mon Feb 14 13:06:57 2000 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Mon Feb 14 14:57:52 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.22 2000/02/09 13:10:15 tsubai Exp $
+#      $NetBSD: INSTALL,v 1.23 2000/02/14 14:57:52 tsubai Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -51,9 +51,11 @@
 cpu*   at mainbus?
 bandit*        at mainbus?
 grackle* at mainbus?
+uninorth* at mainbus?
 
 pci*   at bandit? bus ?
 pci*   at grackle? bus ?
+pci*   at uninorth? bus ?
 pci*   at ppb? bus ?
 
 pchb*  at pci? dev ? function ?        # PCI-Host bridges



Home | Main Index | Thread Index | Old Index