index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_axe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use a different task queue for host controller and peripheral driver
iedowse
2006-10-19
1
-1
/
+1
*
More removing compatibility macros.
imp
2006-09-07
1
-2
/
+2
*
s/Static/static/g
imp
2006-09-06
1
-55
/
+55
*
Add a sleep lock that protects access to sequences of blocking
iedowse
2006-06-04
1
-3
/
+39
*
Defer axe_tick processing to a USB task, since axe miibus operations
iedowse
2006-05-27
1
-0
/
+19
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
1
-1
/
+0
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
imp
2005-10-22
1
-1
/
+1
*
Add missing mtx_destroy() when if_alloc() fails.
ru
2005-09-16
1
-1
/
+6
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-13
/
+13
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-12
/
+16
*
Fix breakage in the previous commit caused by the last-minute change.
sobomax
2005-03-25
1
-3
/
+2
*
Move Rx/Tx lists management routines into central location.
sobomax
2005-03-25
1
-122
/
+46
*
Move xxx_newbuf() function, which was the same in all drivers into central
sobomax
2005-03-25
1
-31
/
+4
*
Add support for the ethernet port in the JVC MP-PRX1 port replicator.
iedowse
2005-03-14
1
-0
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Diff-reduction before merging if_axe to RELENG_4.
rsm
2004-12-08
1
-1
/
+23
*
Add Sitecom's LN-029 USB 2.0 Ethernet adapter.
iedowse
2004-09-18
1
-0
/
+1
*
Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.
iedowse
2004-08-15
1
-1
/
+2
*
Mark USB ethernet devices as IFF_NEEDSGIANT, since the USB framework
rwatson
2004-08-11
1
-1
/
+2
*
Add support System TALKS Inc. SGC-X2UL
sanpei
2004-07-18
1
-0
/
+1
*
MFp4: First batch of dev/usb/usbdevs.h -> usbdevs.h changes.
imp
2004-06-27
1
-1
/
+1
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-25
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
In axe_stop(), close the pipes before calling axe_reset(). axe_reset()
iedowse
2004-05-29
1
-2
/
+2
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Replace the static "qdat" structure with a per-instance softc field
iedowse
2004-05-23
1
-5
/
+3
*
Fix device ID for Linksys USB 2.0 10/100 ethernet controller
sanpei
2004-05-04
1
-1
/
+1
*
Add support Buffalo(MELCO) USB-Key Lan Adaptor(LUA-U2-KTX)
sanpei
2004-04-25
1
-0
/
+1
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-5
/
+0
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-6
/
+6
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-17
/
+9
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
add missing machine/bus.h headers that are now necessary because of the
jmg
2003-07-16
1
-0
/
+1
*
WARNING: white space diff
jmg
2003-07-04
1
-1
/
+1
*
In the device attach routine, don't depend on uaa->iface being
wpaul
2003-06-15
1
-4
/
+23
*
Add another product ID for if_axe and correct vendor ID description
takawata
2003-04-21
1
-0
/
+1
*
Add support for the Netgear FA120 and the D-Link DUBE100 (AX88172-based
wpaul
2003-04-20
1
-0
/
+2
*
Add device driver support for the ASIX Electronics AX88172 USB 2.0
wpaul
2003-04-20
1
-0
/
+1192