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