add IO and IRQ for CIR device
This commit is contained in:
parent
9c29cb1a3d
commit
0fa43619fe
1 changed files with 6 additions and 0 deletions
|
|
@ -105,6 +105,12 @@ south_fixup(void)
|
|||
u8 reg;
|
||||
pci_read_config_byte(pcidev, 0x77, ®);
|
||||
pci_write_config_byte(pcidev, 0x77, reg & 0xEF);
|
||||
|
||||
/* IO address for CIR */
|
||||
pci_write_config_byte(pcidev, 0x4A, 0x11);
|
||||
pci_write_config_byte(pcidev, 0x4B, 0x03);
|
||||
/* IRQ for CIR */
|
||||
pci_write_config_byte(pcidev, 0x6C, 0x05);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue