summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2012-12-20max_frame_size must be set after ether_ifattach updates if_mtu;Mike Belopuhov
2012-12-17sync up ixgbe_raise_i2c_clk with freebsd which basically allowsMike Belopuhov
2012-12-17spacing; sync up ixgbe_bus_speed enum with freebsdMike Belopuhov
2012-12-17Sync up advanced transmitter descriptor setup code to the upstream.Mike Belopuhov
2012-12-17sync some comments and variable names in rxeof with freebsdMike Belopuhov
2012-12-17Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->bufMike Belopuhov
2012-12-17Don't forget to decrement a number of clusters on the ring in caseMike Belopuhov
2012-12-17Get rid of the split header code as it was never used inMike Belopuhov
2012-12-17Implement SFP+ module hot-plug support for 82599 obtainedMike Belopuhov
2012-12-17Fix a link autonegotiation bug on 10GbaseT controllers and improveMike Belopuhov
2012-12-14regenMartin Pieuchot
2012-12-14Add U3 HyperTransport found in PowerMac7,3, name suggested by kettenis@Martin Pieuchot
2012-12-10adjust mbuf chain data pointer so that ip header would appearMike Belopuhov
2012-12-10Under some circumstances (currently only reproducible with IPsec)Mike Belopuhov
2012-12-07ixgbe_phy_aq is an x540 so kill stale references in the 82598 moduleMike Belopuhov
2012-12-06Rework how AGP memory regions are mapped and add support for AGP bridgesMartin Pieuchot
2012-12-06Make sure we try to unbind AGP memory regions if the aperture base addressMartin Pieuchot
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-05minor cleanup, whitespaces, mostly synced with freebsdMike Belopuhov
2012-12-05fix from freebsd to correctly account rx errors; problem reportedMike Belopuhov
2012-12-04Add support for Uninorth AGP bridges found in most if not all the macppcMartin Pieuchot
2012-12-03wrap bpf.h header with NBPFILTERStefan Fritsch
2012-12-01Don't bother to zero initialize the if_capabilities field first andBrad Smith
2012-12-01The return value of vio_link_state() is not used so change the returnBrad Smith
2012-11-30Fix speakers on Apple MacBook Air 2010, they require gpio unmuting.Stuart Henderson
2012-11-30Support large MTUsStefan Fritsch
2012-11-29Add rtsx(4), a new driver for the Realtek RTS5209 card reader.Stefan Sperling
2012-11-29Remove setting an initial assumed baudrate upon driver attach which is notBrad Smith
2012-11-29make ix complile with IX_DEBUG defined, based on the patch fromMike Belopuhov
2012-11-28- Use IF_Gbps(1) instead of IF_Mbps(1000)Brad Smith
2012-11-27fix format string; OK mikeb@Gleydson Soares
2012-11-26shorten MBX_RX_IFACE_* definesMike Belopuhov
2012-11-26get rid of some useless bitfields in oce_mbx and mbx_hdrMike Belopuhov
2012-11-26Bring in some more pch2/82579 bits from the Intel code in FreeBSD:Jonathan Gray
2012-11-23better way to set baudrate to 0; pointed out by gsoares@Mike Belopuhov
2012-11-23set ifp->if_baudrate with IF_Gbps() / IF_Mbps().Gleydson Soares
2012-11-23- Remove return's at the end of void functionsBrad Smith
2012-11-22Don't bother to store the return value from pci_set_powerstate() as theBrad Smith
2012-11-21Don't forget to delete an rx refill timeout when bringingMike Belopuhov
2012-11-20fix typoMike Belopuhov
2012-11-17Simplify vio_iff() a bit, set own MAC in unicast MAC filter (needed byStefan Fritsch
2012-11-17regenMark Kettenis
2012-11-17Add missing Adaptec 2915LP entry I spotted in a dmesg a while ago.Mark Kettenis
2012-11-17Newer chips feature "advanced" bluetooth coexistence, which is why sendingMark Kettenis
2012-11-17Add support for Intel Centrino Wireless-N 1030. Might not fully work yet, butMark Kettenis
2012-11-15Do not try to transmit packets if the interface is not running.Joel Sing
2012-11-14allocate a mailbox payload dma memory upfront instead of per requestMike Belopuhov
2012-11-14Use the iwn-6030 firmware for the Intel Centrino Advanced-N 6030 as well.Mark Kettenis
2012-11-13Writing a 1 to the MEF bit of the ERRSTS0 register of the 82443LX host bridgeMark Kettenis
2012-11-13do an OACTIVE/if_start dance only once per tx interruptMike Belopuhov