summaryrefslogtreecommitdiffstats
path: root/sys/dev/qlxgb/qla_os.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC 261861davidcs2014-02-141-4/+1
| | | | | check for defrag only when bus_dmamap_load_mbuf_sg() returns EFBIG. Comment in qla_hw_send is moot.
* No need to set if_mtu since it automatically updated by ether_ifattach().davidcs2013-05-081-2/+2
| | | | | | | | Use if_initbaudrate() to set baudrate. Add IFCAP_LINKSTATE to if_capabilities. Submitted by: David C Somayajulu <davidcs@freebsd.org> Approved by: George Neville-Neil <gnn@freebsd.org>
* 1. Updated Copyright Informationdavidcs2013-05-071-1/+11
| | | | | | | | | 2. Added Flash Read/Update Support 3. Fixed TSO Handling Submitted by: David C Somayajulu (davidcs@freebsd.org) Reviewed by: George Neville-Neil (gnn@freebsd.org) Approved by: George Neville-Neil (gnn@freebsd.org)
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
| | | | malloc(9) flags in sys/dev.
* Do not announce IPv6 TSO support yet. The in-tree driver does not seembz2012-04-231-1/+0
| | | | | | | to fully handle this yet. Reviewed by: davidcs MFC after: 1 week
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
| | | | Reviewed by: yongari
* Update recently added drivers to use the if_*addr_r*lock() wrapperjhb2012-01-051-2/+2
| | | | | | | | functions instead of using the IF_ADDR_LOCK directly. The wrapper functions are the supported interface for device drivers. Reviewed by: bz, philip MFC after: 1 week
* Add QLogic 10 Gigabit Ethernet & CNA Adapter Driver version 1.30bz2011-11-031-0/+1481
for 3200 and 8200 series cards. Submitted by: David C Somayajulu (david.somayajulu@qlogic.com), Qlogic Corporation MFC After: 3 days
OpenPOWER on IntegriCloud