freebsd-dev/sys/dev/siba
Weongyo Jeong 87ecd62c3d 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]
2010-04-21 00:22:16 +00:00
..
siba_bwn.c MFC r205003: 2010-04-21 00:22:16 +00:00
siba_cc.c MFC r205003: 2010-04-21 00:22:16 +00:00
siba_core.c MFC r205003: 2010-04-21 00:22:16 +00:00
siba_ids.h MFC r203319: 2010-04-20 21:29:53 +00:00
siba_pcib.c MFC r205003: 2010-04-21 00:22:16 +00:00
siba_pcibvar.h
siba.c MFC r205003: 2010-04-21 00:22:16 +00:00
sibareg.h MFC r203944: 2010-04-20 21:37:47 +00:00
sibavar.h MFC r205003: 2010-04-21 00:22:16 +00:00