diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1997-05-28 11:15:18 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1997-05-28 11:15:18 +0000 |
| commit | 903f376ec8d473de6a26ce3c6fc4664f2a07a570 (patch) | |
| tree | f1eecb3014f94d9e8719d129ce98f217962a5b94 /sys/dev/pci | |
| parent | 8ae85778a39e2b862e73fbc750c8be8cb6e897c2 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/pcireg.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/pcireg.h b/sys/dev/pci/pcireg.h index cd5c6e89e95e..6f910789c883 100644 --- a/sys/dev/pci/pcireg.h +++ b/sys/dev/pci/pcireg.h @@ -26,7 +26,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id$ + * $Id: pcireg.h,v 1.15 1997/05/26 15:08:35 se Exp $ * */ @@ -53,6 +53,9 @@ #define PCIR_VENDOR 0x00 #define PCIR_DEVICE 0x02 #define PCIR_COMMAND 0x04 +#define PCIM_CMD_PORTEN 0x0001 +#define PCIM_CMD_MEMEN 0x0002 +#define PCIM_CMD_BUSMASTEREN 0x0004 #define PCIR_STATUS 0x06 #define PCIR_REVID 0x08 #define PCIR_PROGIF 0x09 |
