git: bge: Split if_bgereg.h into if_bgereg.h and if_bgevar.h
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Sun Jul 8 02:17:15 PDT 2012
commit 8ff8bce69d25964a7151c7341d90185b2c2420fc
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date: Sun Jul 8 17:15:57 2012 +0800
bge: Split if_bgereg.h into if_bgereg.h and if_bgevar.h
if_bgevar.h conains only software related structs and macros
Summary of changes:
sys/dev/netif/bge/if_bge.c | 12 +-
sys/dev/netif/bge/if_bgereg.h | 287 +--------------------------------------
sys/dev/netif/bge/if_bgevar.h | 301 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 316 insertions(+), 284 deletions(-)
create mode 100644 sys/dev/netif/bge/if_bgevar.h
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8ff8bce69d25964a7151c7341d90185b2c2420fc
--
DragonFly BSD source repository
More information about the Commits
mailing list