summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-07-26 20:28:58 +0000
committerimp <imp@FreeBSD.org>2002-07-26 20:28:58 +0000
commitda2f20b57a5e1a8e5bef87f0bbf397bbe2369fee (patch)
treeeba36b2ed803315d3c98b8b9e45d300204663ed4
parentdf3147486486c5de42edcff7f03a1d0a97575bf2 (diff)
downloadFreeBSD-src-da2f20b57a5e1a8e5bef87f0bbf397bbe2369fee.zip
FreeBSD-src-da2f20b57a5e1a8e5bef87f0bbf397bbe2369fee.tar.gz
No doubt about it, I gotta get a better hat:
Add the definition for sockbase that I accidentally removed two revisions ago and didn't notice until some kind soul pointed it out to me.
-rw-r--r--sys/dev/pccbb/pccbb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c
index 68c8cc4..d5d2b6f 100644
--- a/sys/dev/pccbb/pccbb.c
+++ b/sys/dev/pccbb/pccbb.c
@@ -560,6 +560,7 @@ static int
pccbb_attach(device_t brdev)
{
struct pccbb_softc *sc = (struct pccbb_softc *)device_get_softc(brdev);
+ uint32_t sockbase;
int rid;
mtx_init(&sc->mtx, device_get_nameunit(brdev), "pccbb", MTX_DEF);
OpenPOWER on IntegriCloud