summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2008-01-26lockstat: no longer track lockmgr() events.ad
2008-01-26Add a wakeup instruction which is taken from Realtek driver.tsutsui
2008-01-26Wakeup some newer chips from powerdown mode. From FreeBSD/Linux drivertsutsui
2008-01-25Make it print the correct version for AHCI 1.2 controllers.xtraeme
2008-01-25lockmgr() not used here, remove ref to it.ad
2008-01-25Speed up uhub attachment considerably. Rather than powering up each portjmcneill
2008-01-24Destroy mutex when detaching. PR kern/37819.ad
2008-01-24specfs changes for PR kern/37717 (raidclose() is no longer called onad
2008-01-23Don't enter an infinite loop in audio_read() when the sc->sc_rustreamgson
2008-01-22Set the correct offset when using VLAN's.jdc
2008-01-22Also count excess or late collisions as output errors in gem_tint().jdc
2008-01-21make compileichiro
2008-01-21change umass quirks logic in USB_MATCH()ichiro
2008-01-21add full support device driver for Huawei E220 wireless modemichiro
2008-01-21Remove an unnecessary check that yields a spurious EINVAL duringdyoung
2008-01-20Now that __HAVE_TIMECOUNTER and __HAVE_GENERIC_TODR are invariants,joerg
2008-01-20Fix Apple gigabit gem interfaces by restoring some of the code from r1.67,jdc
2008-01-20Now that the driver goes through the mii_ifmedia_change indirectionjmmv
2008-01-20mii_physubr.c::mii_phy_reset() has gphyter and nsphyter specific delay(500).msaitoh
2008-01-19Let ether_ioctl() handle default SIOCSIFMEDIA/SIOCGIFMEDIA actions.dyoung
2008-01-19In wdcdetach(), if config_detach() fails, get out early.dyoung
2008-01-19Remove unused sc_media #define.dyoung
2008-01-19There is really no use for switch when there is no case labelsdyoung
2008-01-19Make many ethernet drivers share the common code for MII mediadyoung
2008-01-19Use the common code for ethernet media handling. Compiles on i386.dyoung
2008-01-19recognize (again) the Intrepid 2 gem adapter in the Powerbook5,8aymeric
2008-01-19Use M_80211_NODE as malloc type for a 80211 node as rest of net80211simonb
2008-01-18Noisy printfad
2008-01-18Add power management support. Untested due to lack of feedback.joerg
2008-01-18Don't be so aggressive in polling the EC when cold, port-i386/37790.jmcneill
2008-01-18If we are in polling mode, do not try to spin forever in the state machinejmcneill
2008-01-17More Chelsio 10 gigabit driver files to complete the ones checked injklos
2008-01-1710 gigabit Chelsio cards now compile and work, although not very well yet.jklos
2008-01-16Don't assume that sizeof(long) == sizeof(int); makes bktr work on amd64.jmcneill
2008-01-16Move from workqueue to an explicit kthread for setting the multicastis
2008-01-15Remove ricoh hack; FreeBSD does not seem to do it, and it was a remnant fromchristos
2008-01-15For WSDISPLAY_GINFO, depth should be sc->bits_per_pixel, notjmcneill
2008-01-15fix some PCI config space offsets to be 32-bit aligned, the codedrochner
2008-01-15fix some unaligned PCI config space accesses in suspend/resume functionsdrochner
2008-01-14On suspend/resume, just detach/attach the X server (or whatever mightdrochner
2008-01-14Make sure pci config space access only happens on 32bit aligned addresses.martin
2008-01-14restructure things a bit so that proclist_mutex is held between thedrochner
2008-01-14Fix the BARs on nForce 430, which failed to attach. Reported byxtraeme
2008-01-14Use htole32() to write parameters to DMA descriptors for big endian machines.tsutsui
2008-01-14Use device_t, device_private().dyoung
2008-01-14In pccbbdetach(), panic if interrupt handlers are still registereddyoung
2008-01-12workqueue(9) has the non-evident limitation that the caller cannot reusecube
2008-01-11regen (add ServeRAID 6/7)tnn
2008-01-11Add ServeRAID 6/7tnn
2008-01-11Add entry to match the "IntelĀ® PRO/1000 PT Quad Port Server Adapter".ragge