Date: Wed, 21 Apr 2010 00:22:16 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/bwn if_bwn.c if_bwnvar.h src/sys/dev/siba siba.c siba_bwn.c siba_cc.c siba_core.c siba_pcib.c sibavar.h Message-ID: <201004210022.o3L0MZxd004812@repoman.freebsd.org>
index | next in thread | raw e-mail
weongyo 2010-04-21 00:22:16 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
sys/dev/bwn if_bwn.c if_bwnvar.h
sys/dev/siba siba.c siba_bwn.c siba_cc.c siba_core.c
siba_pcib.c sibavar.h
Log:
SVN rev 206969 on 2010-04-21 00:22:16Z by weongyo
MFC r205003:
Revert r204992 and just wrap it all in ifdef INVARIANTS to fix the debug
and non-debug cases
MFC r204992:
fixes a compile error if INVARIANTS is disabled.
Pointy hat to: me
Submitted by: Michael Butler <imb at protected-networks dot net>
MFC r204983:
Fix build breakage introduced in r204922.
MFC r204923:
uses KOBJMETHOD_END macro to indicate the end of method table.
Submitted by: yongari
MFC r204922:
o uses bus accessor macros to read values from ivar so no more values
are referenced directly from ivar pointer. It's to do like what other
buses do. [1]
o changes exported prototypes. It doesn't use struct siba_* structures
anymore that instead of it it uses only device_t.
o removes duplicate code and debug messages.
o style(9)
Pointed out by: imp [1]
Revision Changes Path
1.15.2.12 +341 -391 src/sys/dev/bwn/if_bwn.c
1.4.2.4 +9 -9 src/sys/dev/bwn/if_bwnvar.h
1.1.2.3 +1 -1 src/sys/dev/siba/siba.c
1.4.2.4 +68 -1 src/sys/dev/siba/siba_bwn.c
1.3.2.4 +1 -1 src/sys/dev/siba/siba_cc.c
1.6.2.5 +576 -79 src/sys/dev/siba/siba_core.c
1.2.2.3 +1 -1 src/sys/dev/siba/siba_pcib.c
1.1.2.4 +205 -41 src/sys/dev/siba/sibavar.h
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004210022.o3L0MZxd004812>
