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
/
ic
/
dc.c
Age
Commit message (
Expand
)
Author
2005-03-31
- add support for reading Xircom's EEPROM
Brad Smith
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2005-01-14
rev 1.63
Brad Smith
2005-01-08
rev 1.125
Brad Smith
2004-12-17
add missing braces.
Brad Smith
2004-12-02
rev 1.126
Brad Smith
2004-11-28
rev 1.74
Brad Smith
2004-11-16
if_dc.c rev 1.56
Brad Smith
2004-10-29
rev 1.78
Brad Smith
2004-10-14
rev 1.47
Brad Smith
2004-10-06
typo
Brad Smith
2004-10-06
Enable round-robin arbitration between transmit and receive unit
Brad Smith
2004-09-28
Use ETHER_MIN_LEN/ETHER_MAX_DIX_LEN
Brad Smith
2004-09-23
don't need to set ifp->if_mtu or ifp->if_output in each driver,
Brad Smith
2004-05-31
multicast cleanups:
Ryan Thomas McBride
2004-04-15
user bus_dmamap_load_mbuf and set rcvif on receive
Michael Shalayeff
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-09-29
add more dmamap_sync()s where appropriate modify loops to insure proper synci...
Michael Shalayeff
2003-09-25
no need for a redundant check; from form@ and jason ok
Michael Shalayeff
2003-08-28
fix bzero size; from pechkin
Michael Shalayeff
2003-06-16
be more sane w/ byte swapping and leave the le archs at the same behaviour an...
Michael Shalayeff
2003-05-20
AN983 endian issue; from FreeBSD via PR 3263 with minor style fixes by me
Henning Brauer
2003-05-17
fix up the media handling for the intel based MACs. Also hack around a
Jason Wright
2003-04-29
grr... %s, not dc%s
Jason Wright
2003-04-29
- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname
Jason Wright
2003-04-29
KNF
Jason Wright
2003-02-25
remove redundant check.
Ted Unangst
2003-01-31
more quiet
Theo de Raadt
2002-10-21
ugly hack to make the 21145 work without manual media setting.
Henning Brauer
2002-10-20
add support for intel 21145
Henning Brauer
2002-07-05
Remove an unused #define (belongs only in the PCI attachment source file).
Aaron Campbell
2002-06-09
a step towards consistancy; in general:
Todd T. Fries
2002-06-09
Handle out of memory gracefully. ok jason@
Thomas Nordin
2002-04-18
add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek...
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-02-17
drivers may not be noisy
Theo de Raadt
2002-02-15
Don't cast nonexistent return value from splx to (void). ok art@
Thomas Nordin
2001-12-13
Fix old alpha bug recently triggered by conversion to busdma.
Nathan Binkert
2001-12-08
Go ahead and fix the xircom filter setup to work on big endian too (untested,...
Jason Wright
2001-12-08
use htole32() on the data going into the setup frame for the dc_setfilt_21143...
Jason Wright
2001-12-06
add bus_dmamap_sync()'s on the descriptors too
Jason Wright
2001-12-06
a few more bus_dmamap_sync()'s and some borrowed setup frame macros from NetB...
Jason Wright
2001-12-06
enough bus_dmamap_sync() and htole()/letoh() to get TX working on sparc64.
Jason Wright
2001-12-06
vtophys, R.I.P. (tx now uses bus_dma)
Jason Wright
2001-12-06
move rx handling over to bus_dma... that just leaves one vtophys() in tx.
Jason Wright
2001-12-06
move the setup buffer and pad into a bus_dma alloced area
Jason Wright
2001-12-06
Checkpoint bus_dma work in progress:
Jason Wright
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-22
Support more dc(4) CardBus devices, including the AN985-based Linksys PCMPC200
Aaron Campbell
2001-08-12
remove some of the redundant vm includes
Michael Shalayeff
[next]