--- sys/dev/ic/tulip.c-1.113 Sun May 5 21:06:10 2002 +++ sys/dev/ic/tulip.c Mon May 20 22:27:14 2002 @@ -5151,12 +5151,6 @@ } -#define TULIP_SET(sc, reg, x) \ - TULIP_WRITE((sc), (reg), TULIP_READ((sc), (reg)) | (x)) - -#define TULIP_CLR(sc, reg, x) \ - TULIP_WRITE((sc), (reg), TULIP_READ((sc), (reg)) & ~(x)) - void tlp_2114x_nway_auto(sc) struct tulip_softc *sc; --- sys/kern/subr_disk.c-1.37 Sat Feb 16 21:32:57 2002 +++ sys/kern/subr_disk.c Mon May 20 22:36:55 2002 @@ -344,7 +344,7 @@ int sn; if (pri != LOG_PRINTF) { - static const char fmt[] = ""; + static const char fmt[] = "dummy string abcdefg"; log(pri, fmt); pr = addlog; } else