Age | Commit message (Expand) | Author |
2007-10-15 | add the PCI ids for the Broadcom BCM5761/BCM5761E/BCM5764 and BCM5784 | Brad Smith |
2007-10-15 | more remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-10-15 | Switch arc4random to using routines from crypto/arc4.[ch], and rework | Damien Miller |
2007-10-14 | correctly print PC and PC2- prefixes; ok jsg | Theo de Raadt |
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-14 | Implement OF_getproplen(). | Mark Kettenis |
2007-10-14 | fix newlines | Theo de Raadt |
2007-10-14 | wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadt | Constantine A. Murenin |
2007-10-14 | print the name of the chip on attach; ok deraadt | Constantine A. Murenin |
2007-10-14 | Fix a panic which happens with ACX100 chipsets in ieee80211_add_xrates() | Marcus Glocker |
2007-10-14 | attach Planex GWUS54GD, from freebsd | Felix Kronlage |
2007-10-14 | regen | Felix Kronlage |
2007-10-14 | add device id for Planex GWUS54GD, from freebsd | Felix Kronlage |
2007-10-13 | really correct : printing; ok deraadt@ | Constantine A. Murenin |
2007-10-13 | Add support for BCM5906. | Mark Kettenis |
2007-10-13 | remove unneeded declarations that shadows existing vars; ok by many. | Federico G. Schwindt |
2007-10-13 | Add Yukon-2 PHY powerdown bits. | Mark Kettenis |
2007-10-13 | sync. | Marc Balmer |
2007-10-13 | Add two Gude time signal station receivers. | Marc Balmer |
2007-10-13 | add the AR5416 and AR5418 device IDs (needs some more testing) | Reyk Floeter |
2007-10-12 | The newer single chip Atheros wireless chipsets like the AR5424, | Reyk Floeter |
2007-10-12 | regen | Brad Smith |
2007-10-12 | Add some more Intel em(4) PCI ids. | Brad Smith |
2007-10-11 | probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok d... | Constantine A. Murenin |
2007-10-11 | Make BGE_JUMBO_FRAMELEN big enough to include vlan tag. Fixes problems with | Mark Kettenis |
2007-10-11 | treat usb vendor/product names as a locator, and have usbd_print handle it, | Theo de Raadt |
2007-10-11 | serialize usbd_probe_and_attach(); only let one usb device be match'd and | Theo de Raadt |
2007-10-11 | sync | Theo de Raadt |
2007-10-11 | Add device ID used by Commell MP-954GPS | Stuart Henderson |
2007-10-11 | When walking the tree yo find _PRT methods, check whether the device is | Mark Kettenis |
2007-10-11 | hypenate memory type for readability. | Jonathan Gray |
2007-10-10 | correct : printing; ok jsg | Theo de Raadt |
2007-10-10 | Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582. | Mark Kettenis |
2007-10-10 | Add support for the RTL8211B PHY based on a patch by | Jonathan Gray |
2007-10-10 | Rework the debug dmesg to perform a more complete codec dump. | Deanna Phillips |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | shortening | Theo de Raadt |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | oops | Theo de Raadt |
2007-10-10 | sync | Theo de Raadt |
2007-10-10 | apple products; from dunceor | Theo de Raadt |
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+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of all | Kenneth R Westerback |
2007-10-09 | Ops, forgot debug printf. | Marcus Glocker |
2007-10-09 | Setup channels with OFDM flags. Permit user to set fix rates. | Marcus Glocker |