summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-10-14add device id for Planex GWUS54GD, from freebsdFelix Kronlage
2007-10-13really correct : printing; ok deraadt@Constantine A. Murenin
2007-10-13Add support for BCM5906.Mark Kettenis
2007-10-13remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-10-13Add Yukon-2 PHY powerdown bits.Mark Kettenis
2007-10-13sync.Marc Balmer
2007-10-13Add two Gude time signal station receivers.Marc Balmer
2007-10-13add the AR5416 and AR5418 device IDs (needs some more testing)Reyk Floeter
2007-10-12The newer single chip Atheros wireless chipsets like the AR5424,Reyk Floeter
2007-10-12regenBrad Smith
2007-10-12Add some more Intel em(4) PCI ids.Brad Smith
2007-10-11probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok d...Constantine A. Murenin
2007-10-11Make BGE_JUMBO_FRAMELEN big enough to include vlan tag. Fixes problems withMark Kettenis
2007-10-11treat usb vendor/product names as a locator, and have usbd_print handle it,Theo de Raadt
2007-10-11serialize usbd_probe_and_attach(); only let one usb device be match'd andTheo de Raadt
2007-10-11syncTheo de Raadt
2007-10-11Add device ID used by Commell MP-954GPSStuart Henderson
2007-10-11When walking the tree yo find _PRT methods, check whether the device isMark Kettenis
2007-10-11hypenate memory type for readability.Jonathan Gray
2007-10-10correct : printing; ok jsgTheo de Raadt
2007-10-10Fix some obviously bogus code in vge_newbuf(). Should fix PR 5582.Mark Kettenis
2007-10-10Add support for the RTL8211B PHY based on a patch byJonathan Gray
2007-10-10Rework the debug dmesg to perform a more complete codec dump.Deanna Phillips
2007-10-10syncTheo de Raadt
2007-10-10shorteningTheo de Raadt
2007-10-10syncTheo de Raadt
2007-10-10oopsTheo de Raadt
2007-10-10syncTheo de Raadt
2007-10-10apple products; from dunceorTheo de Raadt
2007-10-10regenDavid Gwynne
2007-10-10add the pci product id for the Mellanox ConnectX EN adapters.David Gwynne
2007-10-10regenDavid Gwynne
2007-10-10add the mellanox vendor idDavid Gwynne
2007-10-09malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom.Kenneth R Westerback
2007-10-09malloc+memset(,0,) -> malloc+M_ZERO. 'Fixes' not zeroing of allKenneth R Westerback
2007-10-09Ops, forgot debug printf.Marcus Glocker
2007-10-09Setup channels with OFDM flags. Permit user to set fix rates.Marcus Glocker
2007-10-09MALLOC -> mallocGilles Chehade
2007-10-09we have been knocking out i2c when ipmi exists on a machine (becauseTheo de Raadt
2007-10-09Load the firmware files just one time per device lifecycle (attach time)Marcus Glocker
2007-10-09Use %zu for printing size_t values.Ray Lai
2007-10-08Give the device a bit time to finish the reset when stopped. AvoidsMarcus Glocker
2007-10-08Make pcmcia malo(4) work with trunk(4) by:Marcus Glocker
2007-10-08GPS170 -> GPS170PCIMarc Balmer
2007-10-08regenMarc Balmer
2007-10-08GPS170 -> GPS170PCIMarc Balmer
2007-10-08Print registered/CAS latency information for SDRAM.Jonathan Gray
2007-10-08To identity PC133 we need to check cycle time as modulesJonathan Gray
2007-10-08Correct frequency for SDRAM.Jonathan Gray
2007-10-08More simple memset(,0,) -> M_ZERO changes. In this batch move toKenneth R Westerback