Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/pci gcscpcib depends on functions from x86/pci/...



details:   https://anonhg.NetBSD.org/src/rev/7462c013d547
branches:  trunk
changeset: 754875:7462c013d547
user:      phx <phx%NetBSD.org@localhost>
date:      Fri May 14 18:11:25 2010 +0000

description:
gcscpcib depends on functions from x86/pci/pcib.c

diffstat:

 sys/arch/x86/pci/files.pci |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7a0aaef2edec -r 7462c013d547 sys/arch/x86/pci/files.pci
--- a/sys/arch/x86/pci/files.pci        Fri May 14 17:37:06 2010 +0000
+++ b/sys/arch/x86/pci/files.pci        Fri May 14 18:11:25 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.8 2009/09/27 17:55:31 jakllsch Exp $
+#      $NetBSD: files.pci,v 1.9 2010/05/14 18:11:25 phx Exp $
 
 device         aapic
 attach         aapic at pci
@@ -16,8 +16,8 @@
 # PCI-ISA bridges
 device pcib: isabus
 attach pcib at pci
-file   arch/x86/pci/pcib.c             pcib | ichlpcib | gscpcib | piixpcib | viapcib |
-                                       amdpcib
+file   arch/x86/pci/pcib.c             pcib | ichlpcib | gscpcib | piixpcib |
+                                       viapcib | amdpcib | gcscpcib
 
 device amdpcib {} : isabus
 attach amdpcib at pci



Home | Main Index | Thread Index | Old Index