linux-2.3 grundler
grundler@puffin.external.hp.com
grundler@puffin.external.hp.com
Mon, 21 Feb 2000 15:35:45 -0700
CVSROOT: /home/cvs/parisc
Module name: linux-2.3
Changes by: grundler 00/02/21 15:35:45
Modified files:
arch/parisc/kernel: pci.c
Log message:
problem: pci_lock remain static in drivers/pci/pci.c as Martin Mares intended.
solution: Dino will use it's own lock to prevent I/O port space access
from colliding with configuration space functions. lba_pci.c doesn't
have this problem. It does need a spinlock around configuration
accessor functions since they are anything but atomic and pci services
provides that by using pci_lock.