summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2009-08-06add rasops15 too for completenessmacallan
2009-08-06pull in rasops16 - needed for gdium supportmacallan
2009-08-06Add support for DIOCGDISKINFO for wedges. This fixes regression after myhaad
2009-08-06For the sake of correctness, call pmf_device_deregister() in the detachmbalmer
2009-08-06Make ucycomstart use usbd_setup_xfer and a callback so that it doesn'tskrll
2009-08-06Later generation 82566 IGP PHYs have problems with media changes to 100Mb andkml
2009-08-06 If the difference bettween last flag and new flag is only IFF_PROMISC ormsaitoh
2009-08-05make RX hw checksum available by default.cegger
2009-08-05fix typocegger
2009-08-05fix pcic kthread creation timing.jun
2009-08-05- Don't access VPD even if hardware advertised the capability.cegger
2009-08-05support flow control. from OpenBSD.cegger
2009-08-04Reading the fan speed is expensive, so set the undocumented SME_POLL_ONLYjmcneill
2009-08-04remove extra semicolon, spotted by snjjmcneill
2009-08-04add hw.wake.* sysctl subtree for toggling which devices are allowed tojmcneill
2009-08-04support flow control. from OpenBSD.cegger
2009-08-04Fix small oversight in device_t/softc split. Pointed out by <jdc>.martin
2009-08-04Fix a bug of BGE_RDMA_MODE_FIFO_LONG_BURST definition.taca
2009-08-03Fix a typo inside a comment.snj
2009-08-03unfold short line; debracketmbalmer
2009-08-03don't call asus_sysctl_setup from asus_init because that is called fromjmcneill
2009-08-03Be more careful when attaching drivers at runtime, call the drivers matchmbalmer
2009-08-03add missing return, silences 'failed to add sysctl nodes. (0)' message whenjmcneill
2009-08-03A better match routine that checks also the number of pins insteadmbalmer
2009-08-03- add experimental cpu fan/voltage switching support (sysctl hw.asus0.*)jmcneill
2009-08-03Fix previous where the call of sd_set_properties was moved fromjnemeth
2009-08-02add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573).tshiozak
2009-08-02regen.tshiozak
2009-08-02add Melco(Buffalo) WLI-UC-G 11b/11g wifi adaptor (rt2573)tshiozak
2009-08-02Patch from PR/39034 - should make this compile!dsl
2009-08-02- fix TKIP, changes adapted from FreeBSDjmcneill
2009-08-02If we're going to complain about exceeding the PCI bandwidth, we may asgavan
2009-08-01Regen.matt
2009-08-01Add Silicon Motion SM502matt
2009-07-31Disable completely bogus DIAGNOSTIC check.bouyer
2009-07-30typo in comment.skrll
2009-07-30do as elad suggested and call kauth instead of using INSECURE in pcimmap()macallan
2009-07-30Fix the bug that another lock mechanism is used to access Kumeran registersmsaitoh
2009-07-29Without UQ_ASSUME_CM_OVER_DATA, the PANTECH UM175 has ajakllsch
2009-07-29Regenerate.jakllsch
2009-07-29Add entries for some Hyundai CuriTel (Audiovox, Pantech) products, from OpenBSD.jakllsch
2009-07-28add TWSI registers. from OpenBSD.cegger
2009-07-28Add hungarian qwertz keyboard layout.ahoka
2009-07-28Make mdopen() and mdclose() maintain the openmask. md_detach()dyoung
2009-07-28add dummy pmf registration to allow suspenddrochner
2009-07-28print chipset name. From OpenBSD.cegger
2009-07-28forgot to commit that along with radeonfb.cmacallan
2009-07-27Do a complete device_t/softc split for the PCI attachment. I havedyoung
2009-07-27Do not attach gpiosim(4) at root, but make it a pseudo device.mbalmer
2009-07-27Support Marvell Hercules-I/II SATA Controllers.kiyohara