Deleted Added
full compact
if_run.c (223486) if_run.c (226534)
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 223486 2011-06-24 02:30:02Z hselasky $");
20__FBSDID("$FreeBSD: head/sys/dev/usb/wlan/if_run.c 226534 2011-10-19 10:09:01Z 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>

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

139 RUN_DEV(ASUS2, USBN11),
140 RUN_DEV(AZUREWAVE, RT2870_1),
141 RUN_DEV(AZUREWAVE, RT2870_2),
142 RUN_DEV(AZUREWAVE, RT3070_1),
143 RUN_DEV(AZUREWAVE, RT3070_2),
144 RUN_DEV(AZUREWAVE, RT3070_3),
145 RUN_DEV(BELKIN, F5D8053V3),
146 RUN_DEV(BELKIN, F5D8055),
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>

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

139 RUN_DEV(ASUS2, USBN11),
140 RUN_DEV(AZUREWAVE, RT2870_1),
141 RUN_DEV(AZUREWAVE, RT2870_2),
142 RUN_DEV(AZUREWAVE, RT3070_1),
143 RUN_DEV(AZUREWAVE, RT3070_2),
144 RUN_DEV(AZUREWAVE, RT3070_3),
145 RUN_DEV(BELKIN, F5D8053V3),
146 RUN_DEV(BELKIN, F5D8055),
147 RUN_DEV(BELKIN, F5D8055V2),
147 RUN_DEV(BELKIN, F6D4050V1),
148 RUN_DEV(BELKIN, RT2870_1),
149 RUN_DEV(BELKIN, RT2870_2),
148 RUN_DEV(BELKIN, F6D4050V1),
149 RUN_DEV(BELKIN, RT2870_1),
150 RUN_DEV(BELKIN, RT2870_2),
151 RUN_DEV(CISCOLINKSYS, AE1000),
150 RUN_DEV(CISCOLINKSYS2, RT3070),
151 RUN_DEV(CISCOLINKSYS3, RT3070),
152 RUN_DEV(CONCEPTRONIC2, RT2870_1),
153 RUN_DEV(CONCEPTRONIC2, RT2870_2),
154 RUN_DEV(CONCEPTRONIC2, RT2870_3),
155 RUN_DEV(CONCEPTRONIC2, RT2870_4),
156 RUN_DEV(CONCEPTRONIC2, RT2870_5),
157 RUN_DEV(CONCEPTRONIC2, RT2870_6),

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

242 RUN_DEV(RALINK, RT2770),
243 RUN_DEV(RALINK, RT2870),
244 RUN_DEV(RALINK, RT3070),
245 RUN_DEV(RALINK, RT3071),
246 RUN_DEV(RALINK, RT3072),
247 RUN_DEV(RALINK, RT3370),
248 RUN_DEV(RALINK, RT3572),
249 RUN_DEV(RALINK, RT8070),
152 RUN_DEV(CISCOLINKSYS2, RT3070),
153 RUN_DEV(CISCOLINKSYS3, RT3070),
154 RUN_DEV(CONCEPTRONIC2, RT2870_1),
155 RUN_DEV(CONCEPTRONIC2, RT2870_2),
156 RUN_DEV(CONCEPTRONIC2, RT2870_3),
157 RUN_DEV(CONCEPTRONIC2, RT2870_4),
158 RUN_DEV(CONCEPTRONIC2, RT2870_5),
159 RUN_DEV(CONCEPTRONIC2, RT2870_6),

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

244 RUN_DEV(RALINK, RT2770),
245 RUN_DEV(RALINK, RT2870),
246 RUN_DEV(RALINK, RT3070),
247 RUN_DEV(RALINK, RT3071),
248 RUN_DEV(RALINK, RT3072),
249 RUN_DEV(RALINK, RT3370),
250 RUN_DEV(RALINK, RT3572),
251 RUN_DEV(RALINK, RT8070),
252 RUN_DEV(SAMSUNG, WIS09ABGN),
250 RUN_DEV(SAMSUNG2, RT2870_1),
251 RUN_DEV(SENAO, RT2870_1),
252 RUN_DEV(SENAO, RT2870_2),
253 RUN_DEV(SENAO, RT2870_3),
254 RUN_DEV(SENAO, RT2870_4),
255 RUN_DEV(SENAO, RT3070),
256 RUN_DEV(SENAO, RT3071),
257 RUN_DEV(SENAO, RT3072_1),

--- 4696 unchanged lines hidden ---
253 RUN_DEV(SAMSUNG2, RT2870_1),
254 RUN_DEV(SENAO, RT2870_1),
255 RUN_DEV(SENAO, RT2870_2),
256 RUN_DEV(SENAO, RT2870_3),
257 RUN_DEV(SENAO, RT2870_4),
258 RUN_DEV(SENAO, RT3070),
259 RUN_DEV(SENAO, RT3071),
260 RUN_DEV(SENAO, RT3072_1),

--- 4696 unchanged lines hidden ---