aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/rmi/iodi.c
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2010-05-16 19:43:48 +0000
committerRandall Stewart <rrs@FreeBSD.org>2010-05-16 19:43:48 +0000
commit4542827d4d4c4295f07b3c15bd24d77642771356 (patch)
treef9290edd49051e8d01267722df09887131e2820c /sys/mips/rmi/iodi.c
parenta4bc2c89294d7ac594ffd5cd41105d9dd41dbe03 (diff)
downloadsrc-4542827d4d4c4295f07b3c15bd24d77642771356.tar.gz
src-4542827d4d4c4295f07b3c15bd24d77642771356.zip
This pushes all of JC's patches that I have in place. I
am now able to run 32 cores ok.. but I still will hang on buildworld with a NFS problem. I suspect I am missing a patch for the netlogic rge driver. JC check and see if I am missing anything except your core-mask changes Obtained from: JC
Notes
Notes: svn path=/head/; revision=208165
Diffstat (limited to 'sys/mips/rmi/iodi.c')
-rw-r--r--sys/mips/rmi/iodi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/rmi/iodi.c b/sys/mips/rmi/iodi.c
index 134de9b01ae0..1e8a4d19248d 100644
--- a/sys/mips/rmi/iodi.c
+++ b/sys/mips/rmi/iodi.c
@@ -223,6 +223,7 @@ iodi_attach(device_t dev)
*/
device_add_child(dev, "uart", 0);
device_add_child(dev, "xlr_i2c", 0);
+ device_add_child(dev, "pcib", 0);
if (xlr_board_info.usb)
device_add_child(dev, "ehci", 0);