Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2009 11:09:13 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
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
Message-ID:  <200904161109.n3GB9DCP078409@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904161109.n3GB9DCP078409>