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