summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/ether83815.c
AgeCommit message (Collapse)Author
2013-10-03ether83815: fix `auto neg timed out' error with sis 900 rev 635.ppatience0
the openbsd sis(4) driver does not actually go through the rest of softreset() with sis cards. also, rev 635 reads the mac address differently, so copy-paste code from openbsd to handle that.
2013-06-01ether83815: dont raise error() from etherresetcinap_lenrek
can't raise error() without process context. use panic() instead.
2011-12-12kernel: fix more malloc bugscinap_lenrek
2011-12-12kernel: fix inproper use of malloc/smalloccinap_lenrek
2011-03-30Import sources from 2011-03-30 iso image - libTaru Karttunen
2011-03-30Import sources from 2011-03-30 iso imageTaru Karttunen