From owner-svn-src-user@FreeBSD.ORG Sat Jun 27 20:55:07 2009 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38CCE106564A; Sat, 27 Jun 2009 20:55:07 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 26FF78FC3C; Sat, 27 Jun 2009 20:55:06 +0000 (UTC) (envelope-from kmacy@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n5RKt6be088013; Sat, 27 Jun 2009 20:55:06 GMT (envelope-from kmacy@svn.freebsd.org) Received: (from kmacy@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5RKt6nY088010; Sat, 27 Jun 2009 20:55:06 GMT (envelope-from kmacy@svn.freebsd.org) Message-Id: <200906272055.n5RKt6nY088010@svn.freebsd.org> From: Kip Macy Date: Sat, 27 Jun 2009 20:55:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195118 - in user/kmacy/releng_7_2_fcs/sys/modules: . netgraph X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Jun 2009 20:55:07 -0000 Author: kmacy Date: Sat Jun 27 20:55:06 2009 New Revision: 195118 URL: http://svn.freebsd.org/changeset/base/195118 Log: don't compile net80211 and other modules broken by partial backport of HEAD networking Modified: user/kmacy/releng_7_2_fcs/sys/modules/Makefile user/kmacy/releng_7_2_fcs/sys/modules/netgraph/Makefile Modified: user/kmacy/releng_7_2_fcs/sys/modules/Makefile ============================================================================== --- user/kmacy/releng_7_2_fcs/sys/modules/Makefile Sat Jun 27 20:53:07 2009 (r195117) +++ user/kmacy/releng_7_2_fcs/sys/modules/Makefile Sat Jun 27 20:55:06 2009 (r195118) @@ -14,12 +14,10 @@ SUBDIR= ${_3dfx} \ aha \ ${_ahb} \ ${_aic} \ - aic7xxx \ aio \ ${_amd} \ ale \ amr \ - ${_an} \ ${_aout} \ ${_apm} \ ${_ar} \ @@ -28,7 +26,6 @@ SUBDIR= ${_3dfx} \ ${_arl} \ ${_asr} \ ata \ - ath \ aue \ ${_auxio} \ ${_awi} \ @@ -96,7 +93,6 @@ SUBDIR= ${_3dfx} \ gem \ geom \ ${_glxsb} \ - hatm \ hifn \ hme \ ${_hptiop} \ @@ -116,9 +112,6 @@ SUBDIR= ${_3dfx} \ if_gif \ if_gre \ if_lagg \ - ${_if_ndis} \ - if_ppp \ - if_sl \ if_stf \ if_tap \ if_tun \ @@ -133,12 +126,9 @@ SUBDIR= ${_3dfx} \ ip_mroute_mod \ ${_ipmi} \ ${_ips} \ - ${_ipw} \ ${_ipwfw} \ - iscsi \ isp \ ispfw \ - ${_iwi} \ ${_iwifw} \ ${_ixgb} \ jme \ @@ -169,7 +159,6 @@ SUBDIR= ${_3dfx} \ mac_seeotheruids \ mac_stub \ mac_test \ - malo \ mcd \ md \ mem \ @@ -184,12 +173,10 @@ SUBDIR= ${_3dfx} \ msdosfs \ msdosfs_iconv \ ${_mse} \ - msk \ mxge \ my \ ${_ncp} \ ${_ncv} \ - ${_ndis} \ netgraph \ ${_nfe} \ nfsclient \ @@ -226,18 +213,15 @@ SUBDIR= ${_3dfx} \ pseudofs \ ${_pst} \ puc \ - ral \ ${_random} \ ${_ray} \ rc \ rc4 \ - ${_rdma} \ re \ reiserfs \ rl \ rp \ rue \ - rum \ ${_s3} \ ${_safe} \ ${_sbni} \ @@ -250,7 +234,6 @@ SUBDIR= ${_3dfx} \ sf \ ${_sio} \ sis \ - sk \ ${_smbfs} \ sn \ ${_snc} \ @@ -301,7 +284,6 @@ SUBDIR= ${_3dfx} \ ums \ unionfs \ uplcom \ - ural \ urio \ usb \ uscanner \ @@ -316,24 +298,52 @@ SUBDIR= ${_3dfx} \ vr \ vx \ wb \ - ${_wi} \ - wlan \ - wlan_scan_ap \ - wlan_scan_sta \ - wlan_acl \ - wlan_amrr \ - wlan_ccmp \ - wlan_tkip \ - wlan_wep \ - wlan_xauth \ - ${_wpi} \ ${_wpifw} \ ${_xe} \ - xfs \ xl \ ${_zfs} \ - zlib \ - zyd + zlib + +# ddb changes +# aic7xxx \ +# xfs \ + +# wireless API changes resulting from HEAD networking backport +# ${_wpi} \ +# ${_an} \ +# ath \ +# zyd +# ural \ +# ${_wi} \ +# ${_ndis} \ +# ${_if_ndis} \ +# ${_ipw} \ +# ${_iwi} \ +# malo \ +# ral \ +# rum \ + +# wlan \ +# wlan_scan_ap \ +# wlan_scan_sta \ +# wlan_acl \ +# wlan_amrr \ +# wlan_ccmp \ +# wlan_tkip \ +# wlan_wep \ +# wlan_xauth \ + + +# EXTREF removal (not updated since 6 to use new jumbo cluster allocation) +# hatm \ +# iscsi \ +# msk \ +# sk \ + + +# arpresolve changed +# ${_rdma} \ + .if ${MACHINE_ARCH} != "powerpc" _syscons= syscons Modified: user/kmacy/releng_7_2_fcs/sys/modules/netgraph/Makefile ============================================================================== --- user/kmacy/releng_7_2_fcs/sys/modules/netgraph/Makefile Sat Jun 27 20:53:07 2009 (r195117) +++ user/kmacy/releng_7_2_fcs/sys/modules/netgraph/Makefile Sat Jun 27 20:55:06 2009 (r195118) @@ -11,7 +11,6 @@ SUBDIR= async \ bridge \ car \ cisco \ - deflate \ device \ echo \ eiface \ @@ -31,7 +30,6 @@ SUBDIR= async \ lmi \ ${_mppc} \ nat \ - netflow \ netgraph \ one2many \ ppp \ @@ -48,11 +46,26 @@ SUBDIR= async \ tag \ tcpmss \ tee \ - tty \ UI \ vjc \ vlan + + + + +# netgraph breakage + +# zlib changes +# deflate \ + +# RTF_CLONING removal (arpv2) +# netflow \ + +# unclear +# tty \ + + .if ${MACHINE_ARCH} == "i386" _sync_ar= sync_ar _sync_sr= sync_sr