diff options
| author | Bosko Milekic <bmilekic@FreeBSD.org> | 2001-01-12 07:49:29 +0000 |
|---|---|---|
| committer | Bosko Milekic <bmilekic@FreeBSD.org> | 2001-01-12 07:49:29 +0000 |
| commit | 6a47d852b9cc86f2ad938cf26e4b6dfa860b087c (patch) | |
| tree | 21a253cbc630308a339dc049cadffbdc679f9b56 /sys/amd64 | |
| parent | 7586909279b6f9841c11f2c4d834711a56d77022 (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/pci/pci_cfgreg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/pci/pci_cfgreg.c b/sys/amd64/pci/pci_cfgreg.c index ef5f65bed51a..d660dabecbc1 100644 --- a/sys/amd64/pci/pci_cfgreg.c +++ b/sys/amd64/pci/pci_cfgreg.c @@ -137,7 +137,7 @@ pci_cfgregread(int bus, int slot, int func, int reg, int bytes) * attempts to read them and translate to our private vector numbers. */ if ((reg == PCIR_INTLINE) && (bytes == 1)) { - int pin, line, airq; + int pin, line; pin = pci_do_cfgregread(bus, slot, func, PCIR_INTPIN, 1); line = pci_do_cfgregread(bus, slot, func, PCIR_INTLINE, 1); |
