From cf6e42a4a985cb4a11adc99f9fd8081216dbb1fc Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Sun, 28 Nov 1999 20:47:27 +0000 Subject: [PATCH] Add PCI_USBREV_1_1 --- sys/dev/usb/uhcireg.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/usb/uhcireg.h b/sys/dev/usb/uhcireg.h index bcb5fcac2f7..59f1afe0022 100644 --- a/sys/dev/usb/uhcireg.h +++ b/sys/dev/usb/uhcireg.h @@ -1,4 +1,4 @@ -/* $NetBSD: uhcireg.h,v 1.6 1999/04/03 19:01:20 augustss Exp $ */ +/* $NetBSD: uhcireg.h,v 1.8 1999/11/18 23:32:28 augustss Exp $ */ /* $FreeBSD$ */ /* @@ -47,6 +47,7 @@ #define PCI_USBREV_MASK 0xff #define PCI_USBREV_PRE_1_0 0x00 #define PCI_USBREV_1_0 0x10 +#define PCI_USBREV_1_1 0x11 #define PCI_LEGSUP 0xc0 /* Legacy Support register */ #define PCI_LEGSUP_USBPIRQDEN 0x2000 /* USB PIRQ D Enable */