summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2013-10-23Enable TX checksum offload.Brad Smith
2013-10-23Enable TX checksum offload.Brad Smith
2013-10-23Add support for displaying the cache write policy of RAID volumes to bioctl(8)Mark Kettenis
2013-10-23Checkpoint of work-in-progress DMA support for oaic(4). Not working yet,Miod Vallat
2013-10-23define some bits relating to the msg ringDavid Gwynne
2013-10-22Add code for SMC_CAPS_SINGLE_ONLY capability.Sylvestre Gallon
2013-10-22regenDavid Gwynne
2013-10-22brocade devicesDavid Gwynne
2013-10-21Fix values of AR9003 Rx queue software indexes. Both indexes were zero,Stefan Sperling
2013-10-21Write AR9485 initvals in the same order as Linux ath9k does.Stefan Sperling
2013-10-21Add load_font and list_font accessops to all rasops-based wsdisplay drivers.Miod Vallat
2013-10-21- trivial and/or obvious bug fixYojiro Uo
2013-10-20No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into theMiod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-20Add a load_font accessop to rasops, to allow for fonts to be loaded andMiod Vallat
2013-10-20Use rdev->audio_task for hdmi audio related hotplug events. Matches theMark Kettenis
2013-10-20Allow WSDISPLAYIO_GTYPE ioctl on the tty*cfg device (passing it back to tty*0).Miod Vallat
2013-10-20WSDISPLAYIO_GTYPE ioctl support for KMS drivers. ok jsg@Miod Vallat
2013-10-20(daddr_t) -> (u_int64_t) when multiplying ncylinders * secpercyl toKenneth R Westerback
2013-10-20Replace manual list handling with a TAILQ.Miod Vallat
2013-10-20tedu noct(4). dmesglog shows no users of this device and the driver hasMike Larkin
2013-10-19Support the hibernate key (Fn-F12)Theo de Raadt
2013-10-19Enable TX checksum offload; from brad@ with input from mikeb@.Christian Weisgerber
2013-10-19Remove Unicode to ISO-8859-7 translation tables, they would only be used ifMiod Vallat
2013-10-19Remove never enabled WSCONS_SUPPORT_PCVTFONTS code.Miod Vallat
2013-10-19we dont fake VPD INQUIRY pages, so fail on requests for them.David Gwynne
2013-10-19Make uhub_explore() return an int rather than a usbd_satus. This hasMartin Pieuchot
2013-10-18UTF-8 support for wsdisplay emulation modes. Both vt100 and sun emulationMiod Vallat
2013-10-18Make sure that, when a particular mapchar() can't find a proper glyph for theMiod Vallat
2013-10-18the radeon suspend routine looks hairy, and feels like it should runTheo de Raadt
2013-10-18Add a conditional to disable most of the `abort state' code in the emulationMiod Vallat
2013-10-18Introduce a dedicated private header file to control the optional featuresMiod Vallat
2013-10-18At device attach, mark the device "shutdown", until the mountroot hookTheo de Raadt
2013-10-17Remove support for a.out and ecoff. We only do elf now.Theo de Raadt
2013-10-15Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,Miod Vallat
2013-10-14Use DL_SECTOBLK() instead of handrolling same calculation to getKenneth R Westerback
2013-10-14XXsize() returns daddr_t, so calculate the return value in a daddr_tKenneth R Westerback
2013-10-14If a transfer terminates with an I/O error status, do not modify theMartin Pieuchot
2013-10-14set openings to 64 like the linux driver sort of does. if a vendor saysDavid Gwynne
2013-10-14defer the first update of the sensor as late in the boot process we canDavid Gwynne
2013-10-11Add initial RTL8106E and RTL8168G/8111G support.Jonathan Gray
2013-10-11match Intel 8 Series SMBus (Lynx Point and Lynx Point-LP)Jonathan Gray
2013-10-09Enable synch negotiation; code was there but not enabled since this driver wasMiod Vallat
2013-10-09Include the 'state of health' field in the bbu ok sensor value.Jonathan Matthew
2013-10-08all the chips rings are protected by a single mutex, which is used in bothDavid Gwynne
2013-10-08set xs->resid to 0 on successful command completion. makes things work.David Gwynne
2013-10-08ring producers and consumers are 32bit counters, while the ringDavid Gwynne
2013-10-08vmwpvs(4), a driver for VMware Paravirtual SCSI things in vmware guests.David Gwynne
2013-10-07Do not invoke ttymodem() directly, but l_modem from the current linedisc.Miod Vallat
2013-10-07remove some debug printf.Yojiro Uo