From owner-cvs-all Wed Jul 21 20:59:26 1999 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 5ADA614FA0; Wed, 21 Jul 1999 20:59:24 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA50389; Wed, 21 Jul 1999 20:59:23 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) Message-Id: <199907220359.UAA50389@freefall.freebsd.org> From: Bill Paul Date: Wed, 21 Jul 1999 20:59:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_xl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1999/07/21 20:59:23 PDT Modified files: sys/pci if_xl.c Log: Small tweak to newbus changes: return error status on failure correctly in xl_attach() (not a problem if the attach never fails, but if it does the function would still return 0, which is wrong). Revision Changes Path 1.46 +2 -2 src/sys/pci/if_xl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message