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