NetOne - Doichin Dokov ??????:
dmesg bge(4) timeouts which happen from time to time:
=====================================
bge0: watchdog timeout -- resetting
bge1: watchdog timeout -- resetting
mickey posted some diffs on tech@ relating to watchdog
problems with bge and em, they might be worth a look.
Are these what you're talking about, or there were any subsequent
patches I could not find:
http://article.gmane.org/gmane.os.openbsd.tech/14133
http://article.gmane.org/gmane.os.openbsd.tech/14134
Those patches apply cleanly on 4.2 stable, but i get compile erros when
trying to build the kernel:
cc -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wno-uninitialized -Wno-format -Wno-main -Wno-sign-compare
-Wstack-larger-than-2047 -mcmodel=kernel -mno-red-zone
-fno-strict-aliasing -mno-sse2 -mno-sse -mno-3dnow -mno-mmx -msoft-float
-fno-builtin-printf -fno-builtin-log -fno-omit-frame-pointer -O2 -pipe
-nostdinc -I. -I/usr/src/sys/arch/amd64/compile/GENERIC.MP/../../../..
-I/usr/src/sys/arch/amd64/compile/GENERIC.MP/../../../../arch -DDDB
-DDIAGNOSTIC -DKTRACE -DACCOUNTING -DKMEMSTATS -DPTRACE -DCRYPTO
-DSYSVMSG -DSYSVSEM -DSYSVSHM -DUVM_SWAP_ENCRYPT -DCOMPAT_35 -DCOMPAT_43
-DLKM -DFFS -DFFS2 -DFFS_SOFTUPDATES -DUFS_DIRHASH -DQUOTA -DEXT2FS
-DMFS -DXFS -DTCP_SACK -DTCP_ECN -DTCP_SIGNATURE -DNFSCLIENT -DNFSSERVER
-DCD9660 -DUDF -DMSDOSFS -DFIFO -DPORTAL -DINET -DALTQ -DINET6 -DIPSEC
-DPPP_BSDCOMP -DPPP_DEFLATE -DMROUTING -DBOOT_CONFIG -DUSER_PCICONF
-DAPERTURE -DPCIVERBOSE -DUSBVERBOSE -DWSDISPLAY_COMPAT_USL
-DWSDISPLAY_COMPAT_RAWKBD -DWSDISPLAY_DEFAULTSCREENS="6"
-DWSDISPLAY_COMPAT_PCVT -DONEWIREVERBOSE -DMULTIPROCESSOR -DMPBIOS
-D_KERNEL -Damd64 -Dx86_64 -c
/usr/src/sys/arch/amd64/compile/GENERIC.MP/../../../../dev/pci/if_bge.c
/usr/src/sys/dev/pci/if_bge.c: In function `bge_txeof':
/usr/src/sys/dev/pci/if_bge.c:2472: error: stray '\231' in program
/usr/src/sys/dev/pci/if_bge.c:2472: error: `bge_txcnt' undeclared (first
use in this function)
/usr/src/sys/dev/pci/if_bge.c:2472: error: (Each undeclared identifier
is reported only once
/usr/src/sys/dev/pci/if_bge.c:2472: error: for each function it appears in.)
*** Error code 1
Stop in /usr/src/sys/arch/amd64/compile/GENERIC.MP (line 2517 of Makefile).
I guess they're meant to be used on -current?
Regards,
Doichiin