summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_de.c
AgeCommit message (Expand)Author
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson
2002-06-30The #@$% message about the #$%@ cable down is going to drive me @#%$ insane.Artur Grabowski
2002-06-02withough -> withoutTheo de Raadt
2002-04-01Don't have dc and de return the same match value in any case.Nathan Binkert
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
2001-09-11Don't include <vm/vm_kern.h> if you don't need foo_map.Miod Vallat
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-12absolutely no need to include vm_parm.h after vm.hMichael Shalayeff
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
2001-02-03new timeout, space controlMichael Shalayeff
2000-04-27Previous commit contained things that I want to keep local for nowChris Cappuccio
2000-04-27Remove MTU cruftChris Cappuccio
1999-07-18Added pci_mapreg* interface from NetBSD.Constantine Sapuntzakis
1999-02-26compensate for the fact that the check for ownership of a unicast packetJason Wright
1999-02-04correct attach printing for 4-port cardsTheo de Raadt
1999-01-11remove pnic stuffJason Wright
1998-12-02cogent-compatible adapters appearing in an adaptec ethernet block rangeTheo de Raadt
1998-10-28Partial merge from netBSD 102498. Seems to fix autonegotation difficultiesConstantine Sapuntzakis
1998-10-08Support for the Lite-On PNIC found on Netgear FA310TX rev D1 andJason Wright
1998-09-09Dont swab the data twice, only when assiging to the structure.Dale S. Rahn
1998-08-28Changes to make if_de driver work on big endian machines with a 21040 basedDale S. Rahn
1998-08-07com.c needs to know about mem mapped ports in ppc systems.Per Fogelstrom
1998-05-28do not panicTheo de Raadt
1998-05-22EM100FXTheo de Raadt
1998-02-22GCC 2.8 -WallNiklas Hallqvist
1998-01-07now this is really prettyTheo de Raadt
1998-01-05new style pci attach printingTheo de Raadt
1997-11-16compile on alpha, needs testingTodd C. Miller
1997-11-13merge netbsd 1.56.2.1 for de500B (and other 21143) supportJim Rees
1997-10-20Few minor changes to make if_de work big endian on 21140Per Fogelstrom
1997-07-29Support BSD/OS 2.1, add OpenBSD tags.Jason Downs
1997-07-28prettyTheo de Raadt
1997-06-24Force driver into store-forward mode on cards that support it. This increasesConstantine Sapuntzakis
1997-06-20Comment out some superfluous const declarations that cause cast warningsgrr
1997-06-18csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new (21140-AC-...dm
1997-04-10These two was not ready for commit yet. Backed out.Per Fogelstrom
1997-04-10Add Matrox MystiquePer Fogelstrom
1996-12-19do SIOCGIFADDR in ether_ioctlMichael Shalayeff
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-08-23__OpenBSD__ messup fixedNiklas Hallqvist
1996-08-21check for __OpenBSD__, prep for tossing __NetBSD__?Theo de Raadt
1996-06-10sync to 0607Theo de Raadt
1996-05-26sync 0521Theo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt
1996-05-07sync with 0504 -- prototypes and bus.hTheo de Raadt