Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-08-02 | compile inteldrm and radeondrm in GENERIC by default, but disabled. | Owain Ainsworth | |
This will let them get some more testing. Re-order things a little while i'm here. prompted by and ok deraadt@. | |||
2008-07-20 | no, ipmi is still not fine on some machines (since acpi got enabled) | Theo de Raadt | |
2008-07-08 | vmt(4) is a kernel level implementation of the vmware tools. | David Gwynne | |
it only provides the hosts machines clock as a timedelta sensor so far. getting it into the tree so people can work on it as suggested by fgsch@ | |||
2008-07-02 | add CRYPTO | Todd T. Fries | |
ok deraadt@ | |||
2008-07-02 | add softraid | Todd T. Fries | |
ok deraadt@ | |||
2008-07-01 | Enable FFS2 on most of the larger RAMDISK media. | Brad Smith | |
ok deraadt@ | |||
2008-06-26 | add bio & bioctl to a couple cd based ramdisks | Todd T. Fries | |
ok deraadt@ | |||
2008-06-26 | Typo, CMD -> AMD | Brad Smith | |
2008-06-25 | auglx(4) is an audio(4) driver for the AC'97 audio codec found on | Marc Balmer | |
some AMD Geode LX systems with CS5536 companion chip. It works similar to auich(4) and auixp(4), but the hardware dependent parts are quite different. Tested with various PC-Engines ALIX boards (1B, 3C3) and a WebDT 186 board. feedback many, ok deraadt & jmc (documentation) | |||
2008-06-20 | Re-enable amdmsr(4) now that it properly checks for AMD Geode LX CPU and | Marc Balmer | |
the presence of the graphics processor. ok deraadt | |||
2008-06-19 | comment out the com4 because -- even when disabled -- it shuffles all the | Theo de Raadt | |
other com port numbers and is really really hard to diagnose. spotted by sthen | |||
2008-06-19 | add ix(4) to GENERIC, enable it on i386. | Reyk Floeter | |
ok deraadt@ | |||
2008-06-17 | totally skip amdmsr until it is fixed for real | Theo de Raadt | |
2008-06-15 | Disable amdmsr(4) until the match function _ONLY_ lets it work on Geode's, | Theo de Raadt | |
and then, only people who buy them will end up with this insecure hell. | |||
2008-06-15 | ipmi is working a wee bit better, but still not perfectly. let us re-enable | Theo de Raadt | |
it so that more people run it by default again, and perhaps we will get insight again into what the problem is.. | |||
2008-06-14 | Add amdmsr(4), a driver to access model specific registers on AMD CPUs. | Marc Balmer | |
Needed for the upcoming AMD Geode LX graphics processor X11 driver. discussed with, feedback, and ok matthieu and deraadt. | |||
2008-06-12 | enable uvideo(4) video(4) | Robert Nagy | |
2008-06-08 | alpha/conf/RAMDISK | Theo de Raadt | |
2008-06-07 | add a disabled com4 device for a Fujitsu Stylistic Touchscreen | Robert Nagy | |
ideas from deraadt@ and millert@ | |||
2008-06-07 | Kill ACPIVERBOSE. It was never used and is worthless to boot. | Marco Peereboom | |
comments jmc ok toby | |||
2008-05-30 | skip ext2fs on this | Theo de Raadt | |
2008-05-23 | Bye bye awi(4). No net80211 love, uses its own WEP code and has not worked | Brad Smith | |
properly in 8.5 years so just garbage collect the driver. ok damien@ deraadt@ | |||
2008-05-21 | Switch i386 from pccom to com. Welcomed by many. | Mark Kettenis | |
ok dlg@, jsing@, deraadt@ | |||
2008-05-16 | reenable PCIVERBOSE now that acpi isnt pushing the media over. | David Gwynne | |
2008-05-14 | Comment out option PCIVERBOSE on the floppies for now, to let them fit | Miod Vallat | |
after the code increase caused by the recent acpi changes, until a better compromise is found. | |||
2008-05-07 | Move i386 to __HAVE_GENERIC_SOFT_INTERRUPTS | Mark Kettenis | |
ok dlg@, tested by dlg@, oga@, jsg@, deraadt@ | |||
2008-05-07 | Rather than fixing ises(4), nuke it. | Kenneth R Westerback | |
ok deraadt@ | |||
2008-04-29 | enable km(4); ok deraadt | Constantine A. Murenin | |
2008-04-27 | add acpithinkpad(4), an acpi support driver for ibm/lenovo | joshua stein | |
thinkpads. provides functionality that the bios did on older, non-acpi thinkpads like respond to screen brightness keys and toggle the bluetooth device on and off. ok deraadt@ and marco@ | |||
2008-04-25 | neccessary -> necessary; from Pierre Riteau | Jason McIntyre | |
2008-04-24 | Introduce acpiasus(4), a driver for the ACPI based hotkeys found in many | Joel Sing | |
ASUS laptops (including the ASUS EeePC) - largely based on NetBSD's asus(4) driver. On the ASUS EeePC this allows us to enable/disable wireless, change screen brightness and use the volume keys. ok jsg@, weingart@ | |||
2008-04-19 | add a driver flag to force the negotiation of SATA 1 transfers | Damien Miller | |
(1.5Gb/s). Useful where faster speeds are unstable; ok dlg@ | |||
2008-04-07 | sdtemp* devices could occur on these machines | Theo de Raadt | |
2008-04-03 | Switch it(4) back to PnP config mode. Avoid possible | Oleg Safiullin | |
conflicts with SMSC or similar chips. | |||
2008-03-31 | Re-enable lii(4). | Brad Smith | |
ok deraadt@ | |||
2008-03-29 | enable kate(4); ok deraadt@ | Constantine A. Murenin | |
2008-03-24 | add it(4) at port 0x228, found on some motherboards. | Oleg Safiullin | |
ok deraadt@ | |||
2008-03-23 | enable andl; ok deraadt | Constantine A. Murenin | |
2008-03-22 | Nuke some unused magic. | Tobias Weingartner | |
ok deraadt@ | |||
2008-03-21 | add wireless drivers which need firmware; if someone upgrades the firmware | Theo de Raadt | |
may in fact be there already, so it is OK from espie | |||
2008-03-20 | let maxusers go much higher | Theo de Raadt | |
2008-03-19 | enable fins(4) | Theo de Raadt | |
2008-03-16 | for some reason the pchb dependency on agp got left in. kill it. | Owain Ainsworth | |
2008-03-16 | Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes | Owain Ainsworth | |
agp and drm need to use the same memory mapping, the best way to deal with that is to allow them to share (that's coming later), for this to work cleanly we move the attach point of agp. Ideally most agp drivers would attach at pchb, with only agp_i810 (and any that work similarly) attaching at vga, but this will do for now. ok kettenis@, miod@. | |||
2008-03-04 | sthen@ has an motherboard with both agp and pcie that fails to boot. | Owain Ainsworth | |
disabling agp_ali solves this. Proper fix shall hopefully some sometime after release. Shouldn't affect anyone. ok sthen@, prodded by deraadt@. | |||
2008-02-25 | - Add lii(4) commented out to the amd64 configs | Brad Smith | |
- Comment out lii(4) in the i386 configs since it does not work yet - Add et(4) to the i386 and amd64 RAMDISK_CD configs ok deraadt@ | |||
2008-02-24 | Add commented out Bluetooth HID section | Uwe Stuehler | |
ok deraadt | |||
2008-02-21 | enable envy(4) on i386 | Alexandre Ratchov | |
ok jakemsr@, beck@, deraadt@ | |||
2008-02-17 | Enter wbsio(4), a driver for the Winbond LPC Super I/O chips. | Mark Kettenis | |
ok henning@ | |||
2007-12-31 | crank maxusers a little bit | Theo de Raadt | |