aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2002-07-26 20:28:58 +0000
committerWarner Losh <imp@FreeBSD.org>2002-07-26 20:28:58 +0000
commit3722c8ed3dd2bac14f546ee15c0c43682842a353 (patch)
treeeba36b2ed803315d3c98b8b9e45d300204663ed4 /sys
parentaafa7ea069b654fe63a2d5ba54b645d6e65fec7e (diff)
Notes
Diffstat (limited to 'sys')
-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 68c8cc4d5a67..d5d2b6fb775f 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);