Deleted Added
full compact
isp_freebsd.h (73246) isp_freebsd.h (74914)
1/* $FreeBSD: head/sys/dev/isp/isp_freebsd.h 73246 2001-03-01 02:15:58Z mjacob $ */
1/* $FreeBSD: head/sys/dev/isp/isp_freebsd.h 74914 2001-03-28 09:17:56Z jhb $ */
2/*
3 * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (CAM version)
4 * Copyright (c) 1997, 1998, 1999, 2000 by Matthew Jacob
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

40#endif
41
42
43#include <sys/param.h>
44#include <sys/param.h>
45#include <sys/systm.h>
46#include <sys/kernel.h>
47#include <sys/queue.h>
2/*
3 * Qlogic ISP SCSI Host Adapter FreeBSD Wrapper Definitions (CAM version)
4 * Copyright (c) 1997, 1998, 1999, 2000 by Matthew Jacob
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

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

40#endif
41
42
43#include <sys/param.h>
44#include <sys/param.h>
45#include <sys/systm.h>
46#include <sys/kernel.h>
47#include <sys/queue.h>
48#include <sys/lock.h>
48#include <sys/malloc.h>
49#include <sys/mutex.h>
50#include <sys/proc.h>
51#include <sys/bus.h>
52
53#include <machine/bus_memio.h>
54#include <machine/bus_pio.h>
55#include <machine/bus.h>

--- 370 unchanged lines hidden ---
49#include <sys/malloc.h>
50#include <sys/mutex.h>
51#include <sys/proc.h>
52#include <sys/bus.h>
53
54#include <machine/bus_memio.h>
55#include <machine/bus_pio.h>
56#include <machine/bus.h>

--- 370 unchanged lines hidden ---