X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fdevices%2Fpci_device.c;h=9451ea35aa2535263d047f3299267f2054c63435;hb=085cb4b4ca9a51e42f0665850e2cc9879bfbfa76;hp=f89f5bbbda60dca50a8ebeb86ad2e50169710cb7;hpb=e800b91f38390987756de181f595c5b5492e00b7;p=coreboot.git diff --git a/src/devices/pci_device.c b/src/devices/pci_device.c index f89f5bbbd..9451ea35a 100644 --- a/src/devices/pci_device.c +++ b/src/devices/pci_device.c @@ -1161,7 +1161,7 @@ unsigned int pci_scan_bridge(struct device *dev, unsigned int max) Tell the EISA int controller this int must be level triggered THIS IS A KLUDGE -- sorry, this needs to get cleaned up. */ -static void pci_level_irq(unsigned char intNum) +void pci_level_irq(unsigned char intNum) { unsigned short intBits = inb(0x4d0) | (((unsigned) inb(0x4d1)) << 8);