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/GENERIC | |
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/GENERIC')
-rw-r--r-- | sys/arch/powerpc/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/powerpc/conf/GENERIC b/sys/arch/powerpc/conf/GENERIC index 06267ceacb6..25924c3f659 100644 --- a/sys/arch/powerpc/conf/GENERIC +++ b/sys/arch/powerpc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.9 1998/10/11 20:51:39 rahnds Exp $ +# $OpenBSD: GENERIC,v 1.10 1999/01/23 19:41:30 rahnds Exp $ # # PPC GENERIC config file # @@ -50,9 +50,9 @@ com1 at isa? port 0x2f8 irq 3 com2 at isa? port 0x3e8 irq 1 #addresses for VI board com1 com3 at isa? port 0x2e8 irq 5 #addresses for VI board com0 -pcppi0 at isa? # PC prog. periph. interface -pckbd0 at pcppi? # PC keyboard (kbd port) -pms0 at pcppi? # PS/2-style mouse (aux port) +pckbc0 at isa? # PC prog. periph. interface +pckbd0 at pckbc? # PC keyboard (kbd port) +pms0 at pckbc? # PS/2-style mouse (aux port) vga0 at isa? # ISA VGA |