cvs commit: src/sys/dev/sn if_sn.c
David O'Brien
obrien at FreeBSD.org
Fri Nov 14 07:57:26 PST 2003
On Thu, Nov 13, 2003 at 09:37:36PM -0800, Warner Losh wrote:
> imp 2003/11/13 21:37:36 PST
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/sn if_sn.c
> Log:
> Reconst-poison crc routine that was renamed to mchash.
> re-remove the _ in u_intXX_t
'cvs diff -r 1.30 -r 1.31 dev/sn/if_sn.c | grep const' shows no const.
$ cvs ann -r 1.31 dev/sn/if_sn.c | grep const
1.4 (imp 22-Dec-99): static const char *chip_ids[15] = {
1.29 (imp 26-Oct-03): const uint32_t poly = 0xedb88320;
$ cvs ann -r 1.32 dev/sn/if_sn.c | grep const
1.4 (imp 22-Dec-99): static const char *chip_ids[15] = {
1.29 (imp 26-Oct-03): const uint32_t poly = 0xedb88320;
--
-- David (obrien at FreeBSD.org)
More information about the cvs-src
mailing list