Age | Commit message (Expand) | Author |
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 |
2009-07-28 | The firmware is an array of u_int32_t and differs between architectures. | Claudio Jeker |
2009-07-28 | print the chipset name in the dmesg so it is possible to tell | Kevin Lo |
2009-07-28 | Add flow control support | Kevin Lo |
2009-07-27 | Split comment from lint keyword. OK dms@ | Claudio Jeker |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-07-26 | Add PCIOCGETROM, and ioctl(2) to read PCI ROMs. | Mark Kettenis |
2009-07-26 | Fix flow control support: | Mark Kettenis |
2009-07-25 | Better parameter validation in pciioctl(): check for ioctl number and | Miod Vallat |
2009-07-25 | Stop using rbus to set up the socket BAR if it has been left unitialized | Mark Kettenis |
2009-07-24 | silent VIA VT6202 workaround; from brad | Theo de Raadt |
2009-07-23 | another lava puc that might show up | Theo de Raadt |
2009-07-23 | VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune it | Theo de Raadt |
2009-07-23 | Use pci_mapreg_map() to map ROM. | Mark Kettenis |
2009-07-23 | Use pci_mapreg_map() to map ROM. | Mark Kettenis |
2009-07-23 | Avoid twiddling the lower bits of a BAR such that the code becomes usable | Mark Kettenis |
2009-07-22 | Add big-endian platform support to sis(4). Tested to not break anything on | Miod Vallat |
2009-07-21 | Use the symbolic constants for the window registers in pci configuration | Miod Vallat |
2009-07-21 | Rewrite ioctl parts and rx filter handling. From Brad, tested by | Stuart Henderson |
2009-07-21 | Add a family flag for the original 5700 series chipsets. Idea from FreeBSD. | Christian Weisgerber |
2009-07-20 | Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow the | Miod Vallat |