From owner-cvs-sys Mon Nov 11 09:11:35 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA26348 for cvs-sys-outgoing; Mon, 11 Nov 1996 09:11:35 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA26312; Mon, 11 Nov 1996 09:11:15 -0800 (PST) Date: Mon, 11 Nov 1996 09:11:15 -0800 (PST) From: Bruce Evans Message-Id: <199611111711.JAA26312@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa ctx.c if_epreg.h if_zp.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/11 09:11:14 Modified: sys/i386/isa ctx.c if_epreg.h if_zp.c Log: Fixed pessimized (short) i/o port type. The change in if_epreg.h affects if_epreg.o and 3c5x9.o. These changes are probably harmless, but I can't test them. Revision Changes Path 1.21 +4 -4 src/sys/i386/isa/ctx.c 1.18 +2 -2 src/sys/i386/isa/if_epreg.h 1.27 +2 -2 src/sys/i386/isa/if_zp.c