History log of /openbsd-src/sys/dev/usb/if_axe.c (Results 126 – 144 of 144)
Revision Date Author Comments
# c35bb817 11-Nov-2004 dlg <dlg@openbsd.org>

the other half of the changes from netbsds if_axe.c revision 1.5:
Set full duplex mode when status tells us to.


# b66f3581 11-Nov-2004 dlg <dlg@openbsd.org>

half of the changes from netbsds if_axe.c revision 1.5:
Protect MII reads and writes properly against multiple access.


# 50ff3ee0 11-Nov-2004 dlg <dlg@openbsd.org>

from netbsd, if_axe.c revision 1.5
Dont use lockmgr() from interrupt context.


# c56597bb 11-Nov-2004 dlg <dlg@openbsd.org>

from netbsd revisions 1.2 and 1.3

revision 1.2
Alphabetize the supported device list.

revision 1.3
Get rid of an oddly placed assert().


# 7c8a657d 11-Nov-2004 dlg <dlg@openbsd.org>

make setup of the rx transfers consistent


# 0ef50384 10-Nov-2004 dlg <dlg@openbsd.org>

add support for the Conceptronic SnapPort USB 2.0 LAN Adapter

thanks go to Paul de Weerd for providing the hardware


# 118ea095 10-Nov-2004 grange <grange@openbsd.org>

strncpy->strlcpy
ok henning@


# 0eac1332 04-Oct-2004 deraadt <deraadt@openbsd.org>

COREGA_FETHER_USB2_TX; tested by me


# 48f0b646 01-Oct-2004 jsg <jsg@openbsd.org>

add some missing $, ok djm@ 'That looks fine to me' millert@


# c908807c 23-Sep-2004 brad <brad@openbsd.org>

don't need to set ifp->if_mtu or ifp->if_output in each driver,
{ether,atm,fddi}_ifattach already does this.

ok mcbride@ markus@ henning@


# 60686576 18-Sep-2004 deraadt <deraadt@openbsd.org>

match the new ID


# d5fb415a 30-Aug-2004 dlg <dlg@openbsd.org>

from freebsd via Jonathan Gray
"Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.
Without this, the device cannot detect the end of ethernet packets
whose size is a multiple of t

from freebsd via Jonathan Gray
"Use the USBD_FORCE_SHORT_XFER flag when setting up transmit transfers.
Without this, the device cannot detect the end of ethernet packets
whose size is a multiple of the USB packat size.

ok deraadt@

show more ...


# e41aaaf4 20-Jul-2004 deraadt <deraadt@openbsd.org>

typo


# cb9abbc8 20-Jul-2004 deraadt <deraadt@openbsd.org>

another new device; shin@happynet.co.jp


# fcfe4ff8 08-Jul-2004 deraadt <deraadt@openbsd.org>

put "do { } while (0)" wrappers on all the debug maroc functions


# ed006726 06-Jun-2004 mcbride <mcbride@openbsd.org>

Multicast cleanups
- make multicast ranges work
- replace handrolled crc code with ether_crc32_{be,le}()
- add missing calls to ether_{add,del}multi()

ok deraadt@


# 096c5f63 25-Apr-2004 deraadt <deraadt@openbsd.org>

new axe; freebsd


# 26eb2646 02-Apr-2004 miod <miod@openbsd.org>

Do not define AXE_DEBUG by default.


# f63446ea 02-Apr-2004 deraadt <deraadt@openbsd.org>

axe usb ethernet driver hacked into the tree by taleck@oz.net


123456