]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add back accidentally dropped masking...
authorWarner Losh <imp@FreeBSD.org>
Mon, 16 Dec 2019 23:08:09 +0000 (23:08 +0000)
committerWarner Losh <imp@FreeBSD.org>
Mon, 16 Dec 2019 23:08:09 +0000 (23:08 +0000)
commit84e6c29ca509bb28a42270aacd9ec2099d35c282
tree524e61465cbf48b382a86dc148c384d6a6de66eb
parent2db46b45f432bd67610ac70f3e60afc72781a009
Add back accidentally dropped masking...

-       PCI_MASK_CONFIG(sc->dev, CBBR_BRIDGECTRL,
-           & ~CBBM_BRIDGECTRL_INTR_IREQ_ISA_EN, 2);

was accidentally dropped from r355822 in the refactor. Restore it since 16-bit
cards may fail without it (some bridges autodetect this properly, so my laptop
worked when I tested it).

Noticed by: rpokala@
sys/dev/pccbb/pccbb.c