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
2001-04-06
- For CardBus 21143 cards, parse the SROM. Makes my SMC EZ CardBus 10/100 work.
Aaron Campbell
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2001-02-09
Bad aaron. Broke alpha.
Artur Grabowski
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-11-16
Note support for Accton EN1217 and EN2242 Ethernet adapters.
Aaron Campbell
2000-10-30
Match the Macronix 98727/98732 chips.
Aaron Campbell
2000-10-26
Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfully
Aaron Campbell
2000-10-18
Sigh. According to the ASIX data sheets, these boards don't even have RX
Aaron Campbell
2000-10-17
Undo the incorrect fix for my ASIX 88141. Instead of just relying on tx_cnt,
Aaron Campbell
2000-10-16
Use mii_attach() directly instead of mii_phy_probe().
Aaron Campbell
2000-10-11
For some reason, with the eeprom width detection code mickey added awhile ago,
Aaron Campbell
2000-09-28
If this is a Davicom DM9102A and we're enabling the homePNA link, force
Aaron Campbell
2000-09-13
Sync with FreeBSD. Finally make the OpenBSD-specific changes necessary to make
Aaron Campbell
2000-09-07
Indentation fix.
Aaron Campbell
2000-08-26
Revert a minor FreeBSD tweak that tends to freeze my machine solid after
Aaron Campbell
2000-08-08
Make fix for preserving LED settings conditional on presence of an Intel
Aaron Campbell
2000-08-02
Sync with FreeBSD. Summary of changes:
Aaron Campbell
2000-08-02
Don't print out the eeprom width.
Aaron Campbell
2000-08-02
Add support for accepting packets up to 4 octets larger than the
Peter Galbavy
2000-07-21
convert to new timeouts; art@ ok
Michael Shalayeff
2000-06-12
remove debugging prom dump, sorry
Michael Shalayeff
2000-06-12
eeprom width detection code.
Michael Shalayeff
2000-06-12
Fix ADMtek identity crisis.
Aaron Campbell
2000-04-18
split dc driver into bus dependent and bus independent (pci) parts
Jason Wright