#include "opt_ahc.h"

This commit is contained in:
pk 2000-06-29 23:12:19 +00:00
parent ff9280f4ee
commit 8c46f6d687

View File

@ -1,4 +1,4 @@
/* $NetBSD: aic7xxx.c,v 1.58 2000/06/28 17:12:53 mrg Exp $ */
/* $NetBSD: aic7xxx.c,v 1.59 2000/06/29 23:12:19 pk Exp $ */
/*
* Generic driver for the aic7xxx based adaptec SCSI controllers
@ -87,6 +87,7 @@
*/
#include "opt_ddb.h"
#include "opt_ahc.h"
#include <sys/param.h>
#include <sys/kernel.h>
@ -3817,7 +3818,7 @@ ahc_init(struct ahc_softc *ahc)
/*
* Setup the allowed SCSI Sequences based on operational mode.
* If we are a target, we'll enalbe select in operations once
* If we are a target, we'll enable select in operations once
* we've had a lun enabled.
*/
scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP;