summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2007-06-24tweak the description of sensor_task_unregister;Jason McIntyre
2007-06-24document changes to the sensor_task api. task_register now returns aDavid Gwynne
pointer to the sensor_task it just created, and task_unregister takes it to remove that task from the system.
2007-06-23document REGRESS_LOG*Steven Mestdagh
2007-06-22more supported models; from brad and jsgJason McIntyre
2007-06-21relist these commented out entries, but w/o the man section number untilJason McIntyre
pages get written; after some discussion w/ miod
2007-06-21fd -> fdc; from miodJason McIntyre
2007-06-21...and hpibbus goes back in, as it's shared w/ nhpib; thanks toJason McIntyre
jsg for spotting that one; whilst here, zap a silly comma in the .Nd
2007-06-21sbc goes back in, as it's shared w/ ncrscsi(4);Jason McIntyre
thanks martin for pointing this out.
2007-06-21as for the rest of man4, use the .Nd lines to describe devices;Jason McIntyre
whilst here, comment out entries for the following devices which have no man pages (miod can tell me if this is a problem): hp300: hpibbus mac68k: sbc mvme68k: flash ipic mc memc pcc pcctwo sram vme vs wdsc zs sparc: fd
2007-06-21end sentences with full stops, not commas;Jason McIntyre
2007-06-21list supported devices, similarly to gsc(4); ok kettenisJason McIntyre
2007-06-21uppercase "i/o"Jason McIntyre
2007-06-21!.Tn is spawning behind my back!Jason McIntyre
.Tn -> .Sx: section headers are not tradenames;
2007-06-21.Tn -> .Sx: section headers are not tradenames;Jason McIntyre
2007-06-21sync the lpt.4 entry;Jason McIntyre
2007-06-21sync the com(4) entries;Jason McIntyre
2007-06-21add novatel es620 here toojoshua stein
reminded by jsg@
2007-06-20RegenMiod Vallat
2007-06-20b_cylinder does not need to be set on the callpath down into drivers.Theo de Raadt
cpu_disklabel can go away, since nothing anymore needs to use it; ok miod
2007-06-20Update for lpt at ssio.Mark Kettenis
2007-06-20add ssio(4);Jason McIntyre
2007-06-20space required before punctuation;Jason McIntyre
2007-06-20Reflect recent changes (UPACKED -> __packed).Marc Balmer
ok jmc.
2007-06-20tweaks;Jason McIntyre
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-20Add support for VIA CX700/VX700 IDE.Jonathan Gray
Tested by jcs@ on a model 2 oqo.
2007-06-19Update for com at ssio.Mark Kettenis
2007-06-19Add ssio(4).Mark Kettenis
2007-06-19Update history sectionUwe Stuehler
2007-06-19Man page for SDIO Bleutooth adapter driver, reminded by Alexey SuslikovUwe Stuehler
2007-06-18addd /usr/xobj/; from Martynas VenckusJason McIntyre
2007-06-17explicit ties to the package system.Marc Espie
2007-06-16ieee80211_lookup_node() does not exist.Damien Bergamini
remove prototype in .h and ref in man pages.
2007-06-16constifyDamien Bergamini
2007-06-16no reason for special handling of USE_SYSTRACE. We do not explainMarc Espie
how to set other user settings either.
2007-06-14Update to tzdata2007f from elsie.nci.nih.gov.Todd C. Miller
2007-06-11spell tedu's name correctly.Thordur I. Bjornsson
ok jmc@,tedu@
2007-06-11+.Xr bluetooth 4 ,Jason McIntyre
2007-06-11various clean up;Jason McIntyre
2007-06-11Document the Bluetooth network protocols and mention that there is AF_BLUETOOTHUwe Stuehler
2007-06-08The D-Link DGE-660TD 10/100/1000Mbps Gigabit Cardbus Adapter isMarc Balmer
supported by re(4) as well. ok deraadt
2007-06-08make it clearer where ifgroups can be usedHenning Brauer
From: Stuart Henderson <stu@spacehopper.org>
2007-06-08Add support for the Digi Neo 8-port serial adapter.Marc Balmer
Patch from Pedro Almeida <palmeida@securenetworks.pt>, with some minor changes by me (man page). ok jsg
2007-06-07move ieee80211_compute_duration() and ieee80211_compute_duration1()Damien Bergamini
functions into the two drivers that use them (atw and rtw.) this code is not generic enough to be used by other drivers and there is no chance that it will ever be used in newer driver since it supports 802.11b only. plus, it hurts my eyes each time i look into ieee80211_output.c. "fine with me as long as the logic doesn't change in the functions" jsg@
2007-06-06fix firmware number in description (the package name was ok.)Damien Bergamini
2007-06-06setdisklabel() openmask is now a u_intTheo de Raadt
2007-06-05Major wpi(4) update:Damien Bergamini
1/ Update the driver to use the new firmware images from Intel (2.14.3.) 2/ Read the list of supported channels from the EEPROM instead of having it hard-coded in the driver. 3/ Limit output power to what is specified in EEPROM. 4/ Decrease output power for highest OFDM rates to reduce distortion. 5/ Automatically adjust output power to temperature changes for increased throughput and range. 6/ Attach the adapter's onboard thermal sensor to the sensor framework. 7/ Replace 'magic' fields in structures with their correct definitions. NOTE1: you must upgrade your wpi-firmware package to rev 2.14.3 or the driver will stop working. NOTE2: if you are using a channel not allowed by the regulatory domain of your adapter, you will no longer be able to associate.
2007-06-04no more IPX; ok henningJason McIntyre
2007-06-04Don't completely scare off people by saying that enabling ACPI willMichael Knudsen
cause their hardware to spontaneously selfcombust. Instead, mention that using acpitz(4) should prevent this from happening. (I tested it one night by accident when I fell asleep with my laptop on the couch and blocked the fan with a blanket.) ok jmc marco