From owner-cvs-all Sun May 7 13:46:52 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 2E79237BB9A; Sun, 7 May 2000 13:46:50 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA30192; Sun, 7 May 2000 13:46:49 -0700 (PDT) (envelope-from n_hibma@FreeBSD.org) Message-Id: <200005072046.NAA30192@freefall.freebsd.org> From: Nick Hibma Date: Sun, 7 May 2000 13:46:49 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ppbus ppi.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG n_hibma 2000/05/07 13:46:49 PDT Modified files: sys/dev/ppbus ppi.c Log: If PERIPH_1284 is not defined, don't even bother calling the BUS_*_INTR functions. If it is defined, check whether bus_alloc_resource has succeeded. If it hasn't, it is in polled mode. Mike Nowlin reports that this change makes the geek port (whatever _that_ is :-) work again on his machine. Submitted by: Mike Nowlin Revision Changes Path 1.23 +16 -10 src/sys/dev/ppbus/ppi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message