summaryrefslogtreecommitdiff
path: root/sys/src/9/zynq/devether.c
AgeCommit message (Collapse)Author
2015-03-25zynq: fix out of bounds access in etherprobe()cinap_lenrek
calling etherprobe() with -1 cardno will rereference and call cards[-1].reset() which is wrong. don't do that!
2014-12-24added zynq kernelaiju