Age | Commit message (Expand) | Author |
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 |
2009-07-18 | Don't forget to read the high bits I/O range register when registering | Miod Vallat |
2009-07-15 | regen | Mark Kettenis |
2009-07-15 | Add VMware virtual PCIE bridge (and adjust the virtual PCI bridge define for | Mark Kettenis |
2009-07-14 | Kill structs and ioctls that were never implemented. | Mark Kettenis |
2009-07-11 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-10 | sync | Stuart Henderson |
2009-07-10 | add a couple of NVIDIA MCP77 PCI-ISA bridges, from Brad. | Stuart Henderson |
2009-07-10 | rework link state handling a bit. this reports missing link correctly. the | David Gwynne |
2009-07-10 | timeout_add -> timeout_add_msec | Bret Lambert |
2009-07-09 | regen | Jonathan Gray |
2009-07-09 | Intel 55[02]0 and Matrox G200eW | Jonathan Gray |
2009-07-08 | revert MCLGETI for sk(4) for now. commit requested by deraadt@ | Stuart Henderson |
2009-07-03 | fix mac address for dual-port 8257[56] cards; ok claudio, kettenis, deraadt | Markus Friedl |
2009-07-03 | fix a typo; from brad | Theo de Raadt |
2009-07-03 | this is a rather large change to add support for the BCM5709. | David Gwynne |
2009-07-03 | newer bnx chips use a separate firmware to the "old" ones. this updates | David Gwynne |
2009-06-29 | Whack bridges that have conflicting windows. This prevents us from choosing | Mark Kettenis |