summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_tl.c
AgeCommit message (Collapse)Author
1999-03-03remove alot of verbosityJason Wright
1999-02-27Sync 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-31tl_tx_tail pointer was not always being updated correctly; freebsd.Jason Wright
1998-12-22sync with FreeBSD:Jason Wright
o sanity checking on foo_start() routines o ansification
1998-12-03o 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-23make quieter on out of memory conditionsJason Wright
1998-11-16Take advantage of generic pci io/mem/busmaster enabling and remove redundant ↵Jason Wright
code.
1998-11-11Merge with FreeBSD:Jason Wright
o size of tx & rx rings increased o rx ring init was using the tx ring size constant
1998-10-10Driver for ThunderLAN based ethernet cards ported from FreeBSD.Jason Wright