Date: Fri, 3 Sep 2004 08:44:23 +0000 (UTC) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/iir iir.c Message-ID: <200409030844.i838iNr9024136@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2004-09-03 08:44:23 UTC FreeBSD src repository Modified files: sys/dev/iir iir.c Log: Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it. It makes no sense in a PAE environment and is impossible to handle correctly. This case is also never used right now. This should make the iir(4) driver ready for PAE. Revision Changes Path 1.11 +2 -14 src/sys/dev/iir/iir.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409030844.i838iNr9024136>