]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.
authorScott Long <scottl@FreeBSD.org>
Fri, 3 Sep 2004 08:44:23 +0000 (08:44 +0000)
committerScott Long <scottl@FreeBSD.org>
Fri, 3 Sep 2004 08:44:23 +0000 (08:44 +0000)
commit21b1acfb93264544e0790c12212aadadd49bce41
treed1683c26b29a3213bc315bfbbd02d1fc35f85b1c
parent7a6d2ca81bc029151bfee95fb36a35d0a2424ed8
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.
sys/dev/iir/iir.c