aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2007-02-14 17:02:15 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2007-02-14 17:02:15 +0000
commit8474d26b81ec107afd0c58d4c3d9aff7d4772bc1 (patch)
treed397e27b19f6acac4b4e1ca6e9bc5a85f67e043f /sys/dev/pci
parentd82080b4cd151e35bd5dab1b3996b0083702f1cf (diff)
Notes
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index 63a7534f1893..a2b9396fa32e 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -585,6 +585,7 @@ pci_read_extcap(device_t pcib, pcicfgregs *cfg)
cfg->subvendor = val & 0xffff;
cfg->subdevice = val >> 16;
}
+ break;
default:
break;
}