From owner-cvs-all Sat Mar 18 7:13:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3882E37B83E; Sat, 18 Mar 2000 07:13:31 -0800 (PST) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA55567; Sat, 18 Mar 2000 07:13:31 -0800 (PST) (envelope-from yokota@FreeBSD.org) Message-Id: <200003181513.HAA55567@freefall.freebsd.org> From: Kazutaka YOKOTA Date: Sat, 18 Mar 2000 07:13:31 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa mse.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG yokota 2000/03/18 07:13:31 PST Modified files: sys/i386/isa mse.c Log: - `Newbus'ified the driver. - Properly keep track of resources (I/O ports and irq). - Use bus_space_read/write() to access the ports. - Add PnP IDs. - Add a watchdog timer in case interrupts are lost (experimental). - Add `detach' function (experimental). Revision Changes Path 1.50 +285 -126 src/sys/i386/isa/mse.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message