summaryrefslogtreecommitdiff
path: root/share/man/man4
AgeCommit message (Collapse)Author
2010-03-08bahTheo de Raadt
2010-03-08build a missing manual pageTheo de Raadt
2010-03-07Minimalistic driver for the ImpactSR (Mardigras) video option found on olderMiod Vallat
Octane systems, as well as some Onyxes. With special permission to change a systemwide .h file and add a manpage from deraadt@ Magic numbers and operation sequencing borrowed from Linux; tested on Octane + ESI. ok deraadt@
2010-03-07remove statements that are no longer relevant for BUGS sectionAlexandre Ratchov
2010-03-07mention VIA Tremor 5.1Alexandre Ratchov
2010-03-07Update the email addresses for fabien and armani.Michael Knudsen
ok armani fabien
2010-03-07Add odyssey(4) to list of supported widgets.Joel Sing
Prompted by jmc@.
2010-03-07Shorten .Nd.Joel Sing
2010-03-04Introduce odyssey(4), a driver for the SGI VPro (aka Odyssey) graphicsJoel Sing
card, which can be found in Octane, Octane2, Fuel, Tezro and Onyx systems. ok miod@
2010-03-03Add some more devices that ckuethe has tested with.Michael Knudsen
2010-03-02Add newly supported card; from Brad.Stuart Henderson
2010-03-02Add support for the Lemote Lynloong all-in-one PC (basically a Fuloong withoutMiod Vallat
the serial and IR ports, built into a mac-like case). At least PMON initializes the frame buffer in a much friendlier video mode (1360x768x16), but there is still no frame buffer acceleration yet. Tested by wvdputte.
2010-03-02Add missing "wsdisplay* at gbe?". Also, list the hardware initialisationJoel Sing
requirements as a caveat rather than a bug.
2010-03-02keep Nd lines in sync;Jason McIntyre
2010-03-01Add urndis(4), a driver for RNDIS Ethernet over USB.Michael Knudsen
It provides an Ethernet transport typically over EDGE or 3G on cellphones similar to what cdce(4) does on other phones. It is likely to work with most of HTC's recent and coming Android based phones but a bunch of other things (phones in particular) may use it. Started by me; brought to a working state by Jonathan Armani and Fabien Romano over the past week, with some input and additions from me. Tested on i386 and macppc by me (HTC Hero), amd64 by Jonathan and Fabien (HTC Hero), and by gilles@ (HTC Magic) on i386 or amd64. It still has a few kinks to work out, but it works well enough that I can commit this over my HTC Hero. `commit it!' deraadt
2010-03-01tweak previous;Jason McIntyre
2010-03-01use the right capitalization for Realtek.Igor Sobrado
cardbus(4), pci(4), and urtw(4) changes reminded by jmc@ ok jmc@
2010-03-01add Manpage for uyurex(4)Yojiro Uo
ok deraadt@
2010-03-01CCTS_OFLOW is correctly implemented, not unused (as currently documented);Jason McIntyre
provide a description from G. Paul Ziemba, freebsd pr docs/144127 ok miod
2010-02-28Minimal frame buffer driver for the SiS 315 found on Lemote Fuloong systems.Miod Vallat
Currently unable to change video modes or provide any form of acceleration, so you are stuck in a 640x400x8 mode, but at least people scared of serial consoles will get a chance to use their Fuloongs now. Tested by otto@ (early developments) and jasper@ (final version)
2010-02-28we do actually provide a battery life estimateOtto Moerbeek
2010-02-28man page for apm(4)Otto Moerbeek
2010-02-26- there's just no volume control here.Jasper Lievisse Adriaanse
discussed with and ok jakemsr@ jmc@
2010-02-26Subdevice interrupt dispatcher for voyager(4) and ohci@voyager device, onlyMiod Vallat
allowed to match on old gdium artwork, as newer artwork have nothing connected to the usb pins, and this causes the empty bus probe to stall the boot a few seconds.
2010-02-26remove superfluous hyphen on `analog-to-digital' and `digital-to-analog'Igor Sobrado
for consistency with other manual pages. ok jakemsr@
2010-02-26pcfadc is in section 4 of the manual, not in section 8; use lowerIgor Sobrado
case letters for both `environmental monitoring subsystem' and `analog to digital converter', as these are generic terms and not trade marks; s/analogue/analog/ on `analogue to digital converter'. tweak on iic(4) reminded by jmc@ ok jmc@
2010-02-25+.It Xr stsec 4Jason McIntyre
2010-02-25let's try to avoid uppercasing nouns unneccessarily;Jason McIntyre
2010-02-25obvious syntax fix: add missing double quote;Ingo Schwarze
found by mandoc -Wall -Tlint
2010-02-25Add 6300ESB/6321ESB to the list, from Brad.Stuart Henderson
2010-02-24Minimal support for the ST7 chip found on Gdium Liberty, brings us batteryMiod Vallat
information and a few other things not yet wired.
2010-02-24- use proper capitalization and add two more .Xr'sJasper Lievisse Adriaanse
2010-02-24The iwn-firmware-5.3 package contains a new iwn-6000 firmware imageDamien Bergamini
for Intel Centrino Advanced-N 6200/Ultimate-N 6300. See http://marc.info/?l=linux-wireless&m=126697113419549&w=2 for a list of changes.
2010-02-24fix SEE ALSO;Jason McIntyre
2010-02-24man page for yeeloong embedded controller chipOtto Moerbeek
2010-02-23- add more machines these devices are found on.Jasper Lievisse Adriaanse
2010-02-23mention 82599 supportJonathan Gray
2010-02-20alphabetically sort the list of supported controllers; while here,Igor Sobrado
rewrite the list of LSI SAS controllers in a way it is shorter. ok marco@
2010-02-20Warn people when not to use mpiiMarco Peereboom
2010-02-20Add authors and dell boardMarco Peereboom
2010-02-19move man page for auglx(4) to MI as wellPeter Hessler
OK miod@
2010-02-19tweak previous;Jason McIntyre
2010-02-19mfokclock manpage and XrMiod Vallat
2010-02-18Mention new developments.Miod Vallat
2010-02-18The nesting .Bl .Bd .It is incorrect, .It much be a direct child of .Bl,Ingo Schwarze
not a grandchild. Thus, insert another level of .Bl. Found by and unbreaking the build with mandoc(1). OK jmc@
2010-02-18Groff cannot handle so many columns when using the proper syntaxIngo Schwarze
involving .It, so we cannot use .Bl -column here and switch to .Bd. Found by and unbreaking the build with mandoc(1). While here, reduce the indentation, it looks better. OK jmc@
2010-02-18The .It macro is parsed, and .Do is callable, so we must escape.Ingo Schwarze
Found by and unbreaking the build with mandoc(1). OK jmc@
2010-02-16Sync the list of interfaces with the driver.Stuart Henderson
Mention BCM5708S specifically as a Gigabit/2500 PHY.
2010-02-10tweak previous;Jason McIntyre
2010-02-09Section 4 manpages for loongson.Miod Vallat