Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys




To: source-changes%NetBSD.org@localhost

Subject: CVS commit: src/sys

From: "Jaromir Dolecek" <jdolecek%netbsd.org@localhost>

Date: Sat, 20 Aug 2016 19:44:46 +0000


Module Name:    src
Committed By:   jdolecek
Date:           Sat Aug 20 19:44:46 UTC 2016

Modified Files:
        src/sys/dev/usb: utoppy.c
Added Files:
        src/sys/lib/libkern: crc16.h

Log Message:
extract crc16 code from utoppy driver to a separate file in libkern, for use
by ext2fs; every usage gets their own copy of the table for now, as it's
fairly small, and too rare to be used to be useful pulling into every kernel


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/dev/usb/utoppy.c
cvs rdiff -u -r0 -r1.1 src/sys/lib/libkern/crc16.h

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






Prev by Date: CVS commit: src/sys/arch/amd64

Next by Date: CVS commit: src/sys/ufs/ext2fs

Previous by Thread: CVS commit: src/sys/arch/amd64

Next by Thread: CVS commit: src/sys/ufs/ext2fs

Indexes:

reverse Date

reverse Thread

Old Index



Home | Main Index | Thread Index | Old Index