summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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-11enable puc(4) for GENERIC on armishStuart Henderson
2007-10-11When walking the tree yo find _PRT methods, check whether the device isMark Kettenis
2007-10-11sched_lock_idle and sched_unlock_idle are obsolete now.Artur Grabowski
2007-10-11hypenate memory type for readability.Jonathan Gray
2007-10-10prepare for the futureTheo de Raadt
2007-10-10correct : printing; ok jsgTheo de Raadt
2007-10-10GENERIC.MP dirs will show up here some timeTheo de Raadt
2007-10-10Disable PSL_POW code for now in cpu_idle_cycle, because it does not yetTheo de Raadt
2007-10-10Make context switching much more MI:Artur Grabowski
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-10malloc+bzero -> malloc+M_ZERO. Use 'malloc(sizeof(*p) ...' idiom.Kenneth R Westerback
2007-10-10Change argsize from size_t to short, since it only stores a shortRay Lai
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-09MALLOC+bzero -> malloc+M_ZERO. Don't forget FREE->free this time.Kenneth R Westerback
2007-10-09MALLOC+bzero -> malloc+M_ZERO. Don't forget FREE->free this time.Kenneth R Westerback
2007-10-09MALLOC+memset(,0,) -> malloc+M_ZERO. Don't forget FREE->free this time.Kenneth R Westerback
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-08Align the suspend saved data to a cache line boundary, apparently preventsMiod Vallat
2007-10-08Initialize dh_blkfree with zero's.Kenneth R Westerback
2007-10-08A few trailing bzero/memset -> M_ZERO occurrences, cast removal andKenneth R Westerback
2007-10-08A few trailing bzero/memset -> M_ZERO occurrences, cast removal andKenneth R Westerback
2007-10-08shrink nfsrv_v2errmap[] and check table size more carefully to avoidTheo de Raadt
2007-10-08Get trunk(4) working again with 802.11 devices. Spotted by ajacoutot@.Marcus Glocker
2007-10-08A memset(,0,) -> M_ZERO change which also fixes a possible bug withKenneth R Westerback