grundler
grundler@puffin.external.hp.com
grundler@puffin.external.hp.com
Mon, 17 Jan 2000 18:33:03 -0700 (MST)
Update of /home/cvs/parisc/linux-2.3/drivers/gsc
In directory puffin.external.hp.com:/tmp/cvs-serv16576/drivers/gsc
Modified Files:
dino.c
Log Message:
Problem: dino_in8 was data page faulting (code 15).
Solution: remove CONFIG_APRICOT from default .config. ioaddr wasn't getting
fixed up for APRICOT (i82596) since it's not a PCI device.
Added code to inb() functions to catch this mistake and print
a warning...If needed, the same code could be added to outb/et al
(PCI_PORT_OUT macro).
Also found out dino_fixup_bus() wasn't testing flags field
to correctly "fixup" I/O BARs. It does not.