summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/conf/GENERIC
AgeCommit message (Expand)Author
2022-03-26Enable mtw(4) on i386, macppc, and arm64.Stefan Sperling
2022-01-21Enable dt(4)Klemens Nanni
2021-10-21Remove hifn(4), safe(4), and ubsec(4) crypto drivers. They requireAlexander Bluhm
2021-08-20Add ucc(4), a driver for USB HID Consumer Control keyboards. Suchanton
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2020-01-24mesh(4) is old world and only new world macppc hardware is supported.Kenneth R Westerback
2020-01-21remove unfinished macppc esp driver.Ted Unangst
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-05-08Enable ucrcom(4) on all architectures that have uslcom(4).Mark Kettenis
2019-03-22umbg now supports DCF600USB as well; adjust comment. from weerd@Stuart Henderson
2018-09-21Enable bwfm(4) in GENERIC on macppc.Stefan Sperling
2018-08-22Enable uscom(4) where uslcom(4) is already present.Martin Pieuchot
2018-02-14prune files.* entries that refer to files not in treeJonathan Gray
2017-11-27Enable ne(4) at pcmcia.Martin Pieuchot
2017-10-23remove mention of unused MACOBIOVERBOSE and NBUF optionsJonathan Gray
2017-08-28swap ualea for urngJasper Lievisse Adriaanse
2016-09-12Enable uwacom(4) where uts(4) is already present.Martin Pieuchot
2016-09-04bha depends on the deleted aha.h, so it will follow it into the atticTed Unangst
2016-06-28enable ure(4) where we already have url(4)Jonathan Matthew
2016-06-01New USB device driver for Audio/Video capture devices based on theMarcus Glocker
2016-04-24Remove 'option COMPAT_PCVT' now that X doen't use it anymore.Matthieu Herrb
2016-01-08Enable uonerng(4) where ualea(4) is already present.Martin Pieuchot
2015-12-19Enable agp(4), this makes X11 usable on my Dual G5 with radeondrm(4).Martin Pieuchot
2015-11-23Attaches zs(4) as "zs" not "zsc".Martin Pieuchot
2015-08-30Enable xhci(4) now that it attaches correctly on my G5.Martin Pieuchot
2015-06-02Add a new HT-PCI bridge driver and the necessary glue to openpic(4)Martin Pieuchot
2015-05-30Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't haveJonathan Gray
2015-04-16Enable ualea(4) where we have uhub(4), these USB device lists cry forMartin Pieuchot
2015-04-02use correct capitalization of 'BlackBerry'Jasper Lievisse Adriaanse
2015-03-24unwire lmc(4) and san(4).David Gwynne
2015-01-03add new driver uslhcom(4) USB HID based UART.uaa
2014-12-11dragonflybsd has added a urio driver. conservation of urios requiresTed Unangst
2014-12-04Enable umcs(4) where moscom(4) is present.Martin Pieuchot
2014-11-25disable qla. there is a boot-time raceTheo de Raadt
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-09-27retire Accoom Networks Artery T1/E1 drive; ok claudioTheo de Raadt
2014-09-14Clean up isp(4) from kernel configs with the new drivers alreadyBrad Smith
2014-08-15lofn(4) and nofn(4) are going awayMike Belopuhov
2014-08-03Add ral(4) at cardbus to GENERIC on macppc; ok deraadtStefan Sperling
2014-07-12"Dr. Jones. Again we see there is nothing you can possess which I cannotTed Unangst
2014-07-11remove bthub remnantsTed Unangst
2014-04-20emc on my cx500 works as well as rdac on all my rebadged engenio kit.David Gwynne
2014-04-07Add axen(4) wherever axe(4) is.Brad Smith
2014-04-02enable mpathTheo de Raadt
2014-03-19Enable upd(4) on three archs to get it tested, requested by deraadt@.Martin Pieuchot
2014-03-12enable qla(4) and qle(4) in GENERIC configs where isp(4) is alreadyJonathan Matthew
2014-03-08Enable qlw(4) on alpha/amd64/i386/macppc/sgi/sparc64 to force people to test.Mark Kettenis
2014-02-19add qla and qle everywhere we currently have isp, commented out except forJonathan Matthew
2013-11-15Added dev/usb/if_ugl.c, a driver for Genesys Logic GL620USB-Asasano