Deleted Added
full compact
asr.c (191939) asr.c (203108)
1/*-
2 * Copyright (c) 1996-2000 Distributed Processing Technology Corporation
3 * Copyright (c) 2000-2001 Adaptec Corporation
4 * All rights reserved.
5 *
6 * TERMS AND CONDITIONS OF USE
7 *
8 * Redistribution and use in source form, with or without modification, are

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

125#include <sys/rman.h>
126#include <sys/stat.h>
127#include <sys/bus_dma.h>
128
129#include <cam/cam.h>
130#include <cam/cam_ccb.h>
131#include <cam/cam_sim.h>
132#include <cam/cam_xpt_sim.h>
1/*-
2 * Copyright (c) 1996-2000 Distributed Processing Technology Corporation
3 * Copyright (c) 2000-2001 Adaptec Corporation
4 * All rights reserved.
5 *
6 * TERMS AND CONDITIONS OF USE
7 *
8 * Redistribution and use in source form, with or without modification, are

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

125#include <sys/rman.h>
126#include <sys/stat.h>
127#include <sys/bus_dma.h>
128
129#include <cam/cam.h>
130#include <cam/cam_ccb.h>
131#include <cam/cam_sim.h>
132#include <cam/cam_xpt_sim.h>
133#include <cam/cam_xpt_periph.h>
134
135#include <cam/scsi/scsi_all.h>
136#include <cam/scsi/scsi_message.h>
137
138#include <vm/vm.h>
139#include <vm/pmap.h>
140
141#if defined(__i386__)

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

156#include <dev/asr/dptalign.h>
157#include <dev/asr/i2oexec.h>
158#include <dev/asr/i2obscsi.h>
159#include <dev/asr/i2odpt.h>
160#include <dev/asr/i2oadptr.h>
161
162#include <dev/asr/sys_info.h>
163
133
134#include <cam/scsi/scsi_all.h>
135#include <cam/scsi/scsi_message.h>
136
137#include <vm/vm.h>
138#include <vm/pmap.h>
139
140#if defined(__i386__)

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

155#include <dev/asr/dptalign.h>
156#include <dev/asr/i2oexec.h>
157#include <dev/asr/i2obscsi.h>
158#include <dev/asr/i2odpt.h>
159#include <dev/asr/i2oadptr.h>
160
161#include <dev/asr/sys_info.h>
162
164__FBSDID("$FreeBSD: head/sys/dev/asr/asr.c 191939 2009-05-09 17:47:42Z imp $");
163__FBSDID("$FreeBSD: head/sys/dev/asr/asr.c 203108 2010-01-28 08:41:30Z mav $");
165
166#define ASR_VERSION 1
167#define ASR_REVISION '1'
168#define ASR_SUBREVISION '0'
169#define ASR_MONTH 5
170#define ASR_DAY 5
171#define ASR_YEAR (2004 - 1980)
172

--- 3653 unchanged lines hidden ---
164
165#define ASR_VERSION 1
166#define ASR_REVISION '1'
167#define ASR_SUBREVISION '0'
168#define ASR_MONTH 5
169#define ASR_DAY 5
170#define ASR_YEAR (2004 - 1980)
171

--- 3653 unchanged lines hidden ---