Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86_64/conf Add aapic at pci.



details:   https://anonhg.NetBSD.org/src/rev/26272ee528f4
branches:  trunk
changeset: 546226:26272ee528f4
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Tue Apr 22 22:39:25 2003 +0000

description:
Add aapic at pci.

diffstat:

 sys/arch/x86_64/conf/GENERIC |  6 ++++--
 sys/arch/x86_64/conf/INSTALL |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r f9e14a495846 -r 26272ee528f4 sys/arch/x86_64/conf/GENERIC
--- a/sys/arch/x86_64/conf/GENERIC      Tue Apr 22 22:34:28 2003 +0000
+++ b/sys/arch/x86_64/conf/GENERIC      Tue Apr 22 22:39:25 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.11 2003/04/17 13:32:28 fvdl Exp $
+# $NetBSD: GENERIC,v 1.12 2003/04/22 22:39:25 fvdl Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.11 $"
+#ident                 "GENERIC-$Revision: 1.12 $"
 
 maxusers       32              # estimated number of users
 
@@ -227,6 +227,8 @@
 # XXX 'puc's aren't really bridges, but there's no better place for them here
 puc*   at pci? dev ? function ?        # PCI "universal" comm. cards
 
+aapic*         at pci? dev ? function ?        # AMD 8131 IO apic
+
 #agp*  at pchb?
 
 #
diff -r f9e14a495846 -r 26272ee528f4 sys/arch/x86_64/conf/INSTALL
--- a/sys/arch/x86_64/conf/INSTALL      Tue Apr 22 22:34:28 2003 +0000
+++ b/sys/arch/x86_64/conf/INSTALL      Tue Apr 22 22:39:25 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.7 2003/04/17 14:45:33 fvdl Exp $
+# $NetBSD: INSTALL,v 1.8 2003/04/22 22:39:25 fvdl Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/x86_64/conf/std.x86_64"
 
-#ident                 "INSTALL-$Revision: 1.7 $"
+#ident                 "INSTALL-$Revision: 1.8 $"
 
 maxusers       32              # estimated number of users
 
@@ -187,6 +187,8 @@
 # XXX 'puc's aren't really bridges, but there's no better place for them here
 puc*   at pci? dev ? function ?        # PCI "universal" comm. cards
 
+aapic*         at pci? dev ? function ?        # AMD 8131 IO apic
+
 #agp*  at pchb?
 
 #



Home | Main Index | Thread Index | Old Index