From owner-cvs-share Fri Sep 26 10:23:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA17075 for cvs-share-outgoing; Fri, 26 Sep 1997 10:23:49 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA17008; Fri, 26 Sep 1997 10:22:43 -0700 (PDT) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA20142; Fri, 26 Sep 1997 10:17:44 -0700 (PDT) Date: Fri, 26 Sep 1997 10:17:44 -0700 (PDT) Message-Id: <199709261717.KAA20142@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/share/man/man4/man4.i386 ex.4 src/sys/i386/isa if_ex.c Sender: owner-cvs-share@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1997/09/26 10:17:44 PDT Modified files: share/man/man4/man4.i386 ex.4 Log: Update documentation for the 'ex' driver to indicate that it supports the Pro/10+ cards as well. Revision Changes Path 1.4 +6 -5 src/share/man/man4/man4.i386/ex.4 Modified files: sys/i386/isa if_ex.c Log: The previous commit broke support for the Pro/10; detect which sort of card we are using and calculate the IRQ accordingly. Revision Changes Path 1.7 +25 -7 src/sys/i386/isa/if_ex.c