Age | Commit message (Expand) | Author |
2007-10-15 | add the Intel ICH9 PCI ids. | Brad Smith |
2007-10-15 | regen | Brad Smith |
2007-10-15 | add the PCI ids for the Broadcom BCM5761/BCM5761E/BCM5764 and BCM5784 | Brad Smith |
2007-10-14 | The spec says to wait 40 microseconds for the run bit to clear before | Deanna Phillips |
2007-10-14 | audio(4)-compatible mixer items for ALC883. | Deanna Phillips |
2007-10-13 | Add support for BCM5906. | Mark Kettenis |
2007-10-13 | Add Yukon-2 PHY powerdown bits. | Mark Kettenis |
2007-10-12 | regen | Brad Smith |
2007-10-12 | Add some more Intel em(4) PCI ids. | Brad Smith |
2007-10-11 | Make BGE_JUMBO_FRAMELEN big enough to include vlan tag. Fixes problems with | Mark Kettenis |
2007-10-11 | sync | Theo de Raadt |
2007-10-11 | Add device ID used by Commell MP-954GPS | Stuart Henderson |
2007-10-10 | Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582. | Mark Kettenis |
2007-10-10 | Rework the debug dmesg to perform a more complete codec dump. | Deanna Phillips |
2007-10-10 | regen | David Gwynne |
2007-10-10 | add the pci product id for the Mellanox ConnectX EN adapters. | David Gwynne |
2007-10-10 | regen | David Gwynne |
2007-10-10 | add the mellanox vendor id | David Gwynne |
2007-10-09 | malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom. | Kenneth R Westerback |
2007-10-09 | MALLOC -> malloc | Gilles Chehade |
2007-10-09 | Use %zu for printing size_t values. | Ray Lai |
2007-10-08 | GPS170 -> GPS170PCI | Marc Balmer |
2007-10-08 | regen | Marc Balmer |
2007-10-08 | GPS170 -> GPS170PCI | Marc Balmer |
2007-10-08 | More simple memset(,0,) -> M_ZERO changes. In this batch move to | Kenneth R Westerback |
2007-10-07 | Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET written | Marc Balmer |
2007-10-06 | Simpliest memset(,0,) -> M_ZERO changes. One (caddr *) cast removal, | Kenneth R Westerback |
2007-10-06 | NPBFILTER -> NBPFILTER in comments. | Jonathan Gray |
2007-10-05 | The Acer TravelMate 3010 (ALC883) has a couple of gpio pins that need | Deanna Phillips |
2007-10-04 | g/c ETHER_CRC_LEN. | Brad Smith |
2007-10-04 | Remove renaming of fields with #define. | Brad Smith |
2007-10-02 | add initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets. | Brad Smith |
2007-10-02 | In vr_attach() only touch the VR_STICKHW register if the adapter | Brad Smith |
2007-10-02 | regen | Brad Smith |
2007-10-02 | add new Intel E1000 and 10Gb PCIe PCI ids. | Brad Smith |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |
2007-09-30 | Add support for the high-resulution timer found in the GPS170PCI card. | Marc Balmer |
2007-09-29 | Add first part of queue magic to attach. | Marco Peereboom |
2007-09-27 | Add automatic rate control (AMRR). | Marcus Glocker |
2007-09-26 | regen | Deanna Phillips |
2007-09-26 | Add Sigmatel to vendors. | Deanna Phillips |
2007-09-26 | Clean up STAC7661 codec: sort mixer items, add prev and next pointers | Deanna Phillips |
2007-09-22 | Obvious M_ZERO/bzero() change. Note that isp_param is void *, so the | Kenneth R Westerback |
2007-09-20 | Add mixer items, master volume and dacgroup init for Analog Devices | Deanna Phillips |
2007-09-19 | M_ZERO. all the cool kids are doing it. | David Gwynne |
2007-09-19 | Use the proper baudrate for 10Gb hw now that it can fit into the buadrate | Brad Smith |
2007-09-19 | Remove unused tulip_21041_media_noprobe() function and tulip_21041np_boardsw | Brad Smith |
2007-09-18 | arc4random_bytes() is the preferred interface for generating nonces; | Damien Miller |
2007-09-18 | Only the most obvious bzero() -> M_ZERO changes. No cast changes, no | Kenneth R Westerback |
2007-09-17 | - Use a 64-bit int for the baudrate within the ifmedia_baudrate struct and | Brad Smith |