summaryrefslogtreecommitdiff
path: root/sys/dev/ic/mb86960var.h
AgeCommit message (Expand)Author
2003-02-05It seems the LAN Adapter on dreamcast actually uses slow 150ns SRAM,tsutsui
2002-11-30More cleanup of MI mb86960 driver:tsutsui
2002-10-05Overhaul of fmv(4) driver:tsutsui
2002-10-04Allied-Telesyn AT-1700xT and Allied-Telesis RE200x are actually identical,tsutsui
2002-10-04- Merge dev/ic/ate_subr.c into dev/ic/mb86960.c since it only has EEPROMtsutsui
2002-09-28Remove unused FE_VERSION.tsutsui
2001-05-01delintlukem
2000-05-29For all network drivers that call ether_ifattach(), and alsojhawk
2000-02-02Add detach support.enami
1999-03-25Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining themthorpej
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-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
1995-08-07Fix another comment.mycroft
1995-08-07Make this interface simplex. It's more efficient, and sidesteps themycroft
1995-07-23Init functions are always called at splimp().mycroft
1995-07-23Always use m_pkthdr.len on output. Panic if M_PKTHDR is not set.mycroft
1995-06-28note that most of dev/ic's contents have changed namescgd
1995-06-12Remove check for if_addrlist == 0; if_attach() always puts one address onmycroft
1995-05-01Add Masahiro SEKIGUCHI's MB8696[05] driver, ported, with some additionalmycroft