[parisc-linux-cvs] linux grundler
Grant Grundler
grundler@puffin.external.hp.com
Mon, 16 Jul 2001 18:27:06 -0600
CVSROOT: /home/cvs/parisc
Module name: linux
Changes by: grundler 01/07/16 18:27:06
Modified files:
. : Makefile
arch/parisc/kernel: lba_pci.c pci.c
drivers/pci : pci.c setup-bus.c setup-res.c
include/linux : ioport.h pci.h
Log message:
Tested on c3k (32-bit) and A500 (64-bit). Systems boot and reviewing
the console output didn't show up anything broken. I did review code
changes and think dino based system should "just work". Though dino.c
builds/links fine, I didn't test it.
drivers/pci and include/linux files
Code from Ivan Kokshaysky - my upstream partner. I expect this
code in 2.4.7 or something *very* similar to it. I'm not committing
the matching arch/alpha changes he sent. Changes here break x86
and arm arches as well...all should work again after next merge.
Note that all ifdef __hppa__ are now gone. :^)
arch/parsci/kernel/pci.c
Added new pcibios_XXX() entry points as Ivan agreed. He's using
the same entry points for arch/alpha PCI support as well.
Some other cleanups.
arch/parisc/kernel/lba_pci.c
stop using what's now a "static" symbol. Though Ivan has been very
helpful, I'm didn't want to start another conversation about this
at the moment...maybe later.