diff options
| author | Scott Long <scottl@FreeBSD.org> | 2006-10-14 04:28:23 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2006-10-14 04:28:23 +0000 |
| commit | a1f63be099de6f04e828a1b79ca62269c9952e20 (patch) | |
| tree | 6c96d548205aa660589b84f6e38d1b9faf2a2414 /sys/dev/bce | |
| parent | ec6887f82583c0569bacdb5aa836de307eee81b1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bce')
| -rw-r--r-- | sys/dev/bce/if_bce.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/bce/if_bce.c b/sys/dev/bce/if_bce.c index ac141aca6eac..a5713980f12f 100644 --- a/sys/dev/bce/if_bce.c +++ b/sys/dev/bce/if_bce.c @@ -468,10 +468,10 @@ bce_attach(device_t dev) /* Allocate PCI memory resources. */ rid = PCIR_BAR(0); sc->bce_res = bus_alloc_resource_any( - dev, /* dev */ - SYS_RES_MEMORY, /* type */ - &rid, /* rid */ - RF_ACTIVE | PCI_RF_DENSE); /* flags */ + dev, /* dev */ + SYS_RES_MEMORY, /* type */ + &rid, /* rid */ + RF_ACTIVE | PCI_RF_DENSE); /* flags */ if (sc->bce_res == NULL) { BCE_PRINTF(sc, "%s(%d): PCI memory allocation failed\n", |
