summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-11-28Don't select an endpoint with a larger packet size than the maximum forjmcneill
2008-11-28Modified uvideo_stream_init_desc to correctly calculate max packet size for h...jmorse
2008-11-28Fixed high-speed isoc USB transfers, 64 bit capable host controllers have a d...jmorse
2008-11-28Add wscons/vcons support for cg3.jdc
2008-11-26- ifconfig down supportjoerg
2008-11-25u_int32_t -> uint32_tmatt
2008-11-22Ouch - too many bits to fit in a byte.pgoyette
2008-11-22JEDEC has published the DDR3 SPD standard; update driver to match.pgoyette
2008-11-21PR/38735: Jonathan A. Kollasch: add the ability for cgd to be used on top of ...christos
2008-11-20Read the chip revision from the Sbus register.jdc
2008-11-20regen for Corega CG-USBRS232Rjnemeth
2008-11-20PR/39971 - SHIMAOKA Shunsuke -- Recognize Corega CG-USBRS232R as ajnemeth
2008-11-19Check that vnd is not NULL before using it, return ENXIO if it is.bouyer
2008-11-18Regen.matt
2008-11-18Make more consistent (change capitalization) etc. Shrinks by 33 tokensmatt
2008-11-18_KERNEL_OPTad
2008-11-18PR/39947 - Juan RP -- dbcool_detach implicitly calledjnemeth
2008-11-18SATA GEN3 speed is 6.0Gb/scegger
2008-11-18Fix Yukon EC Ultra cold power up issue.chris
2008-11-17Regen.matt
2008-11-17Store pcidevs in a more compact manner. Instead of many string with duplicatematt
2008-11-17On resum-from-RAM explicitly restore PCI link device state beforejoerg
2008-11-17If we return an error make sure we don't return a b_resid of 0; or thisbouyer
2008-11-17Reduce code duplication: most PHY drivers call mii_phy_add_media()dyoung
2008-11-16cpu_intr_p() doesn't account for software interrupts (e.g. callouts) sobouyer
2008-11-16Do not depend on physmem for pci_dma64_available(). On some systems (e.g. Xen,bouyer
2008-11-16For DDR3, the number of physical banks stored in the EEPROM needs to bepgoyette
2008-11-16Fix tyop in #ifdef TLDEBUG part.tsutsui
2008-11-13Actually declare the structures used in iwn_scan_hdr instead of usingblymn
2008-11-12Added missing #include <net/if_ether.h> for ether_ioctl().phx
2008-11-12Cache wpi firmware in memory, free it only on invalid content or whenjoerg
2008-11-12Add support for Realtek ALC269 as found in Eee PC 1000HA.jmcneill
2008-11-12Remove LKMs and switch to the module framework, pass 1.ad
2008-11-11Fix typo in previous, and wrap a panic with #ifdef DIAGNOSTICpgoyette
2008-11-11Initialize event's "previous sent state" based on the event monitor type,pgoyette
2008-11-10PR kern/39608: bge(4) constant freeze on BCM5906M:cegger
2008-11-10Fix typo in fw name.joerg
2008-11-09Use agp_flush_cache() instead of wbinvd().bjs
2008-11-09Leave the task of displaying sensor states to envsys_sysmon() unless wepgoyette
2008-11-09Temp sensor should report a critical-overtemp condition (ENVSYS_SCRITOVER)pgoyette
2008-11-09PR/39885: Sébastien Bocahu: add R500 chips supportchristos
2008-11-08regen.christos
2008-11-08Support for Intel G35 as found on Asus P5E-VM HDMI motherboard fromchristos
2008-11-08To finish the device_t/softc split, convert some casts to structdyoung
2008-11-07In wsdisplay_kbdholdscreen(), just return if sc->sc_focus is NULL.he
2008-11-07Match image name with upstream distfiles.joerg
2008-11-07*** Summary ***dyoung
2008-11-06wrap lines. no functional change.cegger
2008-11-06Move init of essid to the attach code.blymn
2008-11-05fss_bs_thread: initialize b_error and b_resid.hannken