[BACK]Return to hifn7751.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / pci

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/dev/pci/hifn7751.c between version 1.20 and 1.21

version 1.20, 2003/11/16 00:22:09 version 1.21, 2004/04/29 01:46:06
Line 847  report:
Line 847  report:
                 return ("DES");                  return ("DES");
   
         case HIFN_PUSTAT_ENA_2:          case HIFN_PUSTAT_ENA_2:
                 return ("3DES");                  if (sc->sc_flags & HIFN_HAS_AES)
                       return ("3DES/AES");
                   else
                       return ("3DES");
   
         default:          default:
                 return ("disabled");                  return ("disabled");

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>