Deleted Added
full compact
lsi64854.c (130293) lsi64854.c (137532)
1/*-
2 * Copyright (c) 2004 Scott Long
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

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

59 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
60 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
61 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
62 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
63 * POSSIBILITY OF SUCH DAMAGE.
64 */
65
66#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2004 Scott Long
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

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

59 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
60 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
61 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
62 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
63 * POSSIBILITY OF SUCH DAMAGE.
64 */
65
66#include <sys/cdefs.h>
67__FBSDID("$FreeBSD: head/sys/sparc64/sbus/lsi64854.c 130293 2004-06-10 05:11:39Z scottl $");
67__FBSDID("$FreeBSD: head/sys/sparc64/sbus/lsi64854.c 137532 2004-11-10 14:09:52Z trhodes $");
68
69#include <sys/param.h>
70#include <sys/systm.h>
71#include <sys/bus.h>
72#include <sys/kernel.h>
73#include <sys/resource.h>
74#include <sys/lock.h>
75#include <sys/mutex.h>
76
77#include <machine/bus.h>
78
79#include <cam/cam.h>
80#include <cam/cam_ccb.h>
81#include <cam/scsi/scsi_all.h>
82
68
69#include <sys/param.h>
70#include <sys/systm.h>
71#include <sys/bus.h>
72#include <sys/kernel.h>
73#include <sys/resource.h>
74#include <sys/lock.h>
75#include <sys/mutex.h>
76
77#include <machine/bus.h>
78
79#include <cam/cam.h>
80#include <cam/cam_ccb.h>
81#include <cam/scsi/scsi_all.h>
82
83#include <dev/esp/lsi64854reg.h>
84#include <dev/esp/lsi64854var.h>
83#include <sparc64/sbus/lsi64854reg.h>
84#include <sparc64/sbus/lsi64854var.h>
85
86#include <dev/esp/ncr53c9xreg.h>
87#include <dev/esp/ncr53c9xvar.h>
88
89void lsi64854_reset(struct lsi64854_softc *);
90int lsi64854_setup(struct lsi64854_softc *, caddr_t *, size_t *,
91 int, size_t *);
92int lsi64854_setup_pp(struct lsi64854_softc *, caddr_t *, size_t *,

--- 630 unchanged lines hidden ---
85
86#include <dev/esp/ncr53c9xreg.h>
87#include <dev/esp/ncr53c9xvar.h>
88
89void lsi64854_reset(struct lsi64854_softc *);
90int lsi64854_setup(struct lsi64854_softc *, caddr_t *, size_t *,
91 int, size_t *);
92int lsi64854_setup_pp(struct lsi64854_softc *, caddr_t *, size_t *,

--- 630 unchanged lines hidden ---