Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-08 | Enable uonerng(4) where ualea(4) is already present. | Martin Pieuchot | |
2015-12-19 | Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4). | Martin Pieuchot | |
ok kettenis@ | |||
2015-11-23 | Attaches zs(4) as "zs" not "zsc". | Martin Pieuchot | |
Incoherency brought by jmc@ and schwarze@ because the SYNOPSIS of the corresponding manual do not match its NAME. This is one step further in the zs(4) unification... Go dokey go! Tested by jmatthew@, ok sebastia@, deraadt@ | |||
2015-08-30 | Enable xhci(4) now that it attaches correctly on my G5. | Martin Pieuchot | |
2015-06-02 | Add a new HT-PCI bridge driver and the necessary glue to openpic(4) | Martin Pieuchot | |
to get interrupts working on U4 machines. With this OpenBSD can run on PowerMac11,2 (Quad G5). With inputs from and ok kettenis@, miod@, dlg@ | |||
2015-05-30 | Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't have | Jonathan Gray | |
similiar lines so drm shouldn't either. | |||
2015-04-16 | Enable ualea(4) where we have uhub(4), these USB device lists cry for | Martin Pieuchot | |
unification... | |||
2015-04-02 | use correct capitalization of 'BlackBerry' | Jasper Lievisse Adriaanse | |
"sure" deraadt@ | |||
2015-03-24 | unwire lmc(4) and san(4). | David Gwynne | |
they do "interesting" things with APIs i want to change, and i can't find any evidence anyone uses them anymore. instead of burning time on changes i cant test, ill take a chance that noone will miss them. no objections from anyone ok mpi@ deraadt@ henning@ sthen@ | |||
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa | |
2014-12-11 | dragonflybsd has added a urio driver. conservation of urios requires | Ted Unangst | |
that we delete ours, which isn't actually useful. ok mpi sthen | |||
2014-12-04 | Enable umcs(4) where moscom(4) is present. | Martin Pieuchot | |
2014-11-25 | disable qla. there is a boot-time race | Theo de Raadt | |
2014-11-24 | use the correct capitalization for Realtek. | Brad Smith | |
2014-09-27 | retire Accoom Networks Artery T1/E1 drive; ok claudio | Theo de Raadt | |
2014-09-14 | Clean up isp(4) from kernel configs with the new drivers already | Brad Smith | |
added. The new drivers match at a higher priority. | |||
2014-08-15 | lofn(4) and nofn(4) are going away | Mike Belopuhov | |
2014-08-03 | Add ral(4) at cardbus to GENERIC on macppc; ok deraadt | Stefan Sperling | |
2014-07-12 | "Dr. Jones. Again we see there is nothing you can possess which I cannot | Ted Unangst | |
take away." remove uyap. no effect except on hppa where it was strangely enabled. | |||
2014-07-11 | remove bthub remnants | Ted Unangst | |
2014-04-20 | emc on my cx500 works as well as rdac on all my rebadged engenio kit. | David Gwynne | |
2014-04-07 | Add axen(4) wherever axe(4) is. | Brad Smith | |
ok mpi@ yuo@ | |||
2014-04-02 | enable mpath | Theo de Raadt | |
2014-03-19 | Enable upd(4) on three archs to get it tested, requested by deraadt@. | Martin Pieuchot | |
2014-03-12 | enable qla(4) and qle(4) in GENERIC configs where isp(4) is already | Jonathan Matthew | |
2014-03-08 | Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test. | Mark Kettenis | |
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@ | |||
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-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-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-18 | Disable appleagp(4). It doesn't really work yet, and hurts certain iBook G3 | Mark Kettenis | |
models (PowerMac4,3). ok matthieu@, mpi@ | |||
2013-08-17 | Remove a bunch of unused variables and functions aging from the pre | Martin Pieuchot | |
powerpc -> macppc area. ok kettenis@ | |||
2013-08-16 | Enable radeondrm(4). | Martin Pieuchot | |
ok kettenis@ | |||
2013-08-15 | Blast uhts(4). This code was merged into ums(4) last week. | Edd Barrett | |
OK mpi@ | |||
2013-07-06 | Add uhci* at cardbus, tested with a VIA VT83C572. | Martin Pieuchot | |
2013-06-04 | Add support for virtual consoles, based on previous work done by kettenis@ | Martin Pieuchot | |
for inteldrm(4). ok miod@, kettenis@ | |||
2013-05-31 | Rename tpms(4), the driver for Apple USB touchpads, to utpms(4) and move | Martin Pieuchot | |
it to dev/usb because it could be used on intel based mac laptops. Discussed with jcs@, ok deraadt@ | |||
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 | |||
2012-12-04 | Enable agp(4) | Martin Pieuchot | |
2012-09-27 | enable smsc | Jonathan Gray | |
2012-01-06 | Attach ath(4) to cardbus and add it to bsd.rd | Martin Pieuchot | |
ok jsg@, kettenis@, deraadt@ | |||
2011-08-29 | Return of the long missing powerpc interrupt rewrite. Was working for | Dale Rahn | |
several weeks before release on macppc, socppc bugs just fixed. | |||
2011-07-07 | deraadt says disable bluetooth everywhere else too | Ted Unangst | |
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-05-25 | Add dfs(4), a driver to support the Dynamic Frequency Switching feature | Martin Pieuchot | |
found on some G4 PowerBook. Tested by many, thanks. ok sthen@, kettenis@, miod@ | |||
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-22 | Enable ath(4) | Martin Pieuchot | |
ok deraadt@ | |||
2011-04-19 | as confirmed by my 11mo old son, this makes midi keyboards work with macppc | Todd T. Fries | |
"no objection" drahn@ | |||
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. |