summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.i386
AgeCommit message (Collapse)Author
2008-09-07(oops, forgot to grep for "ifconfig -M/m")Jason McIntyre
-Mm now unsupported, use "media" without args;
2008-07-01Remove clauses 3 and 4 from BSD license owned by mickey and NetBSD.Ray Lai
OK mickey, deraadt.
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
2008-06-25auglx(4) is an audio(4) driver for the AC'97 audio codec found onMarc 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-19Sync with reality and fix some typos/wording.Marc Balmer
2008-06-16missing full stops;Jason McIntyre
2008-06-15tweak previous;Jason McIntyre
2008-06-15<sys/amdmsr.h> -> <machine/amdmsr.h>Matthieu Herrb
2008-06-14Add 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-02-11bump Mdocdate for pages committed in "febuary", necessary becauseJason McIntyre
of a typo in rcs.c;
2008-02-05extented -> extended;Jason McIntyre
2008-02-04Fix release number.Mike Belopuhov
ok jmc
2007-11-29- for acpi(4), document /dev/apm and /dev/apmctlJason McIntyre
- for apm(4) pages, sync the description of these devices ok tedu
2007-11-28cpu options are gone now.Ted Unangst
2007-11-28provide a hint that apm might be acpi on some machinesTed Unangst
2007-11-28first attempt to consolidate some of the apm/acpi documentation.Ted Unangst
ok deraadt
2007-11-17quote macro calls containing >9 args;Jason McIntyre
2007-11-17Sort list of device in SYNOPSIS.Marc Balmer
2007-11-17GPIO improvements:Jason McIntyre
- make "man -k gpio" work - gpioctl(8) should not try to list all gpio devices (it's why we have man -k) - gpio devices should have "GPIO" in their .Nd, and cross-reference gpio(4) and gpioctl(8) second set of fixes for gpio(4) itself coming from mbalmer...
2007-11-16.Xr gpioctl 8 from here.Marc Balmer
2007-11-16pci.4: sync glxpcib descriptionJason McIntyre
glxpcib.4: sort SEE ALSO; tidy up AUTHORS
2007-11-16Document that glxpcib(4) provides a gpio(4) device.Marc Balmer
2007-10-31some updates from Pierre Riteau; tweaked by myself and teduJason McIntyre
2007-10-24Remove idle loop counter.Mike Belopuhov
ok art deraadt
2007-10-23ISA cards can also happen non-i386 machinesTheo de Raadt
2007-10-23add a man page for ex(4).Brad Smith
ok dlg@
2007-10-21use .Pp instead of a blank space;Jason McIntyre
2007-10-19Man page update due to the recent pctr codebase rewrite.Mike Belopuhov
ok deraadt jmc
2007-10-18mention the Intel ICH9 chipset.Brad Smith
ok dlg@
2007-10-09add onewire(4) to the hardware list;Jason McIntyre
2007-10-09add iic(4) to the hardware list; ok deraadtJason McIntyre
2007-10-08- do not talk about "pcib functionality": these pages already document whatJason McIntyre
the devices are - no need to Xr pcib either ok mbalmer deraadt
2007-10-07AMD8111 -> AMD-8111Jason McIntyre
2007-10-07mention the LPC bridge part.Marc Balmer
2007-10-07manual page for an upcoming driver.Marc Balmer
"committ it" deraadt.
2007-10-07Add support for the PCI-ISA bridge, timecounter, and watchdog timerMarc Balmer
found in the CS5536 companion chip to the AMD Geode LX-800 processor. glxpcib(4) driver written by mickey, with some tweaks by me. Manpage nits by jmc. Tested on the Soekris net5501 (by me) and the Alix 2a2 (by earxtacy@dixinet.com) ok kettenis
2007-08-09glxsb can now be used for IPsec; from Okan Demirmen; ok tomMarkus Friedl
2007-06-21!.Tn is spawning behind my back!Jason McIntyre
.Tn -> .Sx: section headers are not tradenames;
2007-06-20"an NPX", not "a NPX";Jason McIntyre
2007-06-20do not try to have cpu.4 list everything - the bus pages already do that;Jason McIntyre
instead, make sure cpu.4 pages point to intro.4; prompted by a diff from Stefan Sperling
2007-06-02Match on ICH8M.Jonathan Gray
Tested by Daniel Dickman <didickman@gmail.com>
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-29Remove option I386_CPU; prompted by jmc@, thanks.Tom Cosgrove
2007-05-28Delete wt(4) man page.Kenneth R Westerback
2007-05-28Remove references to wt(4). Don't install wt.4 anymore.Kenneth R Westerback
2007-04-26tweaks;Jason McIntyre
2007-04-26Add a setperf mechanism for ich speedstep controlled by SMI on certainGordon Willem Klok
parings of the Intel Pentium 3 and the ich southbridges. Written by Stefan Sperling <stsp AT tsp DOT in-berlin DOT de> based on a driver in NetBSD and sys/arch/i386/pci/ichpcib.c. Tested my mpf@ among others, ok tedu
2007-03-18tweaks; ok tomJason McIntyre
2007-03-18Add pci(4) to SEE ALSO, as other PCI crypto accelerators already do.Tom Cosgrove
ok jmc@
2007-03-18glxsb(4) has had AES enabled for a while, but I forgot to update theTom Cosgrove
man page. Noticed by Sebastian Rother < sebastian (dot) rother (at) jpberlin (dot) de >, thanks. ok jmc@