Date: Sat, 23 May 1998 17:56:52 -0700 (PDT) From: Bill Paul <wpaul@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tl.c Message-ID: <199805240056.RAA25184@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 1998/05/23 17:56:51 PDT Modified files: sys/pci if_tl.c Log: Fix a mind-o in tl_setmulti(): when setting a bit in the upper 32 bits of the 64-bit hash table, we have to use a 32-bit shift, not 31. Pointed out by: Bill Fenner Revision Changes Path 1.5 +3 -3 src/sys/pci/if_tl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805240056.RAA25184>