From owner-cvs-all Mon Jan 24 1:23:39 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 0A9111523F; Mon, 24 Jan 2000 01:22:52 -0800 (PST) (envelope-from dfr@FreeBSD.org) Received: (from dfr@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA23044; Mon, 24 Jan 2000 01:22:52 -0800 (PST) (envelope-from dfr@FreeBSD.org) Message-Id: <200001240922.BAA23044@freefall.freebsd.org> From: Doug Rabson Date: Mon, 24 Jan 2000 01:22:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fb vga.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk dfr 2000/01/24 01:22:52 PST Modified files: sys/dev/fb vga.c Log: Add a workaround to which allows alphas to reserve a port range which doesn't conflict with the parallel port on my miata (0x3bc..0x3bf). The right solution will be to reserve two port ranges in vga, 0x3b0..0x3ba and 0x3c0..0x3ca. Reviewed by: yokota Revision Changes Path 1.8 +2 -2 src/sys/dev/fb/vga.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message