Deleted Added
full compact
ar71xx_ehci.c (196795) ar71xx_ehci.c (199233)
1/*-
2 * Copyright (c) 2008 Sam Leffler. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

47#include <dev/usb/usb_core.h>
48#include <dev/usb/usb_busdma.h>
49#include <dev/usb/usb_process.h>
50#include <dev/usb/usb_util.h>
51
52#include <dev/usb/usb_controller.h>
53#include <dev/usb/usb_bus.h>
54#include <dev/usb/controller/ehci.h>
1/*-
2 * Copyright (c) 2008 Sam Leffler. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

47#include <dev/usb/usb_core.h>
48#include <dev/usb/usb_busdma.h>
49#include <dev/usb/usb_process.h>
50#include <dev/usb/usb_util.h>
51
52#include <dev/usb/usb_controller.h>
53#include <dev/usb/usb_bus.h>
54#include <dev/usb/controller/ehci.h>
55#include <dev/usb/controller/ehcireg.h>
55
56#include <mips/atheros/ar71xx_bus_space_reversed.h>
57
58#define EHCI_HC_DEVSTR "AR71XX Integrated USB 2.0 controller"
59
60struct ar71xx_ehci_softc {
61 ehci_softc_t base; /* storage for EHCI code */
62};

--- 225 unchanged lines hidden ---
56
57#include <mips/atheros/ar71xx_bus_space_reversed.h>
58
59#define EHCI_HC_DEVSTR "AR71XX Integrated USB 2.0 controller"
60
61struct ar71xx_ehci_softc {
62 ehci_softc_t base; /* storage for EHCI code */
63};

--- 225 unchanged lines hidden ---