Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-19 | missing break. | Mike Pechkin | |
jason@ ok | |||
2003-06-30 | remove the use of tl_unit | Anil Madhavapeddy | |
jason@ ok | |||
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 | |
(Look ma, I might have broken the tree) | |||
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-12 | remove redundant vm includes | Michael Shalayeff | |
2001-06-27 | ALTQ'ify network drivers. | Kenjiro Cho | |
- use the new queue macros. - use IFQ_POLL() to peek at the next packet. - use IFQ_IS_EMPTY() for empty check. - drivers should always check if (m == NULL) after IFQ_DEQUEUE(), since it could return NULL even when IFQ_IS_EMPTY() is FALSE under rate-limiting. - drivers are supposed to call if_start from tx complete interrupts (in order to trigger the next dequeue under rate-limiting). | |||
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 | |
devices are on the same interrupt). | |||
2000-09-21 | Patch from FreeBSD (wpaul): | Jason Wright | |
Fix the tl driver so it doesn't run off the end of the RX descriptor list and panic in out of mbufs condition. | |||
2000-06-20 | After bpf_mtap(), in promisc mode, don't drop packets that aren't for us here; | Aaron Campbell | |
that is done in ether_input(); jason@ ok | |||
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 | |
merge with freebsd: alpha support (untested) missing ifmedia_set() larger value for ifq_maxlen | |||
1999-03-03 | remove alot of verbosity | Jason Wright | |
1999-02-27 | Sync with FreeBSD: | Jason Wright | |
o make sure ifp->if_snd.ifq_maxlen is initialized o proper handling of boards which report the TI product id | |||
1998-12-31 | tl_tx_tail pointer was not always being updated correctly; freebsd. | Jason Wright | |
1998-12-22 | sync with FreeBSD: | Jason Wright | |
o sanity checking on foo_start() routines o ansification | |||
1998-12-03 | o Don't match pci product 0xae33, as it's a pciide controller; reported by ↵ | Jason Wright | |
mickey@ (pr 652). o use switch for matching pci products | |||
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 | |
code. | |||
1998-11-11 | Merge with FreeBSD: | Jason Wright | |
o size of tx & rx rings increased o rx ring init was using the tx ring size constant | |||
1998-10-10 | Driver for ThunderLAN based ethernet cards ported from FreeBSD. | Jason Wright | |