From owner-svn-src-head@FreeBSD.ORG Thu Apr 16 11:09:13 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7CC21065674; Thu, 16 Apr 2009 11:09:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D3F2A8FC0A; Thu, 16 Apr 2009 11:09:13 +0000 (UTC) (envelope-from rwatson@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 n3GB9DaV078410; Thu, 16 Apr 2009 11:09:13 GMT (envelope-from rwatson@svn.freebsd.org) Received: (from rwatson@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3GB9DCP078409; Thu, 16 Apr 2009 11:09:13 GMT (envelope-from rwatson@svn.freebsd.org) Message-Id: <200904161109.n3GB9DCP078409@svn.freebsd.org> From: Robert Watson Date: Thu, 16 Apr 2009 11:09:13 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191138 - in head/sys: dev/ar dev/ray dev/sr modules modules/ar modules/netgraph/sync_ar modules/netgraph/sync_sr modules/ray modules/sr X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Apr 2009 11:09:14 -0000 Author: rwatson Date: Thu Apr 16 11:09:13 2009 New Revision: 191138 URL: http://svn.freebsd.org/changeset/base/191138 Log: Garbage collect unbuildable and unusable non-MPSAFE network device drivers that depended on the historic IFF_NEEDSGIANT compatibility mechanism: ar(4) ray(4) sr(4) Discussed on: arch@ Deleted: head/sys/dev/ar/ head/sys/dev/ray/ head/sys/dev/sr/ head/sys/modules/ar/ head/sys/modules/netgraph/sync_ar/ head/sys/modules/netgraph/sync_sr/ head/sys/modules/ray/ head/sys/modules/sr/ Modified: head/sys/modules/Makefile Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Thu Apr 16 09:57:08 2009 (r191137) +++ head/sys/modules/Makefile Thu Apr 16 11:09:13 2009 (r191138) @@ -539,7 +539,6 @@ _zfs= zfs # nsp s3 sbni stg vesa # acpi is not enabled because it is broken as a module on ia64 _aic= aic -#_ar= ar not 64-bit clean _an= an _arcnet= arcnet _asr= asr @@ -564,7 +563,6 @@ _smbfs= smbfs _sound= sound _splash= splash _sppp= sppp -#_sr= sr not 64bit clean _streams= streams _wi= wi _xe= xe