Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis | |
2014-02-23 | Give drm(4) a console locator just like wsdisplay(4) such that we can make | Mark Kettenis | |
sure /dev/drm0 always matches the primary display. ok mpi@ | |||
2014-02-19 | add qla and qle everywhere we currently have isp, commented out except for | Jonathan Matthew | |
qle in GENERIC on i386, amd64 and sparc64, where it's reasonably well tested and likely to be useful. requested by deraadt@ and kettenis@, ok dlg@ | |||
2014-01-22 | tweak ubcmtp comment | joshua stein | |
2014-01-21 | Add virtio random driver | Stefan Fritsch | |
OK mikeb@ "seems fine" matthew@ | |||
2014-01-20 | add ubcmtp, a USB driver for Broadcom multitouch trackpads found on | joshua stein | |
newer Apple MacBook laptops enabling two-finger scrolling and other multi-finger gestures with the synaptics(4) driver mostly done at the t2k13 hackathon input from and ok mpi@ | |||
2013-12-20 | Add vioscsi(4) driver. | Matthew Dempsky | |
Still a work-in-progress, but functional enough to work with both Google Compute Engine and RHEVM. Committing so additional testing and cleanup can be handled in tree. thx Jiri B for RHEVM testing ok dlg, deraadt | |||
2013-12-19 | Mtrr stops being a pseudo-device. We need to probe the cpu type and | Theo de Raadt | |
initialize the structures when we see the first cpu. We also need to initialize each cpu's properly (for PAT) before we setup mtrr on that cpu. On i386 (late hatch) we were getting this desperately wrong on the primary cpu. After suspend/resume, we also need to do the same work. re-initialize PAT before mtrr. On some laptops apparently PAT was not turned on by the BIOS, so we ended up with incorrect setup for the primary cpu. Oops. This makes mplayer on the x201 (and similar) machines work without weird pauses after a suspend/resume. Many other things are likely fixed. ok kettenis | |||
2013-11-15 | Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-A | sasano | |
USB host-to-host link cable. This driver is derived from upl(4). | |||
2013-11-04 | remove iop(4) driver. it is entirely unmaintained and supports something | Theo de Raadt | |
which basically doesn't exist at all. reminded about it by brad | |||
2013-10-31 | Reenable compat_linux. | Paul Irofti | |
Works just fine now with the post-T32 fixes that went in. | |||
2013-10-28 | tedu FDDI support and the 3 flavors the driver for DEC devices, even | Martin Pieuchot | |
miod@ cannot find two boards using the same media. With precious punctuation review from guenther@, thanks! ok deraadt@, henning@ | |||
2013-10-21 | enable support for VMware ParaVirtual SCSI via vmwpvs(4). | David Gwynne | |
ok deraadt@ | |||
2013-09-14 | Disable COMPAT_LINUX until it can be fixed post-time_t change | Philip Guenther | |
ok pirofti@ | |||
2013-09-08 | Enable vmx(4) on i386 and amd64. | Reyk Floeter | |
It will be enabled by default in the GENERIC and RAMDISK_CD kernels, but you have to set vmxnet3 in the VMware configuration on the host; see vmx(4). ok deraadt@ | |||
2013-09-05 | ugold(4) is a driver for PCsensor's USB gold TEMPer temperature | sasano | |
measurement device (idVendor:idProduct=0x0c45:0x7401). newly added. ok by mpi@ and sthen@ | |||
2013-08-21 | Use the console locator to make sure wsdisplay0 always is the glass console. | Mark Kettenis | |
ok miod@ | |||
2013-08-20 | Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago. | Antoine Jacoutot | |
No regression has been reported since libusb became the prefered solution to work with USB scanners. req. by mpi@ ok ian@ mpi@ miod@ | |||
2013-08-20 | tedu netnatm and ueagle(4). | Martin Pieuchot | |
ok mikeb@, sthen@, tedu@ (implied), doc bits ok jmc@ | |||
2013-08-15 | Blast uhts(4). This code was merged into ums(4) last week. | Edd Barrett | |
OK mpi@ | |||
2013-08-13 | Let ray(4) rot in the attic. OK mpi, jsg, kettenis, henning, millert. | Mike Belopuhov | |
Mickey approves these changes. | |||
2013-08-12 | Add a port of the TTM and Radeon DRM code from Linux 3.8.13. | Jonathan Gray | |
Includes kernel modesetting, framebuffer console and support for newer hardware. Firmware needs to be present for acceleration and in some cases modesetting to work. It can be installed via fw_update or manually via pkg_add. With lots of help from kettenis@ some macppc bits from mpi@ and some ttm refcount/queue bits from FreeBSD. Thanks to M:Tier and the OpenBSD Foundation for sponsoring this work. | |||
2013-06-01 | Add vmx(4) to the kernel config, but comment it out for now. | Reyk Floeter | |
ok deraadt@ | |||
2013-04-05 | enable com3 on both i386 and amd64 (com4 config is added, but disabled) | Theo de Raadt | |
ok miod kettenis tedu | |||
2013-03-27 | Remove commented out tr(4) stanzas, since support for them has been removed | Miod Vallat | |
almost 6 years ago; Alexey Suslikov | |||
2013-03-15 | Delete the sequencer(4) driver, since its not used any longer. Diff | Alexandre Ratchov | |
mostly from armani. ok miod, mpi, jsg and help from sthen | |||
2013-01-12 | add viomb driver for virtio balloon device | Stefan Fritsch | |
This allows the host to request some memory back from the openbsd guest in case of a shortage. Patch by Dinar Talypov OK jasper@ OK jmc@ (man page) | |||
2012-11-29 | Enable rtsx(4) in GENERIC on i386 and amd64. | Stefan Sperling | |
2012-10-08 | enable 3 new OAK usb sensors on at least two architectures | Theo de Raadt | |
2012-09-27 | enable smsc | Jonathan Gray | |
2012-09-19 | Add new drivers for virtio network (vio) and block devices (vioblk, the disks | Stefan Fritsch | |
attach as scsi disks). These are paravirtualized devices offered by some hypervisors like kvm and virtualbox. The virtio transport driver has the pci specific parts separated out. This will make it easier to add support for mmio (e.g. for ARM) later. OK mikeb OK jasper "commit what you have" deraadt | |||
2012-08-14 | enable mfii(4). | David Gwynne | |
ok deraadt@ | |||
2012-08-03 | enable oce(4) | Mike Belopuhov | |
2012-07-12 | Enable hibernate (suspend-to-disk) support for i386. | Mike Larkin | |
Presently only working on pciide/wd disks. ok deraadt@ | |||
2012-07-09 | unify com at cardbus attachments | Theo de Raadt | |
2012-05-27 | enable tcpcib(4) | Jonathan Gray | |
2012-04-06 | tedu the raidframe. | Joel Sing | |
ok deraadt@ | |||
2012-03-06 | Add support for an SMB controller found on AMD CS5536 companion device. | Mike Belopuhov | |
Tested on alix and soekris by benno, mpf, shadchin and myself. Loongson tests by miod. OK mpf, shadchin, kettenis | |||
2012-02-25 | Add gus* at isapnp?. Last tested nine years ago but ought to still work. | Miod Vallat | |
2012-01-28 | do not show direct configuration example | Theo de Raadt | |
2011-10-10 | add tlphy everywhere tl is enabled | Jonathan Gray | |
pointed out by Loganaden Velvindron/brad | |||
2011-09-20 | Remove commented-out leftovers from old drm drivers that have been removed | Matthieu Herrb | |
from tree. ok oga@ | |||
2011-08-02 | disable mmuagp due to reports it breaks some machines. | Theo de Raadt | |
oga has disappeared | |||
2011-07-07 | We cannot allow the past to impede future progress. So disable bluetooth | Ted Unangst | |
to free up some more room for isadma. ok deraadt | |||
2011-07-07 | shrink the kernel by zapping old mms and lms driver. i'll come back for the | Ted Unangst | |
files in a bit. ok deraadt | |||
2011-07-05 | disable COMPAT_AOUT, it's useless now, but leave the code in the tree | Ted Unangst | |
to encourage someone to convert remaining a.out archs to elf. :) ok deraadt | |||
2011-07-04 | remove compat_svr4 support. ok deraadt | Ted Unangst | |
2011-07-03 | Enable nvt(4). | Mark Kettenis | |
2011-06-29 | Replace all instances of "scsibus* at hba?" with a single "scsibus* at | Matthew Dempsky | |
scsi?" rule, similar to how ethernet PHY drivers attach at mii. Discussed on icb. | |||
2011-06-29 | dmesg@ says pss has never been seen in the wild and the manpage says it | Ted Unangst | |
doesn't work. goodbye. ok miod |