Deleted Added
full compact
atmegadci.c (189677) atmegadci.c (190174)
1#include <sys/cdefs.h>
1#include <sys/cdefs.h>
2__FBSDID("$FreeBSD: head/sys/dev/usb/controller/atmegadci.c 189677 2009-03-11 04:58:21Z thompsa $");
2__FBSDID("$FreeBSD: head/sys/dev/usb/controller/atmegadci.c 190174 2009-03-20 19:04:31Z thompsa $");
3
4/*-
5 * Copyright (c) 2009 Hans Petter Selasky. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

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

35/*
36 * NOTE: When the chip detects BUS-reset it will also reset the
37 * endpoints, Function-address and more.
38 */
39
40#include <dev/usb/usb.h>
41#include <dev/usb/usb_mfunc.h>
42#include <dev/usb/usb_error.h>
3
4/*-
5 * Copyright (c) 2009 Hans Petter Selasky. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

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

35/*
36 * NOTE: When the chip detects BUS-reset it will also reset the
37 * endpoints, Function-address and more.
38 */
39
40#include <dev/usb/usb.h>
41#include <dev/usb/usb_mfunc.h>
42#include <dev/usb/usb_error.h>
43#include <dev/usb/usb_defs.h>
44
45#define USB_DEBUG_VAR atmegadci_debug
46
47#include <dev/usb/usb_core.h>
48#include <dev/usb/usb_debug.h>
49#include <dev/usb/usb_busdma.h>
50#include <dev/usb/usb_process.h>
51#include <dev/usb/usb_sw_transfer.h>

--- 2304 unchanged lines hidden ---
43
44#define USB_DEBUG_VAR atmegadci_debug
45
46#include <dev/usb/usb_core.h>
47#include <dev/usb/usb_debug.h>
48#include <dev/usb/usb_busdma.h>
49#include <dev/usb/usb_process.h>
50#include <dev/usb/usb_sw_transfer.h>

--- 2304 unchanged lines hidden ---