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_hp.c
Age
Commit message (
Expand
)
Author
2001-11-13
add RCSID
lukem
2001-07-18
bcopy -> memcpy
thorpej
2001-07-18
bcmp -> memcmp
thorpej
2000-03-30
Remove register declarations.
augustss
1999-03-25
Use ETHER_*_LEN constants from <net/if_ether.h> instead of defining them
thorpej
1999-02-28
Update to slightly altered rnd_attach_source() api
explorer
1998-07-05
defopt NS, NSIP.
jonathan
1998-07-05
defopt INET, NETATALK.
jonathan
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-13
backout kprintf changes
christos
1996-10-10
printf -> kprintf, sprintf -> ksprintf
christos
1995-12-24
The IST_* and IPL_* constants are not bus-specific; don't treat them as such.
mycroft
1995-04-17
clean up several ISA device interfaces: autoconfiguration, header
cgd
1995-01-29
lip service to making ISA support machine-independent. This is the first
cgd
1994-10-30
be more careful with types, also pull in headers where necessary.
cgd
1994-10-27
new RCS ID format.
cgd
1994-03-08
#include cpu.h in all files which use spl*().
mycroft
1994-03-06
DELAY() --> delay(). This is not a macro.
mycroft
1994-02-10
Nuke if_init.
mycroft
1994-01-24
ether_input() takes a network byte order ether_type now
deraadt
1994-01-12
Use pkthdr.len field.
mycroft
1993-12-20
Canonicalize all #includes, and add pio.h where appropriate.
mycroft
1993-09-06
Avoid clash of struct ns_addr with #define ns_addr.
mycroft
1993-07-13
Use splnet, not splimp.
mycroft
1993-07-01
Fix a bunch of things.
mycroft
1993-05-22
add rcsids to everything and clean up headers
cgd
1993-05-01
Fix error in last change. B-P
mycroft
1993-04-30
Move bpfattach() call into hpattach().
mycroft
1993-04-28
HP cards use 32 I/O ports, not 16.
mycroft
1993-04-18
Return correct value for new probe sequence.
mycroft
1993-04-17
Use new format for attach message.
mycroft
1993-04-17
Add driver for HP ISA and EISA ethernet adapters.
mycroft