From owner-p4-projects@FreeBSD.ORG Sat Mar 15 03:56:00 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 603341065670; Sat, 15 Mar 2008 03:56:00 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E177D106566B for ; Sat, 15 Mar 2008 03:55:58 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C655F8FC14 for ; Sat, 15 Mar 2008 03:55:58 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m2F3tw2s071132 for ; Sat, 15 Mar 2008 03:55:58 GMT (envelope-from sam@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m2F3twc8071130 for perforce@freebsd.org; Sat, 15 Mar 2008 03:55:58 GMT (envelope-from sam@freebsd.org) Date: Sat, 15 Mar 2008 03:55:58 GMT Message-Id: <200803150355.m2F3twc8071130@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to sam@freebsd.org using -f From: Sam Leffler To: Perforce Change Reviews Cc: Subject: PERFORCE change 137770 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Mar 2008 03:56:00 -0000 http://perforce.freebsd.org/chv.cgi?CH=137770 Change 137770 by sam@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} \