summaryrefslogtreecommitdiff
path: root/sys/arch/socppc/dev
AgeCommit message (Expand)Author
2009-01-30Set mbuf watermarks.Mark Kettenis
2009-01-30Deal with running out of receive buffers.Mark Kettenis
2009-01-30Properly clean out our rings when we down the interface.Mark Kettenis
2009-01-29Make multicast actually work this time.Mark Kettenis
2009-01-29Switch tsec(4) over to using MCLGETI when allocating mbufs for the rx ring.Mark Kettenis
2009-01-28Implement proper multicast support.Mark Kettenis
2008-12-04Revert ppc intr stuff. Make socppc compile again. -mojMats O Jansson
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-15Second pass of simple timeout_add -> timeout_add_sec conversionsBret Lambert
2008-10-12Adjust for redesigned powerpc interrupt architecture.Mark Kettenis
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-08-07- Enable ALTQ support.Brad Smith
2008-05-26Fix typo, such that this actually compiles.Mark Kettenis
2008-05-26Count outbound packets.Brad Smith
2008-05-26Make bringing the interface down work properly (includes a line stolenMark Kettenis
2008-05-25Specify the PHY to be used in the kernel config instead of hardcoding itMark Kettenis
2008-05-25Default to full-duplex MII mode such that a directly connected integratedMark Kettenis
2008-05-25Fix typo; makes TSEC2 actually get Rx interrupts.Mark Kettenis
2008-05-24Strip off Ethernet CRC; makes dhclient shut up.Mark Kettenis
2008-05-24Increase the number of segments in a dma map to make sure a packet fits.Mark Kettenis
2008-05-24Use MAC address passed by the firmware.Mark Kettenis
2008-05-24Configure the media when brining up an interface.Mark Kettenis
2008-05-19A driver for the Three Speed Ethernet Controller (TSEC) found on theMark Kettenis
2008-05-19Add support for TSEC interrupts.Mark Kettenis
2008-05-17Give mainbus(4) a bus_dma tag and pass it down. Let socpcic(4) use thisMark Kettenis
2008-05-13Meaningful panic messages; ok kettenisMiod Vallat
2008-05-10OpenBSD/socppc, a port to the Thecus N1200, and potentially other FreescaleMark Kettenis