From owner-cvs-all Sat Feb 10 19:53:48 2001 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 20CAE37B401; Sat, 10 Feb 2001 19:53:24 -0800 (PST) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1B3rOh24315; Sat, 10 Feb 2001 19:53:24 -0800 (PST) (envelope-from mjacob) Message-Id: <200102110353.f1B3rOh24315@freefall.freebsd.org> From: Matt Jacob Date: Sat, 10 Feb 2001 19:53:24 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG mjacob 2001/02/10 19:53:24 PST Modified files: sys/dev/isp isp_pci.c Log: Shuffle around how we do isp_disable management- make sure we return 0 so the unit number doesn't get reused. Make sure that if we've compiled for ISP_TARGET_MODE we set the default role to be ISP_ROLE_INITIATOR|ISP_ROLE_TARGET. Do some misc other cleanups. Revision Changes Path 1.61 +26 -22 src/sys/dev/isp/isp_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message