Deleted Added
full compact
isp.c (115630) isp.c (119418)
1/* $FreeBSD: head/sys/dev/isp/isp.c 115630 2003-06-01 19:01:01Z mjacob $ */
2/*
3 * Machine and OS Independent (well, as best as possible)
4 * code for the Qlogic ISP SCSI adapters.
5 *
6 * Copyright (c) 1997, 1998, 1999, 2000, 2001 by Matthew Jacob
7 * Feral Software
8 * All rights reserved.
9 *

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

30 */
31
32/*
33 * Inspiration and ideas about this driver are from Erik Moe's Linux driver
34 * (qlogicisp.c) and Dave Miller's SBus version of same (qlogicisp.c). Some
35 * ideas dredged from the Solaris driver.
36 */
37
1/*
2 * Machine and OS Independent (well, as best as possible)
3 * code for the Qlogic ISP SCSI adapters.
4 *
5 * Copyright (c) 1997, 1998, 1999, 2000, 2001 by Matthew Jacob
6 * Feral Software
7 * All rights reserved.
8 *

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

29 */
30
31/*
32 * Inspiration and ideas about this driver are from Erik Moe's Linux driver
33 * (qlogicisp.c) and Dave Miller's SBus version of same (qlogicisp.c). Some
34 * ideas dredged from the Solaris driver.
35 */
36
37#include <sys/cdefs.h>
38__FBSDID("$FreeBSD: head/sys/dev/isp/isp.c 119418 2003-08-24 17:55:58Z obrien $");
39
38/*
39 * Include header file appropriate for platform we're building on.
40 */
41
42#ifdef __NetBSD__
43#include <dev/ic/isp_netbsd.h>
44#endif
45#ifdef __FreeBSD__

--- 6656 unchanged lines hidden ---
40/*
41 * Include header file appropriate for platform we're building on.
42 */
43
44#ifdef __NetBSD__
45#include <dev/ic/isp_netbsd.h>
46#endif
47#ifdef __FreeBSD__

--- 6656 unchanged lines hidden ---