diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2007-02-14 17:02:15 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2007-02-14 17:02:15 +0000 |
| commit | 8474d26b81ec107afd0c58d4c3d9aff7d4772bc1 (patch) | |
| tree | d397e27b19f6acac4b4e1ca6e9bc5a85f67e043f /sys/dev | |
| parent | d82080b4cd151e35bd5dab1b3996b0083702f1cf (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci.c | 1 |
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; } |
