Date: Fri, 23 Feb 2007 05:42:42 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/isp isp_pci.c Message-ID: <200702230542.l1N5gggu019505@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2007-02-23 05:42:42 UTC FreeBSD src repository Modified files: sys/dev/isp isp_pci.c Log: There is a problem in setting/getting 'options'- if we check things early, we haven't set board type, so we can't correctly check for some options. Fix this by splitting option setting/getting into generic, pci and then later board specific, option setting/getting. This was noticed when setting 'iid' (or 'hard loop id') didn't work all of a sudden. Noticed by: Mike Drangula (thanks!) via Jung-uk Kim (thanks!) Revision Changes Path 1.135 +133 -111 src/sys/dev/isp/isp_pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702230542.l1N5gggu019505>