summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/net/if_cdce.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-05-21 01:48:42 +0000
committerthompsa <thompsa@FreeBSD.org>2009-05-21 01:48:42 +0000
commit686e9b39cf113fb4287d97726093b3316d4b4480 (patch)
tree07eac7e444b63b3d32ec9a0811e17d530366568a /sys/dev/usb/net/if_cdce.c
parentbf4995d98dd2a619f6574195847e805fef2f44b2 (diff)
downloadFreeBSD-src-686e9b39cf113fb4287d97726093b3316d4b4480.zip
FreeBSD-src-686e9b39cf113fb4287d97726093b3316d4b4480.tar.gz
Rename the usb sysctl tree from hw.usb2.* back to hw.usb.*.
Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb/net/if_cdce.c')
-rw-r--r--sys/dev/usb/net/if_cdce.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/net/if_cdce.c b/sys/dev/usb/net/if_cdce.c
index 72c50f0..0c1e4c1 100644
--- a/sys/dev/usb/net/if_cdce.c
+++ b/sys/dev/usb/net/if_cdce.c
@@ -88,8 +88,8 @@ static uint32_t cdce_m_crc32(struct mbuf *, uint32_t, uint32_t);
#if USB_DEBUG
static int cdce_debug = 0;
-SYSCTL_NODE(_hw_usb2, OID_AUTO, cdce, CTLFLAG_RW, 0, "USB CDC-Ethernet");
-SYSCTL_INT(_hw_usb2_cdce, OID_AUTO, debug, CTLFLAG_RW, &cdce_debug, 0,
+SYSCTL_NODE(_hw_usb, OID_AUTO, cdce, CTLFLAG_RW, 0, "USB CDC-Ethernet");
+SYSCTL_INT(_hw_usb_cdce, OID_AUTO, debug, CTLFLAG_RW, &cdce_debug, 0,
"Debug level");
#endif
OpenPOWER on IntegriCloud