svn commit: r208528 - stable/8/sys/dev/if_ndis
Andrew Thompson
thompsa at FreeBSD.org
Tue May 25 02:52:10 UTC 2010
Author: thompsa
Date: Tue May 25 02:52:10 2010
New Revision: 208528
URL: http://svn.freebsd.org/changeset/base/208528
Log:
MFC r200824
Set correct USB device description
Submitted by: Paul B Mahol
Modified:
stable/8/sys/dev/if_ndis/if_ndis_usb.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/amd64/include/xen/ (props changed)
stable/8/sys/cddl/contrib/opensolaris/ (props changed)
stable/8/sys/contrib/dev/acpica/ (props changed)
stable/8/sys/contrib/pf/ (props changed)
stable/8/sys/dev/xen/xenpci/ (props changed)
stable/8/sys/geom/sched/ (props changed)
Modified: stable/8/sys/dev/if_ndis/if_ndis_usb.c
==============================================================================
--- stable/8/sys/dev/if_ndis/if_ndis_usb.c Tue May 25 02:39:55 2010 (r208527)
+++ stable/8/sys/dev/if_ndis/if_ndis_usb.c Tue May 25 02:52:10 2010 (r208528)
@@ -165,6 +165,7 @@ ndisusb_attach(device_t self)
driver_object *drv;
int devidx = 0;
+ device_set_usb_desc(self);
db = uaa->driver_ivar;
sc = (struct ndis_softc *)dummy;
sc->ndis_dev = self;
More information about the svn-src-stable
mailing list