Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/powerpc/conf Add IBM405GPx specific kernel configur...



details:   https://anonhg.NetBSD.org/src/rev/b78c120f3466
branches:  trunk
changeset: 552324:b78c120f3466
user:      shige <shige%NetBSD.org@localhost>
date:      Tue Sep 23 15:06:40 2003 +0000

description:
Add IBM405GPx specific kernel configuration file.

diffstat:

 sys/arch/powerpc/conf/files.ibm405gp |  16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diffs (20 lines):

diff -r d3be677e7dca -r b78c120f3466 sys/arch/powerpc/conf/files.ibm405gp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/powerpc/conf/files.ibm405gp      Tue Sep 23 15:06:40 2003 +0000
@@ -0,0 +1,16 @@
+#      $NetBSD: files.ibm405gp,v 1.1 2003/09/23 15:06:40 shige Exp $
+#
+# IBM 405GPx specific configuration info
+
+# Machine-independent I2O drivers.
+include        "dev/i2o/files.i2o"
+
+# PCI bus support
+include        "dev/pci/files.pci"
+
+# On-chip PCI bridge
+device pchb : pcibus
+attach pchb at plb
+file   arch/powerpc/ibm4xx/pci/pchb.c          pchb
+file   arch/powerpc/ibm4xx/pci/pci_machdep.c   pci
+file   arch/powerpc/ibm4xx/dev/ibm405gp.c



Home | Main Index | Thread Index | Old Index