Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-03 | enable oce(4) | Mike Belopuhov | |
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@ | |||
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 | deraadt says disable bluetooth everywhere else too | 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-20 | enable myx(4). | David Gwynne | |
requested by deraadt@ | |||
2011-06-16 | Enable acpitoshiba by default in GENERIC. | Paul Irofti | |
Prodded by deraadt@ and the lack of testers on tech@. | |||
2011-05-30 | Add mmuagp. a driver for the agp chipsets on early amd64 machines. | Owain Ainsworth | |
This agp hardware uses the on-chip GART built into amd cpus and a southbridge bit of hardware to handle the rest (hence mmu) most osen call this agp_amd64 or similar, but openbsd has no numbers in device names. Ported this from free/netbsd and adapted to our agp subsystem years ago but never was commited due to conflicting with the now dead iommu code. Tested by at least Tom Murphy, matthieu@ (who has been using it for literally years) and kettenis@. ``just commit it'' deraadt@ | |||
2011-05-24 | On OpenBSD, we've always attached scsibus(4) to umass(4), even for | Matthew Dempsky | |
ATAPI devices. atapiscsi(4) is only for handling ATAPI devices on an ATA bus, so umass(4) shouldn't care about it. ok krw@, dlg@; no objections from deraadt@ | |||
2011-05-18 | Mention new alc(4) devices in commments. No active changes. | Stuart Henderson | |
2011-04-10 | Merge viapm and viaenv | Alexandr Shadchin | |
Pluses: - Add support SMBus for VT82C596, VT82C596B, VT82C686A, VT8231 - Add support ACPI timer for all VIA South Bridges ok deraadt@, tested sthen@ | |||
2011-04-03 | Re-enable bce(4) now that it is fixed. | Claudio Jeker | |
2011-03-24 | remove whitespace | Robert Nagy | |
2011-02-17 | Disable sbt and ubt devices. The bluetooth code will sometimes sleep while | Miod Vallat | |
holding locks, this is not allowed, and nobody has stepped up to fix this, so better not lure people into using bluetooth devices. | |||
2011-01-08 | The Ubiquiti WiFiStation EXT works on the Sun Blade 1500. | Damien Bergamini | |
Enable athn at uhub on all USB 2.0 capable arches. | |||
2011-01-04 | Add support for Memory Mapped Configuration space access. This gives us | Mark Kettenis | |
access to PCIe extended configuration space access on modern i386 and amd64 machines. | |||
2010-12-15 | enable uticom(4) now it is known to work | Jonathan Gray | |
2010-12-11 | rsu(4), a driver for Realtek RTL8188SU, RTL8191SU and RTL8192SU | Damien Bergamini | |
802.11n USB devices. These are FullMAC devices that require a firmware to operate; see man page for details. Great thanks to Brad for donating hardware. Committed over the TRENDnet TEW-649UB. ok deraadt@ | |||
2010-11-26 | Disable uscanner(4) by default on all kernels which configure it. First step | Miod Vallat | |
until possible removal, if indeed this causes no regression for scanner users. | |||
2010-11-05 | urtwn(4), a driver for Realtek RTL8188CU/RTL8192CU 802.11n USB devices. | Damien Bergamini | |
these devices are different from the RTL8191SU/RTL8192SU ones that are not supported by this driver. requires a firmware (urtwn-firmware-1.0) committed over a Hercules HWNUp-150 (RTL8188CU). ok deraadt@ | |||
2010-10-26 | enable vmt(4). hopefully it will get some use soon. | David Gwynne | |
"sure." deraadt@ | |||
2010-10-04 | add support for midi(4) ports to envy(4) | Alexandre Ratchov | |
2010-09-26 | Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@. | Miod Vallat | |
2010-09-23 | enable utwitch(4) (formely uyurex(4)) by default | Yojiro Uo | |
ok deraadt@ | |||
2010-09-08 | activate NTFS, let's hope it gets less experimental soon (as beck@ said) | Marc Espie | |
okay'd by thib@, who now owns a spanking new ntfs image... deraadt@ 'okay if thib@ lets you' | |||
2010-08-30 | delete PROCFS we will never support | Theo de Raadt | |
2010-08-08 | Reenable acpiasus(4). The bogus code is actually dead code, and jsing@'s | Mark Kettenis | |
eeepc panics without this driver (which must be a bug in the acpi code that this driver just hides). | |||
2010-08-08 | Disable acpiasus(4); it violates the rule that only the acpi thread is allowed | Mark Kettenis | |
to run AML in several ways. | |||
2010-08-04 | Disable bce(4) because it can only access 1GB of memory and developers | Theo de Raadt | |
who have the device (only found in laptops) refuse to realize it is their own problem and should dig into the code and fix it. | |||
2010-08-02 | enable owctr | Theo de Raadt | |
2010-07-31 | remove the ``midisyn'' framework and anything using it, i.e., the opl | Alexandre Ratchov | |
device and the midi interface to pcppi. | |||
2010-07-27 | acpiasus for amd64 too, Henri Kemppainen | Theo de Raadt | |
2010-07-26 | Add support for Sony ACPI hotkeys via a new driver: acpisony(4). | Paul Irofti | |
Currently it only works for the suspend button and tries to do right for the brightness events, but I haven't found a Sony laptop that like to do right so far. In the future I want to make the brightness keys work on all Sony's and also add support for the zoom hotkeys and whatever other funky keys I can find on those things. Okay deraadt@. | |||
2010-07-21 | Disable the heuristics for legacy free systems if pckbc flags are set to 1 | Miod Vallat | |
in UKC; found the hard way by jakemsr@ on an old Tecra laptop. | |||
2010-07-03 | No more ss(4) or usscanner(4). Unused, unloved and unmaintained. | Kenneth R Westerback | |
General huzzahs. "go for it" deraadt@ | |||
2010-07-03 | Intel 3400 Thermal Sensor driver, found on some new Intel machines. | Mike Larkin | |
This is also the same as the Intel Series 5 Thermal Sensor. ok deraadt@, kettenis@ | |||
2010-06-27 | Disable uguru(4). Its probe touches an address used by something else on the | Mark Kettenis | |
Dell r815, which causes all sorts of nasty effects like instant reboots, NMIs and PCI BARs being set to zero. ok dlg@ | |||
2010-04-02 | SiS 190 ethernet driver ported from FreeBSD by Christopher Zimmermann | Theo de Raadt | |
<madroach@zakweb.de>. SiS 191 is not verified to work yet because he does not have the hardware; if anyone has it, please contact him. | |||
2010-03-28 | Driver for microguru sensor microcontroller found on ABIT motherboards. | Theo de Raadt | |
Driver written by Mikko Tolmunen <oskari@sefirosu.org> | |||
2010-03-03 | Enable urndis(4) everywhere that has USB enabled to get it tested. | Michael Knudsen | |
Much prodding from deraadt. | |||
2010-02-28 | enable mpii | Jonathan Gray | |
ok marco deraadt | |||
2010-01-03 | enable aibs | Theo de Raadt | |
2009-12-28 | oops, comment vmt out, it isnt good enough yet. | David Gwynne | |
2009-12-28 | tweak vmt to work on amd64 as well as i386. like i386, it is still | David Gwynne | |
commented out in GENERIC. it needs more love. diff by david cranshaw a long time ago. sorry it has taken so long for me to look at it. | |||
2009-12-20 | compile in utrh | Theo de Raadt | |
2009-12-09 | add uhts(4). | Matthieu Herrb | |