Date: Sun, 31 Jan 2010 21:18:22 +0000 (UTC) From: Weongyo Jeong <weongyo@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/siba siba.c siba_bwn.c siba_cc.c siba_core.c siba_ids.h siba_pcib.c sibareg.h sibavar.h src/sys/modules/siba_bwn Makefile Message-ID: <201001312119.o0VLJFnV026359@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
weongyo 2010-01-31 21:18:22 UTC FreeBSD src repository Modified files: sys/dev/siba siba.c siba_cc.c siba_ids.h siba_pcib.c sibareg.h sibavar.h Added files: sys/dev/siba siba_bwn.c siba_core.c sys/modules/siba_bwn Makefile Log: SVN rev 203319 on 2010-01-31 21:18:22Z by weongyo Adds siba_bwn module which is used with bwn(4). Main purpose of this module is to distinguish parts of Silicon Backplane and of Broadcom Wireless. Revision Changes Path 1.2 +43 -63 src/sys/dev/siba/siba.c 1.1 +366 -0 src/sys/dev/siba/siba_bwn.c (new) 1.2 +2 -2 src/sys/dev/siba/siba_cc.c 1.1 +2007 -0 src/sys/dev/siba/siba_core.c (new) 1.2 +35 -13 src/sys/dev/siba/siba_ids.h 1.3 +9 -10 src/sys/dev/siba/siba_pcib.c 1.2 +372 -29 src/sys/dev/siba/sibareg.h 1.2 +318 -39 src/sys/dev/siba/sibavar.h 1.1 +9 -0 src/sys/modules/siba_bwn/Makefile (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001312119.o0VLJFnV026359>