Dangit... made a typo in the NEXPTR register definition (0x55 -> 0x45).
This commit is contained in:
parent
4bfc6cc972
commit
e945f65af7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44224
@ -29,7 +29,7 @@
|
||||
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
||||
* THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*
|
||||
* $Id: if_axreg.h,v 1.5 1999/02/23 01:44:20 wpaul Exp $
|
||||
* $Id: if_axreg.h,v 1.3 1999/02/23 01:52:42 wpaul Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -454,7 +454,7 @@ struct ax_softc {
|
||||
|
||||
/* power management registers */
|
||||
#define AX_PCI_CAPID 0x44 /* 8 bits */
|
||||
#define AX_PCI_NEXTPTR 0x55 /* 8 bits */
|
||||
#define AX_PCI_NEXTPTR 0x45 /* 8 bits */
|
||||
#define AX_PCI_PWRMGMTCAP 0x46 /* 16 bits */
|
||||
#define AX_PCI_PWRMGMTCTRL 0x48 /* 16 bits */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user