summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_de.c
AgeCommit message (Expand)Author
2006-07-08print the chipset revision too.Brad Smith
2006-07-08shorten dmesg entry from two lines to one.Brad Smith
2006-07-08tulip_pci_(probe/attach) -> tulip_(probe/attach)Brad Smith
2006-07-08remove splnet from attach routine.Brad Smith
2006-06-01de-static and formatting.Brad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-09fix non-ALTQ case.Brad Smith
2006-05-06restore ALTQ support which was lost with rev 1.87Brad Smith
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-11-07add bus_dma support.Brad Smith
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