Age | Commit message (Expand) | Author |
2009-08-29 | Split the ti(4) driver into mostly bus-agnostic code and PCI-specific | Mark Kettenis |
2009-08-28 | Writing 0 to the PCI_LEGACY register *is* the proper way to disable the | Mark Kettenis |
2009-08-27 | sync | Jolan Luff |
2009-08-27 | Radeon HD 4350 | Jolan Luff |
2009-08-27 | sync | David Hill |
2009-08-27 | nVidia Geforce Go 7950 GTX | David Hill |
2009-08-25 | We can treat BARs initialized to 0 as invalid now on socppc. | Mark Kettenis |
2009-08-21 | Back-out support for iCH10 chips from em(4). | Dariusz Swiderski |
2009-08-19 | sync | Matthieu Herrb |
2009-08-19 | Trident Cyberblade XP2 as found in VTBook PCCard. ok marco@. | Matthieu Herrb |
2009-08-17 | All callers of qli_get_fw_state() bzero the mbox memory, no need to do it | Miod Vallat |
2009-08-13 | add a shutdown hook to stop unsolicited responses and the CORB and | Jacob Meuser |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-08-13 | set ITSDONE on the xs before calling scsi_done() | David Gwynne |
2009-08-12 | revert my change to m_cluncount which tries to prevent the system | David Gwynne |
2009-08-12 | ix currently relies on a gcc extension that removes a comma | Jonathan Gray |
2009-08-12 | if we get dangerously low on clusters during interrupts, we need | David Gwynne |
2009-08-12 | fix unused widgets to contain the actual ids; ok jakemsr@ | Martynas Venckus |
2009-08-11 | don't take chip revision as a pointer to the string; swap it with xname | Martynas Venckus |
2009-08-11 | More exact matching for Sunix 40XX 4 and 8 port units so that we can fix | Theo de Raadt |
2009-08-10 | More cases of shutdown hooks not needed after card is already stopped. In | Theo de Raadt |
2009-08-10 | A few more simple cases of shutdown hooks which only call xxstop, when | Theo de Raadt |
2009-08-10 | xge_shutdown is not needed now that interface is stopped, since | Theo de Raadt |
2009-08-10 | delete xxshutdown handlers that are never even hooked up | Theo de Raadt |
2009-08-10 | i prefer (m == NULL) over (!m) | Damien Bergamini |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-08-09 | spelling error | Theo de Raadt |
2009-08-09 | Get node and port WWN's from the Open Firmware tree on sparc64 if they are | Mark Kettenis |
2009-08-09 | Rewrite bits of the multicast handling code as it should be. | Kevin Lo |
2009-08-08 | bring comments in line with reality; from Brad | Christian Weisgerber |
2009-08-08 | alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip. | Kevin Lo |
2009-08-08 | In ixgbe_acquire_swfw_sync don't return -IXGBE_ERR_SWFW_SYNC as this | Jonathan Gray |
2009-08-06 | Add device id for BCM5716S, tidy whitespace. From Brad. | Stuart Henderson |
2009-08-06 | Backout r1.274, william@ has tracked down watchdog timeouts with | Stuart Henderson |
2009-08-05 | don't read/write 1000baseT specific MII registers on 10/100M ony device. | Kevin Lo |
2009-08-04 | sync | David Hill |
2009-08-04 | Rhino Equipment donated some T1/E1/J1 cards. Add their vendor and | David Hill |
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat |
2009-08-02 | Minor KNF from Brad. No binary change. | Stuart Henderson |
2009-08-02 | sync | Stuart Henderson |
2009-08-02 | Add PCIE/KT devices for Intel Q45. From Brad; in datasheet/pciids, | Stuart Henderson |
2009-07-29 | regen | Damien Bergamini |
2009-07-29 | PCI ids for Ralink RT3090/RT3390 devices | Damien Bergamini |
2009-07-29 | regen | Damien Bergamini |
2009-07-29 | fix two Intel WiFi Link 6000 PCI ids. | Damien Bergamini |
2009-07-29 | regen | Damien Bergamini |
2009-07-29 | PCI ids for Atheros AR9287 (PCI and PCIe). | Damien Bergamini |
2009-07-28 | Garbage-collect softc member stge_if_flags, unused since if_stge.c r1.46. | Stuart Henderson |
2009-07-28 | - Don't access VPD even if hardware advertised the capability. | Kevin Lo |
2009-07-28 | Replace "XXX ? from linux" with a descriptive comment. From Brad. | Stuart Henderson |