PERFORCE change 137770 for review

Sam Leffler sam at FreeBSD.org
Sat Mar 15 03:56:00 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=137770

Change 137770 by sam at sam_ebb on 2008/03/15 03:54:57

	driver for the Marvell 88W8363 (requires firmware not included)
	Sponsored by:	marvell

Affected files ...

.. //depot/projects/vap/sys/conf/files#24 edit
.. //depot/projects/vap/sys/conf/options#15 edit
.. //depot/projects/vap/sys/contrib/dev/mwl/Makefile#1 add
.. //depot/projects/vap/sys/dev/mwl/if_mwl.c#1 add
.. //depot/projects/vap/sys/dev/mwl/if_mwl_pci.c#1 add
.. //depot/projects/vap/sys/dev/mwl/if_mwlioctl.h#1 add
.. //depot/projects/vap/sys/dev/mwl/if_mwlvar.h#1 add
.. //depot/projects/vap/sys/dev/mwl/mwldiag.h#1 add
.. //depot/projects/vap/sys/dev/mwl/mwlhal.c#1 add
.. //depot/projects/vap/sys/dev/mwl/mwlhal.h#1 add
.. //depot/projects/vap/sys/dev/mwl/mwlreg.h#1 add
.. //depot/projects/vap/sys/modules/Makefile#16 edit
.. //depot/projects/vap/sys/modules/mwl/Makefile#1 add
.. //depot/projects/vap/sys/modules/mwlfw/Makefile#1 add

Differences ...

==== //depot/projects/vap/sys/conf/files#24 (text+ko) ====

@@ -848,6 +848,9 @@
 dev/mpt/mpt_pci.c		optional mpt pci
 dev/mpt/mpt_raid.c		optional mpt
 dev/msk/if_msk.c		optional msk
+dev/mwl/if_mwl.c		optional mwl
+dev/mwl/if_mwl_pci.c		optional mwl pci
+dev/mwl/mwlhal.c		optional mwl
 dev/mxge/if_mxge.c		optional mxge pci
 dev/mxge/mxge_lro.c		optional mxge pci
 dev/mxge/mxge_eth_z8e.c		optional mxge pci

==== //depot/projects/vap/sys/conf/options#15 (text+ko) ====

@@ -738,6 +738,15 @@
 MALO_TXBUF		opt_malo.h
 MALO_RXBUF		opt_malo.h
 
+# options for the Marvell wireless driver
+MWL_DEBUG		opt_mwl.h
+MWL_TXBUF		opt_mwl.h
+MWL_RXBUF		opt_mwl.h
+MWL_DIAGAPI		opt_mwl.h
+MWL_TSO_SUPPORT		opt_mwl.h
+MWL_AGGR_SIZE		opt_mwl.h
+MWL_TX_NODROP		opt_mwl.h
+
 # dcons options 
 DCONS_BUF_SIZE		opt_dcons.h
 DCONS_POLL_HZ		opt_dcons.h

==== //depot/projects/vap/sys/modules/Makefile#16 (text+ko) ====

@@ -177,6 +177,7 @@
 	${_mse} \
 	msk \
 	malo \
+	mwl \
 	mxge \
 	my \
 	${_ncp} \


More information about the p4-projects mailing list