summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2008-01-10punctuation fix;Jason McIntyre
2008-01-10List the MSTSDISC line discipline.Marc Balmer
2008-01-10gigE -> GigEBrad Smith
ok dlg@
2008-01-101000baseTX -> 1000baseTBrad Smith
ok dlg@
2008-01-10mention the ATI SB700 chipset.Brad Smith
ok dlg@
2008-01-10mention the NVIDIA MCP77/79 chipsets.Brad Smith
ok dlg@
2008-01-09tweak cmpci's Nd, and update its entry in pci.4;Jason McIntyre
2008-01-09- add support for 4, 6, and 8 channel playbackJacob Meuser
- print chip version in `audioctl version' - advertise some features of supported hardware in the man page - CMI8768 now working properly yes! ratchov@
2008-01-07update to tzdata2007k from elsie.nci.nih.govTodd C. Miller
2008-01-06two more slattach -> ldattach;Jason McIntyre
2008-01-06make the descriptions of roundrobin and loadbalance more consistent,Jason McIntyre
and better explain what they do; help/ok sthen
2008-01-06add a CAVEATS section documenting some issues when using roundrobinJason McIntyre
and loadbalance protocols; brad, claudio, and sthen all helped explain this to me, and sthen helped me put the diff together;
2008-01-06Don't reference {sl|nmea}attach(8) in the SEE ALSO section but ldattach(8)Marc Balmer
Discussed with and ok jmc@
2008-01-05- bussw.4: give a little indentJason McIntyre
- vs.4: forgot to update .Nd in previous, i think
2008-01-05Add support for the Meinberg Standard Time String format that all MeinbergMarc Balmer
radio clocks can transmit over serial ports. This is implemented as a line discipline similar to nmea(4) and provides a timedelta sensor. See http://www.meinberg.de/english/specs/timestr.htm for details on the MSTS format. ldattach(8) is extended to support the "msts" line discipline and two stopbits (which some radio clocks, e.g. the C51 use). Do a "make includes" before your next system build. Initially from Maurice Janssen based on nmea(4). "go for it" deraadt
2008-01-05Add some information about syscon(4), eyeballed by jmc@Miod Vallat
2008-01-05Document some MVME328XT jumper settings, and warn the user some of these cardsMiod Vallat
might mix single-ended and differential channels.
2008-01-05lii(4) is a Fast Ethernet chipset and add a history section.Brad Smith
ok dlg@
2008-01-05attansicTheo de Raadt
2008-01-05attansic made this chip, not atheros.David Gwynne
2008-01-04zap trailing whitespace;Jason McIntyre
2008-01-04document new FAKE_FLAGS semantics.Marc Espie
2008-01-03borrow more from other pages; dlg okTheo de Raadt
2008-01-03ipv6 can handle "dest" lines too; ok marcJason McIntyre
2008-01-01simplify BUGS; ok miodJason McIntyre
2008-01-01Update the notice about the daughterboard, and also mention the driverMiod Vallat
doesn't attach to the MVME328XT (i.e. rebadged 4220, while MVME328S is a rebadged 4210).
2008-01-01put lii(4) in the right place;Jason McIntyre
2007-12-31fix nameTheo de Raadt
2007-12-31Xr liiTheo de Raadt
2007-12-31a basic manpage for lii. im sure jmc will need to fix this, but its a startDavid Gwynne
2007-12-29update to tzdata2007j from elsie.nci.nih.govTodd C. Miller
2007-12-27last item in NAME should not be followed by a comma; from Pierre RiteauJason McIntyre
2007-12-24bool -> intOtto Moerbeek
2007-12-24some fixes from Girish Venkatachalam; as far as i can see, otto has alreadyJason McIntyre
ok'd this, but is obviously away in some winter wonderland...
2007-12-23{dip,DIP-} -> DIP; now they're all the same...Jason McIntyre
2007-12-23+.Xr isa 4 ,Jason McIntyre
2007-12-23Look for environment controller first, and access ITE SuperIO address/dataOleg Safiullin
ports only if we found one. Fixes possible issues with some notebook chipsets. ok deraadt@ tested by me, jcs@ and Rodolfo Gouveia
2007-12-23pmap_steal_memory() returns vaddr_t.Joel Sing
ok miod@
2007-12-21remove trailing whitespace;Jason McIntyre
2007-12-21a few nitsMarc Espie
2007-12-19o more cleanupOleg Safiullin
o Xr watchdogd(8) o bugs section ok jmc@
2007-12-19clean up it.4, and update its description in isa.4;Jason McIntyre
2007-12-18New it(4) driver.Oleg Safiullin
Supports ITE IT8705/8712/8716/8718/8726 and SiS SiS950 hardware monitors and ITE IT8712F/8716F/8718F/8726F watchdog timer.
2007-12-18oops - sort SEE ALSO;Jason McIntyre
2007-12-18add power.4, and link to it where needed.Jasper Lievisse Adriaanse
ok jmc@
2007-12-16fix TAILQ_PREV; from Girish VenkatachalamJason McIntyre
ok henning
2007-12-16no blank lines in man pages, please;Jason McIntyre
2007-12-16Add PowerBook6,2 to HARDWARE section. From martin@.Xavier Santolaria
2007-12-16Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devicesMarcus Glocker
based on the GW3887 chipset (b/g). We are able to communicate more or less reliable with DS1 (1Mbps) yet. Tested on i386 and macppc. Short term TODOs: - Find out how to set TX rates. - Fix device hangup while high RX load. - Improve device reset (reload firmware on init, watchdog, etc.). - Fill man page with supported devices (need reports). - Add AMRR rate control. - Add HostAP mode. - Add IBSS mode. - Add LED support. - ... Long term TODOs: - Support the USB 1.0 devices (NET2280, ISL3880, ISL3886 chipsets). OK deraadt@, OK laurent@
2007-12-15.Xr pppd; ok jmc@ fkr@Kevin Steves