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_kue.c
Age
Commit message (
Expand
)
Author
2003-12-15
Set devclass to DV_IFNET for all USB network drivers.
Cedric Berger
2003-05-07
string cleanup; nate ok
Theo de Raadt
2002-07-29
Refetch interface handle on reset. Avoids potential access to freed memory.
Nathan Binkert
2002-07-25
get rid of trailing whitespace
Nathan Binkert
2002-07-10
shorten address printout
Theo de Raadt
2002-07-09
Sync Id string with NetBSD
Nathan Binkert
2002-06-26
Kill __FUNCTION__.
Marc Espie
2002-05-06
sync with NetBSD
Nathan Binkert
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2001-12-17
and of course, since the tree is so volatile now, i mess it up
Theo de Raadt
2001-12-17
move more microcode, so that it does not end up in /usr/include
Theo de Raadt
2001-10-31
Synchronize usb code with NetBSD.
Nathan Binkert
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-30
AboCom URE450
Theo de Raadt
2001-01-28
Another USB sync with NetBSD. We are still lacking an up-to-date umass(4)
Aaron Campbell
2000-12-05
new IODATA USB-ET/T is a KL5KUSB101B; ori@tahoo.org
Theo de Raadt
2000-04-23
Save ethernet address in arpcom.ac_enaddr. -moj
Mats O Jansson
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
2000-03-26
Driver for USB Ethernet adapters based on the Kawasaki LSI KL5KUSB101B.
Aaron Campbell