diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-07 11:03:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-01-07 11:03:34 +0000 |
commit | 4e5edf1681a086658e36c0c381226ba0a9868ef7 (patch) | |
tree | 098270bb47f887cef2343726615bd31a5952d17a /sys/arch/i386/pci | |
parent | 63e8c62ef47731e477613e0f788457a4a289dceb (diff) |
now this is really pretty
Diffstat (limited to 'sys/arch/i386/pci')
-rw-r--r-- | sys/arch/i386/pci/pchb.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/pci/pchb.c b/sys/arch/i386/pci/pchb.c index 4c39c084ee2..1173a0b7a95 100644 --- a/sys/arch/i386/pci/pchb.c +++ b/sys/arch/i386/pci/pchb.c @@ -186,13 +186,13 @@ pchbattach(parent, self, aux) pbnum = PCISET_PCI_BUS_NUMBER(bcreg); switch (bdnum & PCISET_BRIDGETYPE_MASK) { default: - printf(", bdnum=%x (reserved)\n", bdnum); + printf(": bdnum=%x (reserved)\n", bdnum); break; case PCISET_TYPE_COMPAT: - printf(", Compatibility PB (bus %d)\n", pbnum); + printf(": Compatibility PB (bus %d)\n", pbnum); break; case PCISET_TYPE_AUX: - printf(", Auxiliary PB (bus %d)\n", pbnum); + printf(": Auxiliary PB (bus %d)\n", pbnum); /* * This host bridge has a second PCI bus. * Configure it. |