Add legacy support register.
This commit is contained in:
parent
946efa06b3
commit
28903948b1
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: uhcireg.h,v 1.5 1998/12/27 23:40:52 augustss Exp $ */
|
||||
/* $NetBSD: uhcireg.h,v 1.6 1999/04/03 19:01:20 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
|
@ -47,6 +47,9 @@
|
|||
#define PCI_USBREV_PRE_1_0 0x00
|
||||
#define PCI_USBREV_1_0 0x10
|
||||
|
||||
#define PCI_LEGSUP 0xc0 /* Legacy Support register */
|
||||
#define PCI_LEGSUP_USBPIRQDEN 0x2000 /* USB PIRQ D Enable */
|
||||
|
||||
#define PCI_CBIO 0x20 /* configuration base IO */
|
||||
|
||||
#define PCI_INTERFACE_UHCI 0x00
|
||||
|
|
Loading…
Reference in New Issue