summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mb86960.c
AgeCommit message (Expand)Author
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-02-05It seems the LAN Adapter on dreamcast actually uses slow 150ns SRAM,tsutsui
2002-12-24If the chip is in byte access mode for system bus, we should settsutsui
2002-11-30More cleanup of MI mb86960 driver:tsutsui
2002-10-04- Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROMtsutsui
2002-09-29Fix chip identification bit definitions in DLC7 register,tsutsui
2002-09-28Remove unused FE_VERSION and FE_REG_VERSION.tsutsui
2001-11-13add/cleanup RCSIDlukem
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-07-07bcopy -> memcpy, strcpythorpej
2001-07-07bcmp -> memcmpthorpej
2001-06-12retrieve, not retreivewiz
2001-01-20consistently use FE_DEBUG (DEBUG was used a couple of places where itlukem
2000-12-14ALTQ'ify.thorpej
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-10-01Move the check for "promisc + unicast + not for us" into ether_input(),thorpej
2000-08-09%b -> bitmask_snprintf()tv
2000-05-29For all network drivers that call ether_ifattach(), and alsojhawk
2000-05-12Use ether_crc32_le().thorpej
2000-03-30Remove register declarations.augustss
2000-02-02Unhook the entropy source on detach.enami
2000-02-02Add detach support.enami
1999-09-13Merge in NetBSD/sh3 from cvs.kame.net repository.itojun
1999-06-23In xxx_mediachange(), if there is no callback to the front-end, justabs
1999-05-18Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()thorpej
1999-03-25Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining themthorpej
1999-02-28Update to slightly altered rnd_attach_source() apiexplorer
1999-02-17Avoid initializing the interface in the SIOCSIFFLAGS if ! UP and ! RUNNING.thorpej
1998-12-03Cast bus_space_{read,write}_multi arguments.pk
1998-11-18Now that the *_activate() functions don't do things which are attachmentthorpej
1998-11-17Expose the "enable" and "disable" functions so that the front-ends canthorpej
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
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-03-22Split Fujitsu MB9696x based ethernet card driver into busenami
1998-01-12Update for config changes.thorpej
1998-01-05RCSID Police.perry
1997-10-15Add and/or update rnd_*() hooksexplorer
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-10-17Appease the compiler: get rid of some unused variables, add somethorpej
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-12Use intr.h.mycroft
1996-05-07Changed struct ifnet to have a pointer to the softc of the underlyingthorpej
1996-04-11update for addition of a machine-dependent cookie as the first argumentcgd
1996-04-08If we dequeue a packet due to excessive collisions, make sure we checkmycroft
1996-03-17New device attachment scheme:thorpej
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft