Deleted Added
full compact
if_run.c (228621) if_run.c (230333)
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 228621 2011-12-17 10:23:17Z bschmidt $");
20__FBSDID("$FreeBSD: head/sys/dev/usb/wlan/if_run.c 230333 2012-01-19 18:03:52Z hselasky $");
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>

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

203 RUN_DEV(LINKSYS4, RT3070),
204 RUN_DEV(LINKSYS4, WUSB100),
205 RUN_DEV(LINKSYS4, WUSB54GCV3),
206 RUN_DEV(LINKSYS4, WUSB600N),
207 RUN_DEV(LINKSYS4, WUSB600NV2),
208 RUN_DEV(LOGITEC, RT2870_1),
209 RUN_DEV(LOGITEC, RT2870_2),
210 RUN_DEV(LOGITEC, RT2870_3),
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>

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

203 RUN_DEV(LINKSYS4, RT3070),
204 RUN_DEV(LINKSYS4, WUSB100),
205 RUN_DEV(LINKSYS4, WUSB54GCV3),
206 RUN_DEV(LINKSYS4, WUSB600N),
207 RUN_DEV(LINKSYS4, WUSB600NV2),
208 RUN_DEV(LOGITEC, RT2870_1),
209 RUN_DEV(LOGITEC, RT2870_2),
210 RUN_DEV(LOGITEC, RT2870_3),
211 RUN_DEV(LOGITECH, LANW300NU2),
211 RUN_DEV(LOGITEC, LANW300NU2),
212 RUN_DEV(MELCO, RT2870_1),
213 RUN_DEV(MELCO, RT2870_2),
214 RUN_DEV(MELCO, WLIUCAG300N),
215 RUN_DEV(MELCO, WLIUCG300N),
216 RUN_DEV(MELCO, WLIUCG301N),
217 RUN_DEV(MELCO, WLIUCGN),
218 RUN_DEV(MELCO, WLIUCGNM),
219 RUN_DEV(MOTOROLA4, RT2770),

--- 4744 unchanged lines hidden ---
212 RUN_DEV(MELCO, RT2870_1),
213 RUN_DEV(MELCO, RT2870_2),
214 RUN_DEV(MELCO, WLIUCAG300N),
215 RUN_DEV(MELCO, WLIUCG300N),
216 RUN_DEV(MELCO, WLIUCG301N),
217 RUN_DEV(MELCO, WLIUCGN),
218 RUN_DEV(MELCO, WLIUCGNM),
219 RUN_DEV(MOTOROLA4, RT2770),

--- 4744 unchanged lines hidden ---