#include "opt_ahc.h"
This commit is contained in:
parent
ff9280f4ee
commit
8c46f6d687
@ -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
|
* Generic driver for the aic7xxx based adaptec SCSI controllers
|
||||||
@ -87,6 +87,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#include "opt_ddb.h"
|
#include "opt_ddb.h"
|
||||||
|
#include "opt_ahc.h"
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/kernel.h>
|
#include <sys/kernel.h>
|
||||||
@ -3817,7 +3818,7 @@ ahc_init(struct ahc_softc *ahc)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Setup the allowed SCSI Sequences based on operational mode.
|
* 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.
|
* we've had a lun enabled.
|
||||||
*/
|
*/
|
||||||
scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP;
|
scsiseq_template = ENSELO|ENAUTOATNO|ENAUTOATNP;
|
||||||
|
Loading…
Reference in New Issue
Block a user