summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_sf.c
AgeCommit message (Expand)Author
2006-08-22use LIST_FOREACH; from FreeBSDMartin Reindl
2006-07-20fix various ways of spelling 'access' wrong in commentsMartin Reindl
2006-07-11put the increasing tx threshold message under SF_DEBUGBrad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-20de-register.Brad Smith
2005-11-07- splimp -> splnetBrad Smith
2005-09-11oops. unused varMichael Shalayeff
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-05-11Do not call mii_pollstat() from within device tick routines; the statusBrad Smith
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-11-29From FreeBSD: Correct URL of the programming manual.Jonathan Gray
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-06-01some revisions have issues sending lots of packets.Ted Unangst
2004-05-30Multicast fixups:Ryan Thomas McBride
2004-04-26vaddr_t casts for vtophys, works on amd64. ok deraadt@Ted Unangst
2004-04-09do not whine if we cannot get mbufs. the countless printfd makes the machineHenning Brauer
2003-06-29nuke sf_unit; jason@ okAnil Madhavapeddy
2003-06-29bad format string; %s -> %dAnil Madhavapeddy
2003-01-15Get rid of the remaining vm_offset_t in pci drivers.Artur Grabowski
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-12remove redundant vm includesMichael Shalayeff
2001-06-27ALTQ'ify network drivers.Kenjiro Cho
2001-06-24more ether_input_mbuf() conversion.Federico G. Schwindt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2000-10-16Use mii_attach() directly instead of mii_phy_probe().Aaron Campbell
2000-08-02Put missing call to sf_setmulti() in sf_init() so the multicast filter willAaron Campbell
2000-03-01If sf_encap() fails, we need to drop the packet. If sf_encap() reassemblesAaron Campbell
2000-02-15make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl()Jason Wright
1999-12-08Remove unused #define cruft.Aaron Campbell
1999-12-08Whoops; forgot to bump FreeBSD version numbers.Aaron Campbell
1999-12-08Sync with FreeBSD:Aaron Campbell
1999-11-03Driver for Adaptec "StarFire" AIC6915-based Ethernet cards; from FreeBSD.Aaron Campbell