summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2008-05-01.Xr memc(4)Xavier Santolaria
2008-05-01memc(4) bits. OK drahn@.Xavier Santolaria
2008-04-29simplify a sentence;Jason McIntyre
2008-04-29km(4) manual pageConstantine A. Murenin
2008-04-28Add the ATI SB700 and NVIDIA MCP7B chipsets.Brad Smith
2008-04-27match the description for acpithinkpad(4) correctly, and adjust theJason McIntyre
list width to accomodate it;
2008-04-27busses -> buses;Jason McIntyre
2008-04-27fix SEE ALSO;Jason McIntyre
2008-04-27add acpithinkpad(4), an acpi support driver for ibm/lenovojoshua 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-27Update to add a few more devices that connect to uturn(4).Mark Kettenis
2008-04-27gecko(4)Mark Kettenis
2008-04-25missing full stop; from Jim RazmusJason McIntyre
2008-04-24Introduce acpiasus(4), a driver for the ACPI based hotkeys found in manyJoel 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-23document sysmerge(8);Jason McIntyre
2008-04-23support netmos 6 port version; avf@eldamar.org.ukTheo de Raadt
2008-04-23Remove driver for pre 802.11 RangeLAN2 wireless devices.Jonathan Gray
It doesn't compile, was never finished, is now irrelevant, and miod has taken it apon himself to scare good boys and girls by suggesting they read the code. ok dlg@
2008-04-22man page comes a bit later...Theo de Raadt
2008-04-22s/NPX/NXP/g -- a separate legal entity of Philips is equally misspelled. ;)Constantine A. Murenin
2008-04-21mention VLAN tag insertion and checksum offload.Brad Smith
ok jmc@
2008-04-21allow low level audio drivers to specify a default sample format,Jacob Meuser
instead of 8-bit mono mulaw @ 8kHz. this is just the infrastructure; no drivers are specifying a default yet. ok ratchov@, deanna@
2008-04-20remove trailing whitespace;Jason McIntyre
2008-04-20slight tweaking of the wording to make this consistent with otherBrad Smith
pages that mention checksum offload.
2008-04-20overhaul the page.Brad Smith
2008-04-19add a driver flag to force the negotiation of SATA 1 transfersDamien Miller
(1.5Gb/s). Useful where faster speeds are unstable; ok dlg@
2008-04-18fix the list width;Jason McIntyre
2008-04-18install itTheo de Raadt
2008-04-18Add two cams.Marcus Glocker
2008-04-17Teach security(8) to check for world-readable hostname.if files.Stuart Henderson
An increasing number of types of these files (e.g. ppp, carp and wlan adapters) may contain secrets. ok deraadt oga johan
2008-04-17remove the CONFIGURATION section from the wireless pages:Jason McIntyre
the addition of the wpa options have shown just how unwieldy it had become, it's already in ifconfig(8) anyway, and "ifconfig -m" will get the relevant ones. ok dlg jsg
2008-04-17Correct a typo:Owain Ainsworth
tsleep -> msleep from Paul de Weerd, Thanks!
2008-04-16Mention m5819, m5823 and bq4802.Mark Kettenis
2008-04-15fix XrTheo de Raadt
2008-04-15mention LM76; stop being exact about incrementsTheo de Raadt
2008-04-15It turns out the mysterious chip with the heatsink glued on, found on mgxMiod Vallat
video boards, is a known entity, so add support for 2d acceleration with the help of the X code (which makes baby Jesus cry). The blitter is fast enough to make a cgsix feel as slow as a cgthree in comparison.
2008-04-13MSIZE is defined in sys/param.h, not machine/param.h;Jason McIntyre
from Jonathan Thornburg, documentation/5792
2008-04-13some small fixes;Jason McIntyre
2008-04-12Initial man page for uvideo(4), not connected to build until driver is.Ian Darwin
Changes from and OK jmc@, mglocker@, "go for it" robert@
2008-04-12getnewvnode() is not a system call; fix from Iruata Souza, though iJason McIntyre
chose to refer to it as a "call", rather than function, in keeping with the rest of the section; ok dlg
2008-04-10MCP98242 temp sensor docs found..Theo de Raadt
2008-04-09Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I amTheo de Raadt
simply going through datasheets found on the net...)
2008-04-09support the NPX SE97 tooTheo de Raadt
2008-04-08document "make install" for the kernel; requested by Girish VenkatachalamJason McIntyre
arm twisting from henning (and an ok)
2008-04-07document SUBST_CMDMarc Espie
2008-04-07sortTheo de Raadt
2008-04-07New sensor driver for JDEC JC-42.4 standard dimm temperature sensorsTheo de Raadt
(still extremely rare devices.. so rare I had to wire up a chip myself)
2008-04-04fix SEE ALSO;Jason McIntyre
2008-04-04add opl(4).Brad Smith
2008-04-04remove whitespace in the autoconf bits.Brad Smith
2008-04-03Switch it(4) back to PnP config mode. Avoid possibleOleg Safiullin
conflicts with SMSC or similar chips.
2008-04-03stray .El;Jason McIntyre