diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-01-23 19:41:34 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 1999-01-23 19:41:34 +0000 |
commit | b19e6378e3b9133ff05918295857f7700b6c2a73 (patch) | |
tree | c555e7dbc5b92cb32268695b987bedbc09e6e61a /sys/arch/powerpc/conf/files.powerpc | |
parent | f67aeef8235bb7253a0af2abc944fd9ee717f8a6 (diff) |
Fixes to update to that the powerpc port builds again.
These change were necessary due to the following changes:
The change/import of the "generic" isa/pcppi driver. The powerpc
port currently has it's own copy of that driver. The two versions
need to be merged.
The parameter changes to cpu_set_kpc. The powerpc change was not quite correct.
Diffstat (limited to 'sys/arch/powerpc/conf/files.powerpc')
-rw-r--r-- | sys/arch/powerpc/conf/files.powerpc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/powerpc/conf/files.powerpc b/sys/arch/powerpc/conf/files.powerpc index 2ecab544e20..1cf72012c8c 100644 --- a/sys/arch/powerpc/conf/files.powerpc +++ b/sys/arch/powerpc/conf/files.powerpc @@ -84,16 +84,16 @@ define pcmcia {} # XXX dummy decl... include "../../../dev/isa/files.isa" major { wd = 5 } # Not even in bdevsw XXX -device pcppi { } -attach pcppi at isa -file arch/powerpc/isa/pcppi.c pcppi +device pckbc { } +attach pckbc at isa +file arch/powerpc/isa/pcppi.c pckbc device pckbd -attach pckbd at pcppi +attach pckbd at pckbc file arch/powerpc/isa/pckbd.c pckbd device pms -attach pms at pcppi +attach pms at pckbc file arch/powerpc/isa/pms.c pms include "../../../dev/isa/files.isapnp" |