mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Rename a bit to make it clearer that it enables routing of the function
interrupts to the ISA bus.
This commit is contained in:
parent
b9d4511f4e
commit
f99298f422
2 changed files with 2 additions and 2 deletions
|
|
@ -446,7 +446,7 @@ cbb_chipinit(struct cbb_softc *sc)
|
|||
/* Use PCI interrupt for interrupt routing */
|
||||
PCI_MASK2_CONFIG(sc->dev, CBBR_BRIDGECTRL,
|
||||
& ~(CBBM_BRIDGECTRL_MASTER_ABORT |
|
||||
CBBM_BRIDGECTRL_INTR_IREQ_EN),
|
||||
CBBM_BRIDGECTRL_INTR_IREQ_ISA_EN),
|
||||
| CBBM_BRIDGECTRL_WRITE_POST_EN,
|
||||
2);
|
||||
|
||||
|
|
|
|||
|
|
@ -82,7 +82,7 @@
|
|||
#define CBBR_BRIDGECTRL 0x3e /* len=2 */
|
||||
# define CBBM_BRIDGECTRL_MASTER_ABORT 0x0020
|
||||
# define CBBM_BRIDGECTRL_RESET 0x0040
|
||||
# define CBBM_BRIDGECTRL_INTR_IREQ_EN 0x0080
|
||||
# define CBBM_BRIDGECTRL_INTR_IREQ_ISA_EN 0x0080
|
||||
# define CBBM_BRIDGECTRL_PREFETCH_0 0x0100
|
||||
# define CBBM_BRIDGECTRL_PREFETCH_1 0x0200
|
||||
# define CBBM_BRIDGECTRL_WRITE_POST_EN 0x0400
|
||||
|
|
|
|||
Loading…
Reference in a new issue