Ops, forgot this one: Add interrupt disable bit #define for HPT370

This commit is contained in:
bouyer 2000-07-27 15:26:16 +00:00
parent 0fb0e5f170
commit 0154cbce36
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pciide_hpt_reg.h,v 1.1 2000/06/12 21:20:51 bouyer Exp $ */
/* $NetBSD: pciide_hpt_reg.h,v 1.2 2000/07/27 15:26:16 bouyer Exp $ */
/*
* Copyright (c) 2000 Manuel Bouyer.
@ -108,6 +108,9 @@
#define HPT_STAT2_POLLST 0x01
#define HPT_CSEL 0x5a
#define HPT_CSEL_IRQDIS 0x10 /* 370 only */
#define HPT_CSEL_PCIDIS 0x08 /* 370 only */
#define HPT_CSEL_PCIWR 0x04 /* 370 only */
#define HPT_CSEL_CBLID(chan) (0x01 << (1 - (chan)))
static u_int32_t hpt366_pio[] =