cvs commit: src/sys/dev/smbus smb.c smb.h
Joerg Wunsch
joerg at FreeBSD.org
Sun May 16 14:18:46 PDT 2004
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
More information about the cvs-src
mailing list