Age | Commit message (Expand) | Author |
2013-01-13 | Enable flow control support with 5708S/5709S adapters. | Brad Smith |
2013-01-12 | add viomb driver for virtio balloon device | Stefan Fritsch |
2013-01-10 | dont hardcode the phy address at 1. the 5718 family of chips can have | David Gwynne |
2013-01-10 | oh hey guys, ive got this cool new thing called a "switch statement". your | David Gwynne |
2013-01-10 | macros describing necessary bits on newer chips. | David Gwynne |
2013-01-09 | Sync the userland facing drm headers with FreeBSD minus some cruft mpi | Jonathan Gray |
2013-01-08 | a single-com in the Exsys EX-4109x family; Gregory Edigarov <edigarov@qarea.com> | Theo de Raadt |
2013-01-05 | Enable MSI for rtsx(4). Tested on i386 and amd64. | Stefan Sperling |
2013-01-05 | - add some intel 7 series sata ids. | Jasper Lievisse Adriaanse |
2013-01-04 | Attach rtsx(4) only to devices using the 'undefined' PCI class, and do | Stefan Sperling |
2013-01-04 | fix a logical or that was inteded to be binary in the last revision | Jonathan Gray |
2013-01-02 | Add the remaining Radeon rv610/rv620/rv630/rv635/rv670, | Jonathan Gray |
2013-01-02 | regen | Jonathan Gray |
2013-01-02 | Add the remaining Radeon rv610/rv620/rv630/rv635/rv670, | Jonathan Gray |
2012-12-30 | add Radeon HD4550 | Jonathan Gray |
2012-12-22 | Add support for U3 brigdes present in macppc G5 machines. Many thanks | Martin Pieuchot |
2012-12-21 | regen | Jasper Lievisse Adriaanse |
2012-12-21 | - add some pcidevs taken from a dmesg on bugs@ | Jasper Lievisse Adriaanse |
2012-12-20 | report flow control mode in the media status callback | Mike Belopuhov |
2012-12-20 | correctly update the current flow control mode | Mike Belopuhov |
2012-12-20 | max_frame_size must be set after ether_ifattach updates if_mtu; | Mike Belopuhov |
2012-12-17 | sync up ixgbe_raise_i2c_clk with freebsd which basically allows | Mike Belopuhov |
2012-12-17 | spacing; sync up ixgbe_bus_speed enum with freebsd | Mike Belopuhov |
2012-12-17 | Sync up advanced transmitter descriptor setup code to the upstream. | Mike Belopuhov |
2012-12-17 | sync some comments and variable names in rxeof with freebsd | Mike Belopuhov |
2012-12-17 | Catch up with upstream, where rxbuf->m_pack was renamed to rxbuf->buf | Mike Belopuhov |
2012-12-17 | Don't forget to decrement a number of clusters on the ring in case | Mike Belopuhov |
2012-12-17 | Get rid of the split header code as it was never used in | Mike Belopuhov |
2012-12-17 | Implement SFP+ module hot-plug support for 82599 obtained | Mike Belopuhov |
2012-12-17 | Fix a link autonegotiation bug on 10GbaseT controllers and improve | Mike Belopuhov |
2012-12-14 | regen | Martin Pieuchot |
2012-12-14 | Add U3 HyperTransport found in PowerMac7,3, name suggested by kettenis@ | Martin Pieuchot |
2012-12-10 | adjust mbuf chain data pointer so that ip header would appear | Mike Belopuhov |
2012-12-10 | Under some circumstances (currently only reproducible with IPsec) | Mike Belopuhov |
2012-12-07 | ixgbe_phy_aq is an x540 so kill stale references in the 82598 module | Mike Belopuhov |
2012-12-06 | Rework how AGP memory regions are mapped and add support for AGP bridges | Martin Pieuchot |
2012-12-06 | Make sure we try to unbind AGP memory regions if the aperture base address | Martin Pieuchot |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-12-05 | minor cleanup, whitespaces, mostly synced with freebsd | Mike Belopuhov |
2012-12-05 | fix from freebsd to correctly account rx errors; problem reported | Mike Belopuhov |
2012-12-04 | Add support for Uninorth AGP bridges found in most if not all the macppc | Martin Pieuchot |
2012-12-03 | wrap bpf.h header with NBPFILTER | Stefan Fritsch |
2012-12-01 | Don't bother to zero initialize the if_capabilities field first and | Brad Smith |
2012-12-01 | The return value of vio_link_state() is not used so change the return | Brad Smith |
2012-11-30 | Fix speakers on Apple MacBook Air 2010, they require gpio unmuting. | Stuart Henderson |
2012-11-30 | Support large MTUs | Stefan Fritsch |
2012-11-29 | Add rtsx(4), a new driver for the Realtek RTS5209 card reader. | Stefan Sperling |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2012-11-29 | make ix complile with IX_DEBUG defined, based on the patch from | Mike Belopuhov |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |