From owner-cvs-all Fri Sep 22 1:42:34 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EEF2A37B422; Fri, 22 Sep 2000 01:42:30 -0700 (PDT) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA18602; Fri, 22 Sep 2000 01:42:30 -0700 (PDT) (envelope-from jhb@FreeBSD.org) Message-Id: <200009220842.BAA18602@freefall.freebsd.org> From: John Baldwin Date: Fri, 22 Sep 2000 01:42:30 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa sio.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/09/22 01:42:30 PDT Modified files: sys/isa sio.c Log: - Wrap functions and variables that aren't used in the alpha console probe with #ifndef __alpha__/#endif - Add function prototypes for functions used during the alpha console probe and gdb port setup inside of #ifdef __alpha__/#endif. Revision Changes Path 1.315 +27 -8 src/sys/isa/sio.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message