index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
/
if_ate.c
Age
Commit message (
Expand
)
Author
2001-11-21
Presence looks better with a 'c' instead of an 's'.
wiz
2001-11-13
add RCSID
lukem
2001-07-18
bcopy -> memcpy
thorpej
2001-03-31
fix typo in comment
jdolecek
2001-03-31
Prepare for MCA attachment:
jdolecek
2000-05-29
For all network drivers that call ether_ifattach(), and also
jhawk
1998-10-07
Enable early probe stage printf's not by DIAGNOSTIC but more driver
enami
1998-06-09
Nuke __BROKEN_INDIRECT_CONFIG.
thorpej
1998-03-22
Split Fujitsu MB9696x based ethernet card driver into bus
enami
1998-01-12
Update for config changes.
thorpej
1998-01-05
RCSID Police.
perry
1997-10-15
Add and/or update rnd_*() hooks
explorer
1997-03-15
New ARP system, supports IPv4 over any hardware link.
is
1996-10-17
Appease the compiler: get rid of some unused variables, add some
thorpej
1996-10-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1996-05-12
Use intr.h.
mycroft
1996-05-07
Changed struct ifnet to have a pointer to the softc of the underlying
thorpej
1996-04-11
update for addition of a machine-dependent cookie as the first argument
cgd
1996-04-08
If we dequeue a packet due to excessive collisions, make sure we check
mycroft
1996-03-17
New device attachment scheme:
thorpej
1995-12-24
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
mycroft
1995-08-07
Fix another comment.
mycroft
1995-08-07
Make this interface simplex. It's more efficient, and sidesteps the
mycroft
1995-07-23
Init functions are always called at splimp().
mycroft
1995-07-23
Always use m_pkthdr.len on output. Panic if M_PKTHDR is not set.
mycroft
1995-06-28
note that most of dev/ic's contents have changed names
cgd
1995-06-12
Remove check for if_addrlist == 0; if_attach() always puts one address on
mycroft
1995-05-01
Add Masahiro SEKIGUCHI's MB8696[05] driver, ported, with some additional
mycroft