Deleted Added
full compact
aha.c (140040) aha.c (146734)
1/*
2 * Generic register and struct definitions for the Adaptech 154x/164x
3 * SCSI host adapters. Product specific probe and attach routines can
4 * be found in:
5 * aha 1542A/1542B/1542C/1542CF/1542CP aha_isa.c
6 * aha 1640 aha_mca.c
7 */
8/*-

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

53 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
55 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
56 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
57 * SUCH DAMAGE.
58 */
59
60#include <sys/cdefs.h>
1/*
2 * Generic register and struct definitions for the Adaptech 154x/164x
3 * SCSI host adapters. Product specific probe and attach routines can
4 * be found in:
5 * aha 1542A/1542B/1542C/1542CF/1542CP aha_isa.c
6 * aha 1640 aha_mca.c
7 */
8/*-

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

53 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
54 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
55 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
56 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
57 * SUCH DAMAGE.
58 */
59
60#include <sys/cdefs.h>
61__FBSDID("$FreeBSD: head/sys/dev/aha/aha.c 140040 2005-01-11 06:24:40Z imp $");
61__FBSDID("$FreeBSD: head/sys/dev/aha/aha.c 146734 2005-05-29 04:42:30Z nyan $");
62
63#include <sys/param.h>
64#include <sys/bus.h>
65#include <sys/systm.h>
66#include <sys/malloc.h>
67#include <sys/kernel.h>
68#include <sys/lock.h>
69#include <sys/mutex.h>
70
62
63#include <sys/param.h>
64#include <sys/bus.h>
65#include <sys/systm.h>
66#include <sys/malloc.h>
67#include <sys/kernel.h>
68#include <sys/lock.h>
69#include <sys/mutex.h>
70
71#include <machine/bus_pio.h>
72#include <machine/bus.h>
73
74#include <cam/cam.h>
75#include <cam/cam_ccb.h>
76#include <cam/cam_sim.h>
77#include <cam/cam_xpt_sim.h>
78#include <cam/cam_debug.h>
79

--- 1784 unchanged lines hidden ---
71#include <machine/bus.h>
72
73#include <cam/cam.h>
74#include <cam/cam_ccb.h>
75#include <cam/cam_sim.h>
76#include <cam/cam_xpt_sim.h>
77#include <cam/cam_debug.h>
78

--- 1784 unchanged lines hidden ---