summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofnet.c
AgeCommit message (Expand)Author
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