[parisc-linux-cvs] linux rbrad
Ryan Bradetich
parisc-linux@lists.parisc-linux.org
Sun, 7 Apr 2002 15:11:46 -0600 (MDT)
CVSROOT: /var/cvs
Module name: linux
Changes by: rbrad 02/04/07 15:11:46
Modified files:
. : Makefile
arch/parisc/kernel: firmware.c
drivers/gsc : dino.c
Log message:
This patch fixes the following problems.
* Fix pdc_soft_power_info to work with the CONFIG_PDC_NARROW.
* Fix dino to use 64-bit addresses instead of 32-bit addresses.
* In dino_fixup_bus ... Adjust the I/O port space for all
PCI Resources, not just the first 6.
* Bump the -pa number to -pa16
These fixes allow linux to boot and run on my C200 in both 64-bit (With CONFIG_PDC_NARROW) and 32-bit mode.