Age | Commit message (Expand) | Author |
2007-05-08 | #if 0 a function that is only ever called in #if 0 | Theo de Raadt |
2006-06-29 | no need to check io/mem enables before calling pci_mapreg_map() | Theo de Raadt |
2006-05-28 | unknown ioctl is ENOTTY not EINVAL | Jason Wright |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-20 | de-register. | Brad Smith |
2006-03-04 | don't set the interface pointer twice in tl_init(). | Brad Smith |
2005-11-23 | assume vtophys(vaddr_t) just what all the other archs expect; no functional c... | Michael Shalayeff |
2005-11-07 | - splimp -> splnet | Brad Smith |
2005-09-11 | do not inline pci_mapreg_map() anymore as it is olrite now; brad@ ok | Michael Shalayeff |
2005-07-02 | add TLPHY_MEDIA_NO_10_T flag for DP4000 model | Brad Smith |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith |
2004-09-14 | Call tl_ifmedia_upd() in tl_init() for cards with bitrate devices | Brad Smith |
2003-08-19 | missing break. | Mike Pechkin |
2003-06-30 | remove the use of tl_unit | Anil Madhavapeddy |
2003-01-15 | Get rid of the remaining vm_offset_t in pci drivers. | Artur Grabowski |
2002-07-08 | tl* multicast filter is broken. use ALLMULTI for now. | Jun-ichiro itojun Hagino |
2002-07-05 | Typo; stobe -> strobe | Aaron Campbell |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-12 | remove redundant vm includes | Michael Shalayeff |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho |
2001-06-24 | more ether_input_mbuf() conversion. | Federico G. Schwindt |
2001-04-05 | merge with freebsd/netbsd; mainly a conversion to mii | Jason Wright |
2001-03-25 | Missing splx(s). Thanks to Dawson and team | Constantine Sapuntzakis |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2001-02-03 | new timeouts | Michael Shalayeff |
2001-01-25 | spelling | Todd T. Fries |
2000-11-14 | remove diagnostic around TL_INTR_INVALID (this is a valid condition when two | Jason Wright |
2000-09-21 | Patch from FreeBSD (wpaul): | Jason Wright |
2000-06-20 | After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here; | Aaron Campbell |
2000-02-15 | make sure to call ether_{add,del}multi() as appropriate in xxx_ioctl() | Jason Wright |
1999-09-13 | openbsd-ify | Jason Wright |
1999-03-03 | remove alot of verbosity | Jason Wright |
1999-02-27 | Sync with FreeBSD: | Jason Wright |
1998-12-31 | tl_tx_tail pointer was not always being updated correctly; freebsd. | Jason Wright |
1998-12-22 | sync with FreeBSD: | Jason Wright |
1998-12-03 | o Don't match pci product 0xae33, as it's a pciide controller; reported by mi... | Jason Wright |
1998-11-23 | make quieter on out of memory conditions | Jason Wright |
1998-11-16 | Take advantage of generic pci io/mem/busmaster enabling and remove redundant ... | Jason Wright |
1998-11-11 | Merge with FreeBSD: | Jason Wright |
1998-10-10 | Driver for ThunderLAN based ethernet cards ported from FreeBSD. | Jason Wright |