diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-04-16 04:53:19 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-04-16 04:53:19 +0000 |
| commit | b24afb17611dbe6a5a583c161359f663ca99ced4 (patch) | |
| tree | d3cdc0ddcc6637589ad16f8c63ec9567cf3783a4 /sys | |
| parent | d9664287373948f6b772001210eef34e52295bd3 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pci/pci.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 98abf8ac57e56..7cbb5fccd4d7c 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1498,8 +1498,9 @@ pci_alloc_map(device_t dev, device_t child, int type, int *rid, flags = (flags & ~RF_ALIGNMENT_MASK) | RF_ALIGNMENT_LOG2(mapsize); } else { - /* if (bootverbose) */ - device_printf(child, "BAD BAR: skipping checks\n"); + if (bootverbose) + device_printf(child, + "ZERO BAR: resource checks suppressed.\n"); } /* |
