svn commit: r191198 - in head/sys: conf legacy/dev/usb

Robert Watson rwatson at FreeBSD.org
Fri Apr 17 09:42:27 UTC 2009


Author: rwatson
Date: Fri Apr 17 09:42:26 2009
New Revision: 191198
URL: http://svn.freebsd.org/changeset/base/191198

Log:
  Remove legacy versions of USB network interface drivers relying on
  IFF_NEEDSGIANT, as that is no longer supported.

Deleted:
  head/sys/legacy/dev/usb/if_aue.c
  head/sys/legacy/dev/usb/if_auereg.h
  head/sys/legacy/dev/usb/if_axe.c
  head/sys/legacy/dev/usb/if_axereg.h
  head/sys/legacy/dev/usb/if_cdce.c
  head/sys/legacy/dev/usb/if_cdcereg.h
  head/sys/legacy/dev/usb/if_cue.c
  head/sys/legacy/dev/usb/if_cuereg.h
  head/sys/legacy/dev/usb/if_kue.c
  head/sys/legacy/dev/usb/if_kuereg.h
  head/sys/legacy/dev/usb/if_rue.c
  head/sys/legacy/dev/usb/if_ruereg.h
  head/sys/legacy/dev/usb/if_rum.c
  head/sys/legacy/dev/usb/if_rumreg.h
  head/sys/legacy/dev/usb/if_rumvar.h
  head/sys/legacy/dev/usb/if_udav.c
  head/sys/legacy/dev/usb/if_udavreg.h
  head/sys/legacy/dev/usb/if_ural.c
  head/sys/legacy/dev/usb/if_uralreg.h
  head/sys/legacy/dev/usb/if_uralvar.h
  head/sys/legacy/dev/usb/if_zyd.c
  head/sys/legacy/dev/usb/if_zydfw.h
  head/sys/legacy/dev/usb/if_zydreg.h
Modified:
  head/sys/conf/files

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Fri Apr 17 08:01:18 2009	(r191197)
+++ head/sys/conf/files	Fri Apr 17 09:42:26 2009	(r191198)
@@ -1501,7 +1501,6 @@ legacy/dev/usb/ehci.c		optional oehci
 legacy/dev/usb/ehci_ddb.c	optional oehci
 legacy/dev/usb/ehci_pci.c	optional oehci pci
 legacy/dev/usb/hid.c		optional ousb
-legacy/dev/usb/if_aue.c		optional oaue
 legacy/dev/usb/ohci.c		optional oohci
 legacy/dev/usb/ohci_pci.c	optional oohci pci
 legacy/dev/usb/sl811hs.c	optional oslhci


More information about the svn-src-head mailing list