cvs commit: src/sys/i386/i386 bcopy.s

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Apr 30 20:39:13 PDT 2004


dillon      2004/04/30 20:38:36 PDT

DragonFly src repository

  Modified files:
    sys/i386/i386        bcopy.s 
  Log:
  Add bcopyb() back in for the PCVT driver.  bcopyb() is explicitly
  byte-granular for the few (one?) memory mapped device which cannot always
  handle 16 or 32 bit ops.
  
  Reported-by: David Rhodus
  
  Revision  Changes    Path
  1.4       +39 -1     src/sys/i386/i386/bcopy.s


http://www.dragonflybsd.org/cvsweb/src/sys/i386/i386/bcopy.s.diff?r1=1.3&r2=1.4&f=h





More information about the Commits mailing list