CVSROOT: /cvs
Module name: src
Changes by: [EMAIL PROTECTED] 2008/10/14 12:01:53
Modified files:
share/man/man9 : mbuf.9
sys/arch/sparc/dev: hme.c
sys/dev/ic : dc.c mtd8xx.c rtl81x9.c
sys/dev/pci : if_bge.c if_cas.c if_msk.c if_sis.c if_sk.c
if_ti.c if_vge.c if_vr.c if_wb.c
sys/dev/pcmcia : if_malo.c
sys/dev/usb : if_upgt.c
sys/kern : uipc_mbuf.c
Log message:
Change m_devget()'s outdated and unused "offset" argument: It is
now the offset into the first mbuf of the target chain before copying
the source data over. From FreeBSD.
Convert drivers' use of m_devget(). Mostly from [EMAIL PROTECTED]
Update mbuf(9) man page.
ok claudio@, thib@