diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2000-10-16 00:18:02 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2000-10-16 00:18:02 +0000 |
commit | 36f0b804ea6e2d54da613fe035febc8b4fba140d (patch) | |
tree | 1f1a1fad812df6612217d95d808345f65e7ed4ca /sys/arch/powerpc/conf | |
parent | 516beee34db199bb0bba7e9a1e594a72da1d3a87 (diff) |
configuration changes to enable the uni-north memory controller to enable
the ethernet pci bus. Allows the gm ethernet controller to configure.
Diffstat (limited to 'sys/arch/powerpc/conf')
-rw-r--r-- | sys/arch/powerpc/conf/files.powerpc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/powerpc/conf/files.powerpc b/sys/arch/powerpc/conf/files.powerpc index 9f9a44d6f63..281893a2fbd 100644 --- a/sys/arch/powerpc/conf/files.powerpc +++ b/sys/arch/powerpc/conf/files.powerpc @@ -69,6 +69,8 @@ include "../../../dev/ofw/files.ofw" file arch/powerpc/powerpc/opendev.c ofcons | ofnet | ofdisk | ofrtc major { ofdisk = 4 } +file arch/powerpc/mac/uni_n.c ofbus + file arch/powerpc/powerpc/rd_root.c ramdisk_hooks major {rd = 17} |