freebsd-dev/sys/dev/iicbus
Sam Leffler 437ffe1823 o eliminate widespread on-stack mbuf use for bpf by introducing
a new bpf_mtap2 routine that does the right thing for an mbuf
  and a variable-length chunk of data that should be prepended.
o while we're sweeping the drivers, use u_int32_t uniformly when
  when prepending the address family (several places were assuming
  sizeof(int) was 4)
o return M_ASSERTVALID to BPF_MTAP* now that all stack-allocated
  mbufs have been eliminated; this may better be moved to the bpf
  routines

Reviewed by:	arch@ and several others
2003-12-28 03:56:00 +00:00
..
if_ic.c o eliminate widespread on-stack mbuf use for bpf by introducing 2003-12-28 03:56:00 +00:00
iic.c Don't hardcode unit numer '0'. 2003-08-10 14:28:24 +00:00
iic.h
iicbb_if.m Major rework of the iicbus/smbus framework: 2002-03-23 15:49:15 +00:00
iicbb.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
iicbus_if.m
iicbus.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
iicbus.h
iiconf.c Use __FBSDID(). 2003-08-24 17:55:58 +00:00
iiconf.h make iicbb_devclass and iicbb_driver globally visible. This will let 2003-06-19 02:50:08 +00:00
iicsmb.c Don't hardcode unit numer '0'. 2003-08-10 14:28:24 +00:00