summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_cas.c
AgeCommit message (Expand)Author
2007-04-18Pass arguments to DPRINTF in the right order.Mark Kettenis
2007-04-15Make code that fetches the MAC address from PCI ROM actually work.Mark Kettenis
2007-04-15Give this code a chance to work on platforms where the page size isn't 8k.Mark Kettenis
2007-04-11Check return value from m_devget().Mark Kettenis
2007-02-27Cut away some dead wood.Mark Kettenis
2007-02-26An ethernet driver works much better if you program the Tx descriptor ringMark Kettenis
2007-02-25Make receiving packets work. Driver works well enough to do the commit over.Mark Kettenis
2007-02-24Start of a driver for Sun Cassini gigabit ethernet interfaces. Driver canMark Kettenis