| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
new USB2 stack will fully replace this for 8.0.
Remove kernel modules, a subsequent commit will update conf/files. Unhook
usbdevs from the build.
Notes:
svn path=/head/; revision=188939
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) Add size parameter to usbd_get_string()
(2) Properly limit speed when a full speed hub is plugged into a high
speed hub.
Submitted by: Hans Petter Selasky
PR: 80773, 79725
Approved by: re@ (kensmith)
Notes:
svn path=/head/; revision=171122
|
|
|
|
|
|
|
|
| |
Obtained From: OpenBSD/NetBSD
Approved by: re (blanket)
Notes:
svn path=/head/; revision=171006
|
|
|
|
|
|
|
| |
USB_DECLARE_DRIVER_INIT from the usb network drivers.
Notes:
svn path=/head/; revision=170892
|
|
|
|
| |
Notes:
svn path=/head/; revision=170886
|
|
|
|
|
|
|
| |
change, and MD5's appear to be the same.
Notes:
svn path=/head/; revision=170655
|
|
|
|
|
|
|
| |
only argument. It was used inconsistently in the tree, so remove it.
Notes:
svn path=/head/; revision=170616
|
|
|
|
|
|
|
| |
usb_port.h. They aren't needed, and are a legacy of this code's past.
Notes:
svn path=/head/; revision=170612
|
|
|
|
|
|
|
| |
Eliminate cdce_unit from softc.
Notes:
svn path=/head/; revision=170497
|
|
|
|
|
|
|
|
|
|
| |
need to do it at all anymore. Remove it from here. Expand
USB_ATTACH_SETUP inline now that it is one line and we're moving away
from the compat macros. Remove some bzero calls that turn out not be
be necessary.
Notes:
svn path=/head/; revision=170449
|
|
|
|
|
|
|
|
|
| |
PR: usb/103865
Submitted by: Alexey Roslyakov <internetworking@mail.ru>
MFC after: 3 days
Notes:
svn path=/head/; revision=163091
|
|
|
|
|
|
|
|
|
|
| |
an interrupt context.
Obtained from: NetBSD
MFC after: 1 week
Notes:
svn path=/head/; revision=162548
|
|
|
|
|
|
|
|
|
| |
md5 still the same.
"Dave, stop. I feel my mind slipping away." -- hal
Notes:
svn path=/head/; revision=162097
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
s/device_ptr_t/device_t/g
No md5 changes in the .o's
# Note to the md5 tracking club: $FreeBSD$ changes md5 after every commit
# so you need to checkout -kk to get $FreeBSD$ instead of the actual value
# of the keyword.
Notes:
svn path=/head/; revision=162095
|
|
|
|
|
|
|
|
|
| |
PR: 83247
Submitted by: Sangwoo Shim <ssw@neo.redjade.org>
MFC after: 2 weeks
Notes:
svn path=/head/; revision=153840
|
|
|
|
|
|
|
|
| |
Submitted by: Keiichi SHIMA <keiichi__at__iijlab.net>
MFC after: 2 days
Notes:
svn path=/head/; revision=150701
|
|
|
|
|
|
|
|
|
| |
ethernet device and configure IP etc.
Submitted by: Craig Boston <craig@tobuj.gank.org>
Notes:
svn path=/head/; revision=150557
|
|
|
|
|
|
|
|
| |
Add missing if_free() when mii_phy_probe() fails.
Put if_free() into the correct #ifdef in detach().
Notes:
svn path=/head/; revision=150211
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
IFF_DRV_RUNNING, as well as the move from ifnet.if_flags to
ifnet.if_drv_flags. Device drivers are now responsible for
synchronizing access to these flags, as they are in if_drv_flags. This
helps prevent races between the network stack and device driver in
maintaining the interface flags field.
Many __FreeBSD__ and __FreeBSD_version checks maintained and continued;
some less so.
Reviewed by: pjd, bz
MFC after: 7 days
Notes:
svn path=/head/; revision=148887
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
struct ifnet or the layer 2 common structure it was embedded in have
been replaced with a struct ifnet pointer to be filled by a call to the
new function, if_alloc(). The layer 2 common structure is also allocated
via if_alloc() based on the interface type. It is hung off the new
struct ifnet member, if_l2com.
This change removes the size of these structures from the kernel ABI and
will allow us to better manage them as interfaces come and go.
Other changes of note:
- Struct arpcom is no longer referenced in normal interface code.
Instead the Ethernet address is accessed via the IFP2ENADDR() macro.
To enforce this ac_enaddr has been renamed to _ac_enaddr.
- The second argument to ether_ifattach is now always the mac address
from driver private storage rather than sometimes being ac_enaddr.
Reviewed by: sobomax, sam
Notes:
svn path=/head/; revision=147256
|
|
|
|
| |
Notes:
svn path=/head/; revision=144108
|
|
|
|
| |
Notes:
svn path=/head/; revision=144106
|
|
|
|
| |
Notes:
svn path=/head/; revision=144104
|
|
|
|
|
|
|
| |
location.
Notes:
svn path=/head/; revision=144086
|
|
|
|
|
|
|
|
|
| |
on BE arches.
Obtained from: OpenBSD
Notes:
svn path=/head/; revision=143989
|
|
FreeBSD based on aue(4) it was picked by OpenBSD, then from OpenBSD ported
to NetBSD and finally NetBSD version merged with original one goes into
FreeBSD.
Obtained from: http://www.gank.org/freebsd/cdce/
NetBSD
OpenBSD
Notes:
svn path=/head/; revision=143985
|