grundler

grundler@puffin.external.hp.com grundler@puffin.external.hp.com
Thu, 7 Oct 1999 12:48:15 -0600 (MDT)


Update of /home/cvs/parisc/linux/drivers/gecko
In directory puffin.external.hp.com:/tmp/cvs-serv3542/linux/drivers/gecko

Modified Files:
	dino.c gecko.c 
Log Message:

Enable PCI susbsytem bus walks. PPB support in place but not tested.
Deleted previous contents of gsc_init() and only call lasi_init()
and dino_init().
No longer call pci_init().
pci_scan_bus() is driven by pci_register_bus() (in parisc/kernel/pci.c).

TODO: move all references of parisc_pci_busses[] into parisc/kernel/pci.c
      pci_register_bus() should enable this. Requires changing pci_bus_ops
      interfaces to pass "struct pci_bus *" instead of bus number.