summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.i386
AgeCommit message (Collapse)Author
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@Ingo Schwarze
2013-06-29do not use Sx for sections outwith the man page;Jason McIntyre
2012-09-06tweak previous;Jason McIntyre
2012-09-06mention SMBus support in glxpcib(4)Jonathan Gray
2012-08-14kernel configs dont need "scsibus* at foo?" anymore.David Gwynne
"guess you get more commits" deraadt@
2012-06-04Add support for the HPET on this device.Mark Kettenis
From Matt Dainty. ok deraadt@
2012-05-28tweak tcpcib.4 Nd a little, and add it to pci.4; ok jsgJason McIntyre
2012-05-27tweak previous;Jason McIntyre
2012-05-27Add tcpcib(4) to support Intel Atom E600 watchdog.Jonathan Gray
From Matt Dainty. ok kettenis@
2011-06-29remove pssTed Unangst
2011-06-26delete references to mcdTed Unangst
2010-09-26Merge pmsi(4) into pms(4). From Alexandr Shadchin on tech@.Miod Vallat
2010-09-19- remove some silly .Tn/.TmJason McIntyre
- supply a missing -width to one of the lists
2010-07-31remove the ``midisyn'' framework and anything using it, i.e., the oplAlexandre Ratchov
device and the midi interface to pcppi.
2010-07-03Nuke missed .Xr ss. Pointed out by jmc@.Kenneth R Westerback
2010-03-22Add missing text from license. Originally found in safte(4) in JulyPaul de Weerd
2005, this was copied around quite a bit. ok jmc@ deraadt@ dlg@ claudio@ grange@ marco@
2010-02-19move man page for auglx(4) to MI as wellPeter Hessler
OK miod@
2010-01-02Comment lines must start with '.\"', not '.\' or '..\"'.Ingo Schwarze
Syntax errors found by mandoc(1), also required to fix the mandoc build. ok jmc@
2009-07-13clarify the last entry in BUGS somewhat, since not all mp machinesJason McIntyre
will have more than one temperature sensor; ok tedu
2009-01-13mpbios(4)Mark Kettenis
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