summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_hp.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDlukem
2001-07-18bcopy -> memcpythorpej
2001-07-18bcmp -> memcmpthorpej
2000-03-30Remove register declarations.augustss
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
1998-07-05defopt NS, NSIP.jonathan
1998-07-05defopt INET, NETATALK.jonathan
1997-10-15Add and/or update rnd_*() hooksexplorer
1997-03-15New ARP system, supports IPv4 over any hardware link.is
1996-10-13backout kprintf changeschristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1995-12-24The IST_* and IPL_* constants are not bus-specific; don't treat them as such.mycroft
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-01-29lip service to making ISA support machine-independent. This is the firstcgd
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-27new RCS ID format.cgd
1994-03-08#include cpu.h in all files which use spl*().mycroft
1994-03-06DELAY() --> delay(). This is not a macro.mycroft
1994-02-10Nuke if_init.mycroft
1994-01-24ether_input() takes a network byte order ether_type nowderaadt
1994-01-12Use pkthdr.len field.mycroft
1993-12-20Canonicalize all #includes, and add pio.h where appropriate.mycroft
1993-09-06Avoid clash of struct ns_addr with #define ns_addr.mycroft
1993-07-13Use splnet, not splimp.mycroft
1993-07-01Fix a bunch of things.mycroft
1993-05-22add rcsids to everything and clean up headerscgd
1993-05-01Fix error in last change. B-Pmycroft
1993-04-30Move bpfattach() call into hpattach().mycroft
1993-04-28HP cards use 32 I/O ports, not 16.mycroft
1993-04-18Return correct value for new probe sequence.mycroft
1993-04-17Use new format for attach message.mycroft
1993-04-17Add driver for HP ISA and EISA ethernet adapters.mycroft