Deleted Added
full compact
if_run.c (248458) if_run.c (255238)
1/*-
2 * Copyright (c) 2008,2010 Damien Bergamini <damien.bergamini@free.fr>
3 * ported to FreeBSD by Akinori Furukoshi <moonlightakkiy@yahoo.ca>
4 * USB Consulting, Hans Petter Selasky <hselasky@freebsd.org>
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */
18
19#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2008,2010 Damien Bergamini <damien.bergamini@free.fr>
3 * ported to FreeBSD by Akinori Furukoshi <moonlightakkiy@yahoo.ca>
4 * USB Consulting, Hans Petter Selasky <hselasky@freebsd.org>
5 *
6 * Permission to use, copy, modify, and distribute this software for any
7 * purpose with or without fee is hereby granted, provided that the above
8 * copyright notice and this permission notice appear in all copies.
9 *
10 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
11 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
12 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
13 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
14 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
15 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
16 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
17 */
18
19#include <sys/cdefs.h>
20__FBSDID("$FreeBSD: head/sys/dev/usb/wlan/if_run.c 248458 2013-03-18 07:02:58Z hselasky $");
20__FBSDID("$FreeBSD: head/sys/dev/usb/wlan/if_run.c 255238 2013-09-05 10:09:24Z br $");
21
22/*-
23 * Ralink Technology RT2700U/RT2800U/RT3000U chipset driver.
24 * http://www.ralinktech.com/
25 */
26
27#include <sys/param.h>
28#include <sys/sockio.h>

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

166 RUN_DEV(COREGA, CGWLUSB300GNM),
167 RUN_DEV(COREGA, RT2870_1),
168 RUN_DEV(COREGA, RT2870_2),
169 RUN_DEV(COREGA, RT2870_3),
170 RUN_DEV(COREGA, RT3070),
171 RUN_DEV(CYBERTAN, RT2870),
172 RUN_DEV(DLINK, RT2870),
173 RUN_DEV(DLINK, RT3072),
21
22/*-
23 * Ralink Technology RT2700U/RT2800U/RT3000U chipset driver.
24 * http://www.ralinktech.com/
25 */
26
27#include <sys/param.h>
28#include <sys/sockio.h>

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

166 RUN_DEV(COREGA, CGWLUSB300GNM),
167 RUN_DEV(COREGA, RT2870_1),
168 RUN_DEV(COREGA, RT2870_2),
169 RUN_DEV(COREGA, RT2870_3),
170 RUN_DEV(COREGA, RT3070),
171 RUN_DEV(CYBERTAN, RT2870),
172 RUN_DEV(DLINK, RT2870),
173 RUN_DEV(DLINK, RT3072),
174 RUN_DEV(DLINK, DWA127),
174 RUN_DEV(DLINK2, DWA130),
175 RUN_DEV(DLINK2, RT2870_1),
176 RUN_DEV(DLINK2, RT2870_2),
177 RUN_DEV(DLINK2, RT3070_1),
178 RUN_DEV(DLINK2, RT3070_2),
179 RUN_DEV(DLINK2, RT3070_3),
180 RUN_DEV(DLINK2, RT3070_4),
181 RUN_DEV(DLINK2, RT3070_5),

--- 4810 unchanged lines hidden ---
175 RUN_DEV(DLINK2, DWA130),
176 RUN_DEV(DLINK2, RT2870_1),
177 RUN_DEV(DLINK2, RT2870_2),
178 RUN_DEV(DLINK2, RT3070_1),
179 RUN_DEV(DLINK2, RT3070_2),
180 RUN_DEV(DLINK2, RT3070_3),
181 RUN_DEV(DLINK2, RT3070_4),
182 RUN_DEV(DLINK2, RT3070_5),

--- 4810 unchanged lines hidden ---