diff options
Diffstat (limited to 'sys/pci/cy_pci.c')
| -rw-r--r-- | sys/pci/cy_pci.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/sys/pci/cy_pci.c b/sys/pci/cy_pci.c index 67aafcdbb83c..a29c32a45c50 100644 --- a/sys/pci/cy_pci.c +++ b/sys/pci/cy_pci.c @@ -120,7 +120,7 @@ cy_attach(config_id, unit)  	 * Enable the "local" interrupt input to generate a  	 * PCI interrupt.  	 */ -	outw(ioport + CY_PLX_ICS, inw(CY_PLX_ICS) | +	outw(ioport + CY_PLX_ICS, inw(ioport + CY_PLX_ICS) |  	    CY_PLX_ICS_IENABLE | CY_PLX_ICS_LOCAL_IENABLE);  	return; | 
