summaryrefslogtreecommitdiffstats
path: root/sys/pci/pcic_p.h
diff options
context:
space:
mode:
authornate <nate@FreeBSD.org>1998-01-20 21:11:03 +0000
committernate <nate@FreeBSD.org>1998-01-20 21:11:03 +0000
commite5842c1bb3cac612cd53a80a3f2b9d17e9cae765 (patch)
treeda09c11c3be9a5454344f17ae6eb0f957d254298 /sys/pci/pcic_p.h
parente6fb4ea0302f7e6a531a914441e63b24a7acd92a (diff)
downloadFreeBSD-src-e5842c1bb3cac612cd53a80a3f2b9d17e9cae765.zip
FreeBSD-src-e5842c1bb3cac612cd53a80a3f2b9d17e9cae765.tar.gz
- Support for multiple PD6832 controllers. Each found 6832 is assigned
and initializes the next two ports in order starting at 03e0. This also patches pcic_p.h to reduce the I/O ports mapped from 4 to 2. Submitted by: Ted Faber <faber@ISI.EDU>
Diffstat (limited to 'sys/pci/pcic_p.h')
-rw-r--r--sys/pci/pcic_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pcic_p.h b/sys/pci/pcic_p.h
index 81145b2..088193c 100644
--- a/sys/pci/pcic_p.h
+++ b/sys/pci/pcic_p.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: pcic_p.h,v 1.2 1997/12/02 22:13:59 nate Exp $
*/
/* PCI/CardBus Device IDs */
@@ -49,6 +49,6 @@
#define CLPD6832_BCR_MGMT_IRQ_ENA 0x08000000
#define CLPD6832_BCR_ISA_IRQ 0x00800000
#define CLPD6832_COMMAND_DEFAULTS 0x00000045
-#define CLPD6832_NUM_REGS 4
+#define CLPD6832_NUM_REGS 2
/* End of CL-PD6832 defines */
OpenPOWER on IntegriCloud