Deleted Added
full compact
ahci.c (271709) ahci.c (275439)
1/*-
2 * Copyright (c) 2009-2012 Alexander Motin <mav@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2009-2012 Alexander Motin <mav@FreeBSD.org>
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

20 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 */
26
27#include <sys/cdefs.h>
28__FBSDID("$FreeBSD: stable/10/sys/dev/ahci/ahci.c 271709 2014-09-17 14:17:39Z mav $");
28__FBSDID("$FreeBSD: stable/10/sys/dev/ahci/ahci.c 275439 2014-12-03 06:53:49Z mav $");
29
30#include <sys/param.h>
31#include <sys/module.h>
32#include <sys/systm.h>
33#include <sys/kernel.h>
34#include <sys/bus.h>
35#include <sys/conf.h>
36#include <sys/endian.h>

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

221 {0x8c028086, 0x00, "Intel Lynx Point", 0},
222 {0x8c038086, 0x00, "Intel Lynx Point", 0},
223 {0x8c048086, 0x00, "Intel Lynx Point (RAID)", 0},
224 {0x8c058086, 0x00, "Intel Lynx Point (RAID)", 0},
225 {0x8c068086, 0x00, "Intel Lynx Point (RAID)", 0},
226 {0x8c078086, 0x00, "Intel Lynx Point (RAID)", 0},
227 {0x8c0e8086, 0x00, "Intel Lynx Point (RAID)", 0},
228 {0x8c0f8086, 0x00, "Intel Lynx Point (RAID)", 0},
29
30#include <sys/param.h>
31#include <sys/module.h>
32#include <sys/systm.h>
33#include <sys/kernel.h>
34#include <sys/bus.h>
35#include <sys/conf.h>
36#include <sys/endian.h>

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

221 {0x8c028086, 0x00, "Intel Lynx Point", 0},
222 {0x8c038086, 0x00, "Intel Lynx Point", 0},
223 {0x8c048086, 0x00, "Intel Lynx Point (RAID)", 0},
224 {0x8c058086, 0x00, "Intel Lynx Point (RAID)", 0},
225 {0x8c068086, 0x00, "Intel Lynx Point (RAID)", 0},
226 {0x8c078086, 0x00, "Intel Lynx Point (RAID)", 0},
227 {0x8c0e8086, 0x00, "Intel Lynx Point (RAID)", 0},
228 {0x8c0f8086, 0x00, "Intel Lynx Point (RAID)", 0},
229 {0x8c828086, 0x00, "Intel Wildcat Point", 0},
230 {0x8c838086, 0x00, "Intel Wildcat Point", 0},
231 {0x8c848086, 0x00, "Intel Wildcat Point (RAID)", 0},
232 {0x8c858086, 0x00, "Intel Wildcat Point (RAID)", 0},
233 {0x8c868086, 0x00, "Intel Wildcat Point (RAID)", 0},
234 {0x8c878086, 0x00, "Intel Wildcat Point (RAID)", 0},
235 {0x8c8e8086, 0x00, "Intel Wildcat Point (RAID)", 0},
236 {0x8c8f8086, 0x00, "Intel Wildcat Point (RAID)", 0},
229 {0x8d028086, 0x00, "Intel Wellsburg", 0},
230 {0x8d048086, 0x00, "Intel Wellsburg (RAID)", 0},
231 {0x8d068086, 0x00, "Intel Wellsburg (RAID)", 0},
232 {0x8d628086, 0x00, "Intel Wellsburg", 0},
233 {0x8d648086, 0x00, "Intel Wellsburg (RAID)", 0},
234 {0x8d668086, 0x00, "Intel Wellsburg (RAID)", 0},
235 {0x8d6e8086, 0x00, "Intel Wellsburg (RAID)", 0},
236 {0x9c028086, 0x00, "Intel Lynx Point-LP", 0},

--- 2891 unchanged lines hidden ---
237 {0x8d028086, 0x00, "Intel Wellsburg", 0},
238 {0x8d048086, 0x00, "Intel Wellsburg (RAID)", 0},
239 {0x8d068086, 0x00, "Intel Wellsburg (RAID)", 0},
240 {0x8d628086, 0x00, "Intel Wellsburg", 0},
241 {0x8d648086, 0x00, "Intel Wellsburg (RAID)", 0},
242 {0x8d668086, 0x00, "Intel Wellsburg (RAID)", 0},
243 {0x8d6e8086, 0x00, "Intel Wellsburg (RAID)", 0},
244 {0x9c028086, 0x00, "Intel Lynx Point-LP", 0},

--- 2891 unchanged lines hidden ---