Deleted Added
full compact
ugensa.c (189275) ugensa.c (190174)
1/* $FreeBSD: head/sys/dev/usb/serial/ugensa.c 189275 2009-03-02 05:37:05Z thompsa $ */
1/* $FreeBSD: head/sys/dev/usb/serial/ugensa.c 190174 2009-03-20 19:04:31Z thompsa $ */
2/* $NetBSD: ugensa.c,v 1.9.2.1 2007/03/24 14:55:50 yamt Exp $ */
3
4/*
5 * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to The NetBSD Foundation
9 * by Roland C. Dowdeswell <elric@netbsd.org>.

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

42 * be called from within the config thread function !
43 */
44
45#include "usbdevs.h"
46#include <dev/usb/usb.h>
47#include <dev/usb/usb_mfunc.h>
48#include <dev/usb/usb_error.h>
49#include <dev/usb/usb_cdc.h>
2/* $NetBSD: ugensa.c,v 1.9.2.1 2007/03/24 14:55:50 yamt Exp $ */
3
4/*
5 * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
6 * All rights reserved.
7 *
8 * This code is derived from software contributed to The NetBSD Foundation
9 * by Roland C. Dowdeswell <elric@netbsd.org>.

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

42 * be called from within the config thread function !
43 */
44
45#include "usbdevs.h"
46#include <dev/usb/usb.h>
47#include <dev/usb/usb_mfunc.h>
48#include <dev/usb/usb_error.h>
49#include <dev/usb/usb_cdc.h>
50#include <dev/usb/usb_defs.h>
51
52#define USB_DEBUG_VAR usb2_debug
53
54#include <dev/usb/usb_core.h>
55#include <dev/usb/usb_debug.h>
56#include <dev/usb/usb_process.h>
57#include <dev/usb/usb_request.h>
58#include <dev/usb/usb_lookup.h>

--- 296 unchanged lines hidden ---
50
51#define USB_DEBUG_VAR usb2_debug
52
53#include <dev/usb/usb_core.h>
54#include <dev/usb/usb_debug.h>
55#include <dev/usb/usb_process.h>
56#include <dev/usb/usb_request.h>
57#include <dev/usb/usb_lookup.h>

--- 296 unchanged lines hidden ---