diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-03-16 07:09:32 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1997-03-16 07:09:32 +0000 |
| commit | 25f864c494cc9df795090ca29d084164bc05b7a5 (patch) | |
| tree | 2ae9b0a3873f9a93ec4e1255b92e6a14ea43b680 | |
| parent | 8733b9a7caa1155303e5e008322cfce8cb571ae4 (diff) | |
Notes
| -rw-r--r-- | sys/i386/eisa/aic7770.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/eisa/aic7770.c b/sys/i386/eisa/aic7770.c index 0bab5146a2e3..37077240a789 100644 --- a/sys/i386/eisa/aic7770.c +++ b/sys/i386/eisa/aic7770.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: aic7770.c,v 1.38 1997/02/22 09:31:58 peter Exp $ */ #if defined(__FreeBSD__) @@ -56,7 +56,7 @@ #include <i386/eisa/eisaconf.h> #include <i386/scsi/aic7xxx.h> -#include <dev/aic7xxx/aic7xxx_reg.h> +#include <aic7xxx_reg.h> #define EISA_DEVICE_ID_ADAPTEC_AIC7770 0x04907770 #define EISA_DEVICE_ID_ADAPTEC_274x 0x04907771 |
