From e5842c1bb3cac612cd53a80a3f2b9d17e9cae765 Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 20 Jan 1998 21:11:03 +0000 Subject: - 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 --- sys/pci/pcic_p.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/pci/pcic_p.h') 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 */ -- cgit v1.1