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_aue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the ADMtek AN8513 USB Ethernet adapter.
obrien
2004-04-16
1
-0
/
+1
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-5
/
+0
*
Add support HP hn210e usb ethernet
sanpei
2003-12-17
1
-0
/
+1
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-5
/
+5
*
Remove duplicate
johan
2003-11-14
1
-3
/
+0
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-5
/
+7
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Make it easier to run this code on RELENG_4.
joe
2003-10-04
1
-1
/
+23
*
Support the Hawking Technology's UF100 Pegasus II 10/100 USB Ethernet.
obrien
2003-09-18
1
-0
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
add missing machine/bus.h headers that are now necessary because of the
jmg
2003-07-16
1
-0
/
+1
*
Add support for a bunch of Microsoft networking products:
wpaul
2003-07-10
1
-0
/
+1
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-3
/
+4
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-7
/
+3
*
Used correct aue_flags in ELECOM LD-USB/T and ELECOM LD-USB/TX.
shiba
2003-03-05
1
-2
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
network interface driver changes:
sam
2002-11-14
1
-10
/
+4
*
Add support for a couple of network adapters; the 3Com 3C460B and
joe
2002-07-30
1
-0
/
+2
*
MFNetBSD: Add support for the SMC 2206USB/ETH EZ Connect adapter (Pegasus II)
joe
2002-07-09
1
-0
/
+1
*
Add a couple of new aue ethernet adapters from NetBSD:
joe
2002-05-27
1
-0
/
+2
*
Use aue_lookup for looking up devices.
joe
2002-05-26
1
-76
/
+68
*
Fix a panic by allocating the iface structure locally in the attach
joe
2002-05-23
1
-3
/
+13
*
Revert part of revision 1.49 which was supposed to be white space
joe
2002-04-17
1
-1
/
+1
*
We not long need to use USBD_NO_TSLEEP.
joe
2002-04-07
1
-8
/
+4
*
MFNetBSD: if_aue.c (1.26), if_auereg.h (1.6), if_cue.c (1.10),
joe
2002-04-07
1
-3
/
+7
*
Use the UE_GET_XFERTYPE macro.
joe
2002-04-06
1
-3
/
+3
*
Another step in merging our if_aue driver with NetBSD's.
joe
2002-04-06
1
-20
/
+9
*
Rename foo_gone to foo_dying, in keeping with the rest of the usb code.
joe
2002-04-06
1
-8
/
+8
*
Replace device_t with device_ptr_t.
joe
2002-04-06
1
-12
/
+12
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-2
/
+2
*
Reduce differences between NetBSD's version and ours.
joe
2002-04-02
1
-94
/
+85
*
Use ANSI prototypes and declarations.
joe
2002-04-02
1
-156
/
+123
*
Add more usb adapters, from NetBSD.
joe
2002-03-31
1
-14
/
+45
*
Remove __P.
alfred
2002-03-20
1
-42
/
+41
*
Add a new linksys ethernet adapter: USB_PRODUCT_LINKSYS_USB10TX2.
joe
2002-01-03
1
-0
/
+1
*
Support MELCO LUA2-TX USB ethernet adaptor.
sumikawa
2001-11-19
1
-32
/
+38
*
Do not call mii_polltick() immediately after mii_tick().
jlemon
2001-09-29
1
-7
/
+5
*
Add support for the Accton USB320-EC Ethernet adapter.
dwhite
2001-09-09
1
-0
/
+1
*
Make these depend on the usb module so they can use its symbols if they
peter
2001-08-22
1
-1
/
+2
*
Add support for the I-O DATA USB-ET/TX(USB Ethernet adapter)
n_hibma
2001-08-21
1
-1
/
+2
*
Add AboCom Systems USB to 1M HomePNA & 10M/100M Fast Ethernet Adapter.
n_hibma
2001-06-30
1
-0
/
+1
*
Add an AUE device ID: USB_PRODUCT_MELCO_LUATX5
peter
2001-03-05
1
-0
/
+1
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
1
-2
/
+1
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
1
-1
/
+2
*
Readd the id removed by sheldon in the previous commit to uscanner.c.
n_hibma
2001-01-04
1
-1
/
+1
*
Close PR #21078: the aue driver was not correctly programming the
wpaul
2000-11-01
1
-1
/
+1
*
Convert the USB ethernet drivers to use mutexes. Also convert
wpaul
2000-10-24
1
-66
/
+81
[next]