diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-08-21 19:55:49 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-08-21 19:55:49 +0000 |
| commit | e0b2119fcf34a987775e7df613fb65efdbf70f09 (patch) | |
| tree | a2ff0785f3adff8ea308379d8e02eb21ac4c7813 | |
| parent | 5b49d899ecb8de43d13c691faa6fad7a2e35a4db (diff) | |
Notes
| -rw-r--r-- | sys/i386/eisa/aic7770.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/i386/eisa/aic7770.c b/sys/i386/eisa/aic7770.c index 65d7f24ace3c..760e1aacecdb 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: aic7770.c,v 1.39 1997/03/16 07:09:32 gibbs Exp $ + * $Id: aic7770.c,v 1.40 1997/07/20 06:31:08 bde Exp $ */ #if defined(__FreeBSD__) @@ -53,7 +53,8 @@ #include <i386/eisa/eisaconf.h> #include <i386/scsi/aic7xxx.h> -#include <aic7xxx_reg.h> + +#include "aic7xxx_reg.h" #define EISA_DEVICE_ID_ADAPTEC_AIC7770 0x04907770 #define EISA_DEVICE_ID_ADAPTEC_274x 0x04907771 |
