cvs commit: src/sys/dev/iir iir.c

Scott Long scottl at FreeBSD.org
Fri Sep 3 01:44:24 PDT 2004


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


More information about the cvs-src mailing list