diff options
| author | Jim Pirzyk <pirzyk@FreeBSD.org> | 2001-12-21 01:28:59 +0000 |
|---|---|---|
| committer | Jim Pirzyk <pirzyk@FreeBSD.org> | 2001-12-21 01:28:59 +0000 |
| commit | 417c87d1379e738df87bec5be86eebd7ee30fd63 (patch) | |
| tree | b20f38829db5c4777f6c4577ca7b7afa89bbd359 /sys/dev/pci/pci.c | |
| parent | 98f9879242b09010e545e2ff614e8d35c17e95e0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci/pci.c')
| -rw-r--r-- | sys/dev/pci/pci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index ac812d9ec71a..692a48368171 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -175,8 +175,9 @@ struct pci_quirk { }; struct pci_quirk pci_quirks[] = { - /* The Intel 82371AB has a map register at offset 0x90. */ + /* The Intel 82371AB and 82443MX has a map register at offset 0x90. */ { 0x71138086, PCI_QUIRK_MAP_REG, 0x90, 0 }, + { 0x719b8086, PCI_QUIRK_MAP_REG, 0x90, 0 }, /* As does the Serverworks OSB4 (the SMBus mapping register) */ { 0x02001166, PCI_QUIRK_MAP_REG, 0x90, 0 }, |
