summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-06-12Add suspend/resume support to lpt. Basically, ensure that DACT_SUSPENDTheo de Raadt
2013-06-12Oops. I looked at slightly newer Linux code when doing the previous change.Mark Kettenis
2013-06-12Rework of the suspend/resume logic.Martin Pieuchot
2013-06-12Don't rely on __attribute__((__aligned__(x))) GCC extension. Explicitly pad ...Masao Uebayashi
2013-06-12Consistenly use bpf_mtap_ether(). From tsubai@.Masao Uebayashi
2013-06-12Almost identical diffs from brad@ and dlg@:Masao Uebayashi
2013-06-11Overhaul the {aviion,mvme68k,mvme88k} dart(4) driver and move the trulyMiod Vallat
2013-06-11Turn the allocation of GEM objects upside down and make the driverMark Kettenis
2013-06-11Replace more ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-10A couple of changes from Masanobu SAITOH <msaitoh@netbsd.org>:Mike Belopuhov
2013-06-10Make use of pci_matchbyid().Brad Smith
2013-06-09adapt to a pcidevs name changeTheo de Raadt
2013-06-09syncTheo de Raadt
2013-06-09shorten many names to cope with uvm code growthTheo de Raadt
2013-06-08Remove redundant code setting PCI_COMMAND_MASTER_ENABLE as this is alreadyBrad Smith
2013-06-07Add proper mmap(2) support for drm(4)/inteldrm(4). This changes theMark Kettenis
2013-06-06Add the remaining support code for 4th gen Intel Core/Haswell graphicsJonathan Gray
2013-06-06regenJonathan Gray
2013-06-06add 4th gen Intel Core/Haswell graphics devicesJonathan Gray
2013-06-06dont count rx ring overruns as input errors. with MCLGETI controlling theDavid Gwynne
2013-06-05tweak vmxnet3_load_mbuf to use m_pulldown to safely reach into the mbuf forDavid Gwynne
2013-06-04Prevent panic'ing on alpha after ifconfig'ing up an unplugged de interface,Miod Vallat
2013-06-04remove orphaned macrosMiod Vallat
2013-06-04A couple of style/comment fixes from FreeBSD, with input fromMike Belopuhov
2013-06-04Substitute a couple of magic numbers with newly added PCIEMike Belopuhov
2013-06-04Substitute a couple of magic numbers with newly added PCIEMike Belopuhov
2013-06-03remove unless linesYojiro Uo
2013-06-03Define some more DCSR/DCTL bits; ok kettenisMike Belopuhov
2013-06-03vmxnet3_load_mbuf() could replace the mbuf but did not return the newReyk Floeter
2013-06-03Correctly increment the refcounter when trying to open a non connectedMartin Pieuchot
2013-06-03Use IF_POLL to check for available transmit descriptors before IF_DEQUEUE.Reyk Floeter
2013-06-02support aml_store to a method object to override itjoshua stein
2013-06-02The AML on the Lanner FW-8758 does a Store() to a named object that's neverMark Kettenis
2013-06-01Stop printing ACPI wakeup devices in dmesg after the 16th wakeup device.Mike Larkin
2013-06-01Add defines for DRM_CAP_PRIME capability. Not implemented, but allowsMatthieu Herrb
2013-06-01Make mutexes that get used in interrupts IPL_TTY instead of IPL_NONE.Mark Kettenis
2013-06-01Add vmx(4) to the kernel config, but comment it out for now.Reyk Floeter
2013-05-31Fix the build for a kernel without wd and pciide in its config.Alexander Bluhm
2013-05-31Replace shutdownhooks with activate functions, properly doing thoseTheo de Raadt
2013-05-31Correct sequencing in ca_activate function. Some operations were in theTheo de Raadt
2013-05-31Add vmx(4), driver for VMware's VMXNET3 ethernet controller, written for IIJ.uebayasi
2013-05-31Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and moveMartin Pieuchot
2013-05-31add elantech v4 (clickpad) supportjoshua stein
2013-05-31Add switch screen and scrollback commands to be used with upcomingMartin Pieuchot
2013-05-31enable REALTEK 8211C(L) GbE phy with axe(4).Yojiro Uo
2013-05-31New logic to accommodate the E5/C600 and 5719/5720 changes in PCI-EMike Belopuhov
2013-05-30Enforce ca_activate tree-walks over the entire heirarchy for all events,Theo de Raadt
2013-05-30tedu unused header. okay krw@Kurt Miller