summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_ate.c
AgeCommit message (Expand)Author
2001-11-21Presence looks better with a 'c' instead of an 's'.wiz
2001-11-13add RCSIDlukem
2001-07-18bcopy -> memcpythorpej
2001-03-31fix typo in commentjdolecek
2001-03-31Prepare for MCA attachment:jdolecek
2000-05-29For all network drivers that call ether_ifattach(), and alsojhawk
1998-10-07Enable early probe stage printf's not by DIAGNOSTIC but more driverenami
1998-06-09Nuke __BROKEN_INDIRECT_CONFIG.thorpej
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