Date: Wed, 11 Jun 2008 21:10:06 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/gem if_gem.c if_gem_pci.c if_gemreg.h if_gemvar.h Message-ID: <200806112110.m5BLAFYn098148@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2008-06-11 21:10:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/dev/gem if_gem.c if_gem_pci.c if_gemreg.h if_gemvar.h Log: SVN rev 179733 on 2008-06-11 21:10:06Z by marius MFC: r176996, r177560 - Fix some style bugs and remove another banal comment missed in rev. 1.46. - Move the KASSERT on gem_add_rxbuf() to the right spot and add an equivalent one to gem_disable_tx(). - Split the registers into two halves in preparation for SBus support. [1] Obtained from: NetBSD (loosely) [1] Revision Changes Path 1.44.2.4 +192 -199 src/sys/dev/gem/if_gem.c 1.23.2.2 +37 -15 src/sys/dev/gem/if_gem_pci.c 1.5.2.2 +24 -6 src/sys/dev/gem/if_gemreg.h 1.15.2.2 +42 -1 src/sys/dev/gem/if_gemvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806112110.m5BLAFYn098148>