summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_de.c
AgeCommit message (Expand)Author
2005-10-01oops, the include was just doing fine thereMartin Reindl
2005-10-01fix some comments and put if_devar.h include where it belongsMartin Reindl
2005-09-25shuffle some stuff aroundBrad Smith
2005-09-25remove TULIP_PCI_ATTACH_ARGS and TULIP_SHUTDOWN_ARGSBrad Smith
2005-09-25remove more indirection through typedef's and macrosBrad Smith
2005-09-25- delint: zero sized array initalisation is a gccismBrad Smith
2005-09-08add missing TULIP_STS_LINKFAIL flag in tulip_21041_media_probe().Brad Smith
2005-09-08make de(4) use ether_input_mbuf()Brad Smith
2005-09-07do not try to restore the spl level two times in a row.Brad Smith
2005-09-06- fix up the ioctl handler and make it use ether_ioctl() tooBrad Smith
2005-09-06another round of removing ifdef crud from this driver.Brad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-16remove __BROKEN_INDIRECT_CONFIG cruftBrad Smith
2005-06-26remove one more piece of the media detection from SRM code.Brad Smith
2005-06-20Remove media detection from the SRM on alpha. Initially a good idea, itMartin Reindl
2005-06-08remove netns crud.Henning Brauer
2005-05-25- identify Compex NICs (untested)Martin Reindl
2005-05-25in tulip_reset() remove a useless printf and check flags before resettingMartin Reindl
2005-05-23- remomve unneeded tulip_reset() and always include intr.hMartin Reindl
2005-05-22ALTQ cleanoutMartin Reindl
2005-04-23make sure bus mastering is enabledMartin Reindl
2005-04-16remove lots of crud from this driver, makes it fit on the alpha mediaTheo de Raadt
2005-03-29pull over some minor fixes from NetBSD:Martin Reindl
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-11-08put more debug stuff inside #ifdef, to make the driver a wee bit smallerTheo de Raadt
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-05-31Replace tulip_crc32 with ether_crc32_le.Ryan Thomas McBride
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
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