diff options
Diffstat (limited to 'sys/dev/aic7xxx/aic7770.c')
-rw-r--r-- | sys/dev/aic7xxx/aic7770.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/aic7xxx/aic7770.c b/sys/dev/aic7xxx/aic7770.c index c493da2..ac23d19 100644 --- a/sys/dev/aic7xxx/aic7770.c +++ b/sys/dev/aic7xxx/aic7770.c @@ -29,7 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: //depot/src/aic7xxx/aic7770.c#8 $ + * $Id: //depot/src/aic7xxx/aic7770.c#9 $ * * $FreeBSD$ */ @@ -217,6 +217,11 @@ aic7770_config(struct ahc_softc *ahc, struct aic7770_identity *entry) */ ahc_outb(ahc, BCTL, ENABLE); + /* + * Allow interrupts. + */ + ahc_intr_enable(ahc, TRUE); + return (0); } |