Date: Mon, 14 Dec 2009 21:16:02 +0000 (UTC) From: Pyun YongHyeon <yongari@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/vge if_vge.c Message-ID: <200912142116.nBELGNLa065687@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
yongari 2009-12-14 21:16:02 UTC FreeBSD src repository Modified files: sys/dev/vge if_vge.c Log: SVN rev 200545 on 2009-12-14 21:16:02Z by yongari We don't have to reload EEPROM in vge_reset(). Because vge_reset() is called in vge_init_lock(), vge(4) always used to reload EEPROM. Also add more comment why vge(4) clears VGE_CHIPCFG0_PACPI bit. While I'm here add missing new line in vge_reset(). Revision Changes Path 1.57 +17 -17 src/sys/dev/vge/if_vge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912142116.nBELGNLa065687>