summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccbb
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-05-23 23:33:57 +0000
committerimp <imp@FreeBSD.org>2006-05-23 23:33:57 +0000
commit83e9f36b668cccde7476ae5a5447c0357b1a0fa4 (patch)
tree6495b1842f3c2ef4a0da168af1954ecd50c01beb /sys/dev/pccbb
parent7ac887231bf9e41e75c7aa9fe5be16576e28c8f7 (diff)
downloadFreeBSD-src-83e9f36b668cccde7476ae5a5447c0357b1a0fa4.zip
FreeBSD-src-83e9f36b668cccde7476ae5a5447c0357b1a0fa4.tar.gz
Whitespace nits
Diffstat (limited to 'sys/dev/pccbb')
-rw-r--r--sys/dev/pccbb/pccbb_pci.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c
index 99e67da..ceed784 100644
--- a/sys/dev/pccbb/pccbb_pci.c
+++ b/sys/dev/pccbb/pccbb_pci.c
@@ -286,7 +286,7 @@ static void
cbb_print_config(device_t dev)
{
int i;
-
+
device_printf(dev, "PCI Configuration space:");
for (i = 0; i < 256; i += 4) {
if (i % 16 == 0)
@@ -329,7 +329,7 @@ cbb_pci_attach(device_t brdev)
DEVPRINTF((brdev, "Found memory at %08lx\n",
rman_get_start(sc->base_res)));
}
-
+
sc->bst = rman_get_bustag(sc->base_res);
sc->bsh = rman_get_bushandle(sc->base_res);
exca_init(&sc->exca[0], brdev, sc->bst, sc->bsh, CBB_EXCA_OFFSET);
@@ -341,7 +341,7 @@ cbb_pci_attach(device_t brdev)
/*
* This is a gross hack. We should be scanning the entire pci
* tree, assigning bus numbers in a way such that we (1) can
- * reserve 1 extra bus just in case and (2) all sub busses
+ * reserve 1 extra bus just in case and (2) all sub busses
* are in an appropriate range.
*/
bus = pci_read_config(brdev, PCIR_SECBUS_2, 1);
OpenPOWER on IntegriCloud