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
/
pci
/
if_myx.c
Age
Commit message (
Expand
)
Author
2011-05-02
Do not check malloc return value against NULL, as M_WAITOK is used.
Charles Longeau
2010-05-19
BUS_DMA_ZERO instead of alloc, map, bzero.
Owain Ainsworth
2009-08-13
- consistify cfdriver for the ethernet drivers (0 -> NULL)
Jasper Lievisse Adriaanse
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-10
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
Bret Lambert
2008-05-23
Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as
Brad Smith
2008-01-16
Set the baudrate with IF_Gbps(10); and remove an
Thordur I. Bjornsson
2007-06-01
initialize the rings
Reyk Floeter
2007-05-31
further improvement of the bus space i/o. firmware loading, booting,
Reyk Floeter
2007-05-31
enable all debugging messages by default if the driver is compiled with
Reyk Floeter
2007-05-31
fix the myx_write function
Reyk Floeter
2007-05-31
initial bits of a new driver for the Myricom Myri-10G Lanai-Z8E 10Gb
Reyk Floeter