summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_hp.c
AgeCommit message (Expand)Author
2010-01-19hp@isa was marked non-compiling and broken 14 years ago. I'm surepooka
2009-03-17Add some 'int' into function definitions where the K&R one didn'tdsl
2009-03-14ANSIfy another 1261 function definitions.dsl
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-11-07*** Summary ***dyoung
2008-04-08use aprint_*_dev and device_xnamecegger
2007-12-05Use IFADDR_EMPTY().dyoung
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-09-07remove more vestiges of CCITT, LLC, HDLC, NS, and NSIP.dogcow
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-05-03DMA, not dma nor Dma.wiz
2003-01-15Add a #error message asking to fix frame padding (this driver doesn'tbouyer
2002-03-05bring in latest ALTQ from kjc. ALTQify some of the drivers.itojun
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