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

Robert Watson rwatson at FreeBSD.org
Thu Apr 16 11:09:14 UTC 2009


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


More information about the svn-src-head mailing list