Date: Sun, 16 May 2004 14:18:45 -0700 (PDT) From: Joerg Wunsch <joerg@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/smbus smb.c smb.h Message-ID: <200405162118.i4GLIjRQ016557@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2004/05/16 14:18:45 PDT FreeBSD src repository Modified files: sys/dev/smbus smb.c smb.h Log: You wouldn't believe a driver could survive doing userland IO without properly using copyin/copyout for more than 5 years? This one did. :-) Properly encapsulate all user<->kernel data transfers using copy{in,out}. MFC after: 1 month Revision Changes Path 1.32 +43 -11 src/sys/dev/smbus/smb.c 1.4 +6 -1 src/sys/dev/smbus/smb.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405162118.i4GLIjRQ016557>