summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2007-07-07/altroot backup now documented in daily(8), not afterboot(8);Jason McIntyre
from Maximilian Gass
2007-07-06- enable full-duplex mode by default if a device is openedJacob Meuser
read-write and it supports full-duplex operation. - update documentation to match this behaviour. see http://marc.info/?l=openbsd-tech&m=118310788926431&w=2 for more background on this change "patches look correct to me" marc@
2007-07-04add "cua" to the NAME section;Jason McIntyre
2007-07-04give a little indent;Jason McIntyre
2007-07-04Revert r1.42 of if_bnx.c, "Enable IPv4 transmit TCP/UDP checksumKenneth R Westerback
offload", and associated man page change. To use IPv4 transmit TCP/UDP checksum offloading you must again define BNX_CSUM. As requested by mbalmer@ via deraadt@ on suggestion of reyk@ in response to PR #5437.
2007-07-02JMB362 is ahci onlyDavid Gwynne
2007-07-02we support lots of jmicron chips now.David Gwynne
pointed out by jsg@ jmc@
2007-07-02pciide can attach to jmb nowDavid Gwynne
2007-07-02wording tweak; ok dlgJason McIntyre
2007-07-02make the jmb entry match its .Nd;Jason McIntyre
2007-07-02list jmb(4) as an IDE controllerDavid Gwynne
2007-07-02ahci attaches to jmb as wellDavid Gwynne
2007-07-02document jmb(4).David Gwynne
2007-07-01Add missing gentbi(4) in SYNOPSYS.Mark Kettenis
2007-06-30malo doesn't support hostap mode so remove example which usesKevin Steves
hostap; ok claudio@
2007-06-26checkd -> checked; from Nicholas MarriottJason McIntyre
2007-06-26- add daddr32_t and daddr64_tJason McIntyre
- sync comment for daddr_t
2007-06-25update struct disk; ok deraadtJason McIntyre
2007-06-25update struct fs; ok ottoJason McIntyre
2007-06-25kill "is is"; from Charles LongeauJason McIntyre
2007-06-24Add a BUGS section, ok jmc@Can Erkin Acar
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