Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 May 1997 14:25:51 -0700 (PDT)
From:      Jean-Marc Zucconi <jmz@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/scsi worm.c
Message-ID:  <199705282125.OAA17525@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jmz         1997/05/28 14:25:51 PDT

  Modified files:
    sys/scsi             worm.c 
  Log:
  The correct way to combine 2 4bit values into a 8bit one is (a<<4) | b, not
  (a<<8) || b.
  The conical hat please!
  
  Revision  Changes    Path
  1.40      +7 -7      src/sys/scsi/worm.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705282125.OAA17525>