index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
usb
/
if_aue.c
Age
Commit message (
Expand
)
Author
2005-08-01
Don't keep the devinfo string on the stack, instead use malloc/free.
Brad Smith
2005-07-02
clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.
Brad Smith
2005-07-02
don't call mii_pollstat() right after mii_tick() in foo_tick_task()
Brad Smith
2005-06-08
remove netns crud.
Henning Brauer
2005-01-03
- make sure int is in running state before touching the multicast filters
Brad Smith
2004-11-10
strncpy->strlcpy
Alexander Yurchenko
2004-10-31
add some aue devices found in the linux driver
Jonathan Gray
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-07-11
4 more aue(4) devices
Theo de Raadt
2004-07-08
put "do { } while (0)" wrappers on all the debug maroc functions
Theo de Raadt
2003-12-15
Set devclass to DV_IFNET for all USB network drivers.
Cedric Berger
2003-05-17
Correct chipset identification from netbsd
Nathan Binkert
2003-05-07
string cleanup; nate ok
Theo de Raadt
2002-11-11
sync with NetBSD
Nathan Binkert
2002-09-27
new Netgear adapter
Nathan Binkert
2002-07-29
another usb ethernet device
Nathan Binkert
2002-07-25
update $NetBSD$ tags
Nathan Binkert
2002-07-25
get rid of trailing whitespace
Nathan Binkert
2002-07-10
shorten address printout
Theo de Raadt
2002-07-09
add new device
Nathan Binkert
2002-07-04
New product ID.
Nathan Binkert
2002-06-26
Kill __FUNCTION__.
Marc Espie
2002-04-01
Add support for a bunch of new adapters.
Nathan Binkert
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-01-03
new names, nate broke the tree
Theo de Raadt
2001-10-31
Synchronize usb code with NetBSD.
Nathan Binkert
2001-07-15
add support for SOHOware NUB100; from Jason Ackley <jason@ackley.net>
Michael Shalayeff
2001-07-08
Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN
Federico G. Schwindt
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-05-03
Sync with NetBSD. Tested with a USB keyboard, USB mouse, and three different
Aaron Campbell
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2001-01-28
Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
Aaron Campbell
2000-11-07
Fix multicast filter programming; from FreeBSD.
Aaron Campbell
2000-10-13
Support Kingston KNU101TX USB Ethernet; from NetBSD.
Aaron Campbell
2000-09-17
Match the new D-Link DSB-650 product ID.
Aaron Campbell
2000-08-26
Add support for detach of xe and aue.
Nathan Binkert
2000-07-04
sync with NetBSD... well almost. someone w/ the hw should check umass.
Federico G. Schwindt
2000-04-23
Save ethernet address in arpcom.ac_enaddr. -moj
Mats O Jansson
2000-04-14
Sync with NetBSD.
Aaron Campbell
2000-04-04
Sync with NetBSD.
Aaron Campbell
2000-03-30
Sync with NetBSD. USB Ethernet drivers should work now.
Aaron Campbell
2000-03-28
Much cleaner sync with NetBSD. Some #if defined() magic has been sent in the
Aaron Campbell