From owner-cvs-sys Tue May 7 14:11:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08119 for cvs-sys-outgoing; Tue, 7 May 1996 14:11:30 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08090 Tue, 7 May 1996 14:11:16 -0700 (PDT) Date: Tue, 7 May 1996 14:11:16 -0700 (PDT) From: Nate Williams Message-Id: <199605072111.OAA08090@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa psm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/05/07 14:11:15 Modified: sys/i386/isa psm.c Log: Re-wrote psm_poll_status() to use the ioport supplied in the kernel config file instead of hard-coding it in the driver. No functional differences. This is based on the code Richard Wiwatowski sent to the mailing list. Revision Changes Path 1.19 +16 -17 src/sys/i386/isa/psm.c