summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_tl.c
AgeCommit message (Expand)Author
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2007-05-08#if 0 a function that is only ever called in #if 0Theo de Raadt
2006-06-29no need to check io/mem enables before calling pci_mapreg_map()Theo de Raadt
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
2006-03-04don't set the interface pointer twice in tl_init().Brad Smith
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-11-07- splimp -> splnetBrad Smith
2005-09-11do not inline pci_mapreg_map() anymore as it is olrite now; brad@ okMichael Shalayeff
2005-07-02add TLPHY_MEDIA_NO_10_T flag for DP4000 modelBrad Smith
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-09-14Call tl_ifmedia_upd() in tl_init() for cards with bitrate devicesBrad Smith
2003-08-19missing break.Mike Pechkin
2003-06-30remove the use of tl_unitAnil Madhavapeddy
2003-01-15Get rid of the remaining vm_offset_t in pci drivers.Artur Grabowski
2002-07-08tl* multicast filter is broken. use ALLMULTI for now.Jun-ichiro itojun Hagino
2002-07-05Typo; stobe -> strobeAaron Campbell
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-04-05merge with freebsd/netbsd; mainly a conversion to miiJason Wright
2001-03-25Missing splx(s). Thanks to Dawson and teamConstantine Sapuntzakis
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-03new timeoutsMichael Shalayeff
2001-01-25spellingTodd T. Fries
2000-11-14remove diagnostic around TL_INTR_INVALID (this is a valid condition when twoJason Wright
2000-09-21Patch from FreeBSD (wpaul):Jason Wright
2000-06-20After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here;Aaron Campbell
2000-02-15make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl()Jason Wright
1999-09-13openbsd-ifyJason Wright
1999-03-03remove alot of verbosityJason Wright
1999-02-27Sync with FreeBSD:Jason Wright
1998-12-31tl_tx_tail pointer was not always being updated correctly; freebsd.Jason Wright
1998-12-22sync with FreeBSD:Jason Wright
1998-12-03o Don't match pci product 0xae33, as it's a pciide controller; reported by mi...Jason Wright
1998-11-23make quieter on out of memory conditionsJason Wright
1998-11-16Take advantage of generic pci io/mem/busmaster enabling and remove redundant ...Jason Wright
1998-11-11Merge with FreeBSD:Jason Wright
1998-10-10Driver for ThunderLAN based ethernet cards ported from FreeBSD.Jason Wright