summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofnet.c
AgeCommit message (Expand)Author
2000-05-16Nuke dk_establish() from orbit except from those ports which still usethorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-05-04Make this compile again.thorpej
1998-07-05defopt INET, NETATALK.jonathan
1998-06-10Missing include <sys/systm.h>.tv
1998-02-24Several things:mycroft
1998-01-27Make sure the data after the Ethernet header is aligned. (It's beencgd
1998-01-22fix typo: s/max-address/mac-address/cgd
1998-01-12Update for config changes.thorpej
1997-04-28Oops; forgot to GC the last mbuf allocated when out of clusters.mycroft
1997-04-24Fix typo in previous.mycroft
1997-04-24If we fail to allocate a cluster to hold a large packet, simplymycroft
1997-04-16- Update for no __BROKEN_INDIRECT_CONFIG.thorpej
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-10-16Rename recently checked in KGDB to IPKDB to resolve conflicts with older KGDBws
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-09-30PowerPC portws