if_rue.c (f29a0724) if_rue.c (9360ae40)
1/*-
2 * Copyright (c) 2001-2003, Shunsuke Akiyama <akiyama@FreeBSD.org>.
3 * Copyright (c) 1997, 1998, 1999, 2000 Bill Paul <wpaul@ee.columbia.edu>.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 72 unchanged lines hidden (view full) ---

81#include <dev/usb/usb_util.h>
82
83#include <dev/usb/net/usb_ethernet.h>
84#include <dev/usb/net/if_ruereg.h>
85
86#if USB_DEBUG
87static int rue_debug = 0;
88
1/*-
2 * Copyright (c) 2001-2003, Shunsuke Akiyama <akiyama@FreeBSD.org>.
3 * Copyright (c) 1997, 1998, 1999, 2000 Bill Paul <wpaul@ee.columbia.edu>.
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 72 unchanged lines hidden (view full) ---

81#include <dev/usb/usb_util.h>
82
83#include <dev/usb/net/usb_ethernet.h>
84#include <dev/usb/net/if_ruereg.h>
85
86#if USB_DEBUG
87static int rue_debug = 0;
88
89SYSCTL_NODE(_hw_usb2, OID_AUTO, rue, CTLFLAG_RW, 0, "USB rue");
90SYSCTL_INT(_hw_usb2_rue, OID_AUTO, debug, CTLFLAG_RW,
89SYSCTL_NODE(_hw_usb, OID_AUTO, rue, CTLFLAG_RW, 0, "USB rue");
90SYSCTL_INT(_hw_usb_rue, OID_AUTO, debug, CTLFLAG_RW,
91 &rue_debug, 0, "Debug level");
92#endif
93
94/*
95 * Various supported device vendors/products.
96 */
97
98static const struct usb2_device_id rue_devs[] = {

--- 799 unchanged lines hidden ---
91 &rue_debug, 0, "Debug level");
92#endif
93
94/*
95 * Various supported device vendors/products.
96 */
97
98static const struct usb2_device_id rue_devs[] = {

--- 799 unchanged lines hidden ---