Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |