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
/
dcreg.h
Age
Commit message (
Expand
)
Author
2005-05-22
fix power hooks
Martin Reindl
2005-01-02
more constants
Brad Smith
2005-01-02
rev 1.21
Brad Smith
2004-12-02
rev 1.126
Brad Smith
2004-10-29
rev 1.78
Brad Smith
2004-10-14
constants for TX underrun handling
Brad Smith
2004-09-28
Use ETHER_MIN_LEN/ETHER_MAX_DIX_LEN
Brad Smith
2004-08-04
interrupt mitigation bits
Michael Shalayeff
2004-05-19
remove duplication, use ETHER_ALIGN from if_ether.h
Brad Smith
2003-10-21
typos from Tom Cosgrove;
Jason McIntyre
2003-09-29
better dmesg output including onboard memory size when present, free resource...
Michael Shalayeff
2003-09-25
better structs alignment; jason@ testing on sparc64 and ok
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
- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname
Jason Wright
2002-10-20
add support for intel 21145
Henning Brauer
2002-06-11
Fix tab.
Aaron Campbell
2002-06-09
a step towards consistancy; in general:
Todd T. Fries
2002-04-18
add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek...
Jason Wright
2002-04-16
move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ...
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-12-13
Fix old alpha bug recently triggered by conversion to busdma.
Nathan Binkert
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-06-23
More constants cleaning.
Federico G. Schwindt
2001-04-13
Disestablish the shutdownhook on detach.
Aaron Campbell
2001-04-06
- For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work.
Aaron Campbell
2001-02-09
Sync with FreeBSD:
Aaron Campbell
2001-02-09
Add support for parsing the media blocks from the SROM on the 21143 adapters.
Aaron Campbell
2000-10-26
Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfully
Aaron Campbell
2000-09-13
Sync with FreeBSD. Finally make the OpenBSD-specific changes necessary to make
Aaron Campbell
2000-08-02
Sync with FreeBSD. Summary of changes:
Aaron Campbell
2000-07-21
convert to new timeouts; art@ ok
Michael Shalayeff
2000-06-12
eeprom width detection code.
Michael Shalayeff
2000-06-12
Fix ADMtek identity crisis.
Aaron Campbell
2000-04-26
we've done an oops
Michael Shalayeff
2000-04-26
dc_csid ain't needed no more; jason@ ok
Michael Shalayeff
2000-04-18
split dc driver into bus dependent and bus independent (pci) parts
Jason Wright