| Age | Commit message (Expand) | Author |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2001-11-13 | add/cleanup RCSID | lukem |
| 2001-07-07 | bcopy -> memcpy | thorpej |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-09-28 | 6 -> ETHER_ADDR_LEN | tsutsui |
| 2000-09-24 | am7990[0]_intr(): only print the "entering with isr=XX" debug message | jdolecek |
| 2000-04-16 | only print packets if debug > 1 | matt |
| 2000-03-30 | Remove register declarations. | augustss |
| 1999-12-01 | Quiet down the "excessive collision" messages w/ LEDEBUG. None of the other | thorpej |
| 1999-10-29 | DEC specifies that dealing with CSR0 in the interrupt routine must be | ragge |
| 1998-08-15 | Assign my copyrights to TNF. | mycroft |
| 1998-08-08 | Use splnet, not splimp. | mycroft |
| 1998-07-24 | remove unneeded typecast | drochner |
| 1998-07-21 | Split the LANCE driver into a part specific to the classic chip with | drochner |
| 1998-07-07 | from OpenBSD: | drochner |
| 1998-07-05 | defopt NS, NSIP. | jonathan |
| 1998-07-05 | defopt LLC | jonathan |
| 1998-07-05 | defopt CCITT. | jonathan |
| 1998-07-05 | defopt INET, NETATALK. | jonathan |
| 1998-07-04 | defopt DDB. | jonathan |
| 1998-06-07 | the AM7990 is a controller, not a "card"; repair a misleading diagnostic. | fair |
| 1998-03-29 | Oops; make the table const. | mycroft |
| 1998-03-29 | Use a 4-bit table to speed up the CRC even further, without increasing the | mycroft |
| 1998-03-29 | Optimize the address CRC routines a bit. | mycroft |
| 1998-01-12 | Adjust for config changes. | thorpej |
| 1997-10-15 | Bring back the optimized ether_cmp() that was lost when the | gwr |
| 1997-10-13 | o Make usage of /dev/random dependant on | explorer |
| 1997-10-10 | Add hooks to insert timing info into the random system | explorer |
| 1997-10-05 | Copyright assigned to The NetBSD Foundation. | thorpej |
| 1997-04-28 | Oops; forgot to GC the last mbuf allocated when out of clusters. | mycroft |
| 1997-04-25 | Pad of first mbuf in chain, even if it's a cluster (pr 3536). | jonathan |
| 1997-04-24 | Fix typo in previous. | mycroft |
| 1997-04-24 | Do not force the initial part of a packet into a separate mbuf. | mycroft |
| 1997-04-24 | If we fail to allocate a cluster to hold a large packet, simply | mycroft |
| 1997-04-04 | Remove alignment requirement of ether_cmp(): turn it into a series of | pk |
| 1997-03-27 | - new hardware reset hook, mainly for PCnet-ISA cards (79c960) | veego |
| 1997-03-17 | Signed shifts are evil. | is |
| 1997-03-17 | - Add support for media selection via if_media. If the front-end | thorpej |
| 1997-03-15 | New ARP system, supports IPv4 over any hardware link. | is |
| 1997-03-09 | - Turn the sc_[tr]bufaddr fields into arrays of addresses instead of just | leo |
| 1996-12-06 | Deal with Lance memory size 132KB (sparc `lebuffer' devices use this size). | pk |
| 1996-11-19 | Use ether_cmp() on the sun3 (for the "le" driver - 3/50, 3/60) | gwr |
| 1996-10-13 | backout kprintf changes | christos |
| 1996-10-10 | - printf -> kprintf, sprintf -> ksprintf | christos |
| 1996-07-05 | Add a new function hook sc_nocarrier() to am7990_softc. If non-null, this | abrown |
| 1996-05-07 | Make the MI LANCE driver standalone, and use cfattach to resolve | thorpej |
| 1996-04-22 | Add a hardware dependent initialization function lehwinit() | christos |
| 1996-04-18 | change LANCE copy & zero functions' names to start with amd7990_, and | cgd |
| 1996-04-09 | Make this compile if LEDEBUG id defined. | pk |