summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2007-10-21use .Pp instead of a blank space;Jason McIntyre
2007-10-21add ecadc.4;Jason McIntyre
2007-10-21some corrections for previous;Jason McIntyre
2007-10-20ecadc(4)Mark Kettenis
2007-10-20Correct typo.Joel Sing
ok kettenis@
2007-10-20Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package.Bob Beck
ok jsg@, krw@, deraadt@
2007-10-19Man page update due to the recent pctr codebase rewrite.Mike Belopuhov
ok deraadt jmc
2007-10-19mkbc bits; corrections from miod, ok deraadtJason McIntyre
2007-10-18additional root devices pci* attaches atTheo de Raadt
2007-10-18minor tweaks for previous;Jason McIntyre
2007-10-18941 as wellOtto Moerbeek
2007-10-18Add support for the Moosehead PS/2 controller as found on SGI O2 workstations.Joel Sing
ok miod@ deraadt@
2007-10-18avoid some ugly line split;Jason McIntyre
2007-10-18mention the Intel ICH9 chipset.Brad Smith
ok dlg@
2007-10-17Add the Intel ICH9 chipset.Brad Smith
Tested by damien@ ok dlg@
2007-10-17Add the Intel ICH9 chipset.Brad Smith
Tested by damien@ ok dlg@
2007-10-14keep the Nd lines consistent;Jason McIntyre
2007-10-14include in bnf, wanted by jmcTheo de Raadt
2007-10-14wbng(4) manual page for Winbond W83793G; 'commit it' deraadtConstantine A. Murenin
2007-10-14add GW-US54GD to the list of supported devicesFelix Kronlage
2007-10-13support an include directive; file of course must also be "secure" likeTheo de Raadt
the main configuration file; ok henning
2007-10-13Bump firmware version; Adapt to new package mechanism by rebuildingMarcus Glocker
those firmware packages. Solves ``Warning: obsolete construct: @ignore''.
2007-10-10rename man page to a real function nameTheo de Raadt
2007-10-10Update to match cpu_switchto reality.Artur Grabowski
2007-10-10Mention RTL8211B support.Jonathan Gray
2007-10-09add onewire(4) to the hardware list;Jason McIntyre
2007-10-09(missed in previous commit)Jason McIntyre
add iic(4) to the hardware list; ok deraadt
2007-10-09add iic(4) to the hardware list; ok deraadtJason McIntyre
2007-10-08- do not talk about "pcib functionality": these pages already document whatJason McIntyre
the devices are - no need to Xr pcib either ok mbalmer deraadt
2007-10-08The PCI based GPS card is GPS170PCI, not GPS170, which is a differentMarc Balmer
receiver in "Europa"-card size.
2007-10-08attach uslcom to the track systems traqmatejoshua stein
ok jsg
2007-10-08explain that AUDIO_GET[PR]RINFO were added for porting 3rd partyJacob Meuser
software and should be avoided in new code suggested by ratchov@, help from jmc@
2007-10-07amd64 needs the page tooTheo de Raadt
2007-10-07AMD8111 -> AMD-8111Jason McIntyre
2007-10-07for miscellaneous devices section:Jason McIntyre
- sync Nd for amdpcib(4) - add pcib(4) - adjust the width size of the list accordingly
2007-10-07mention the LPC bridge part.Marc Balmer
2007-10-07mention amdpcib(4) and glxpcib(4)Marc Balmer
2007-10-07mention amdpcib(4) and glxpcib(4).Marc Balmer
2007-10-07manual page for an upcoming driver.Marc Balmer
"committ it" deraadt.
2007-10-07Port of Nicolas Joly, Paul Goyette & Tobias Nygren'sJonathan Gray
spdmem(4) driver for Serial Presence Detect memory information.
2007-10-07Add support for the PCI-ISA bridge, timecounter, and watchdog timerMarc Balmer
found in the CS5536 companion chip to the AMD Geode LX-800 processor. glxpcib(4) driver written by mickey, with some tweaks by me. Manpage nits by jmc. Tested on the Soekris net5501 (by me) and the Alix 2a2 (by earxtacy@dixinet.com) ok kettenis
2007-10-04update to tzdata2007h from elsie.nci.nih.govTodd C. Miller
2007-10-04Since we know the firmware load works, merge the single firmware filesMarcus Glocker
together to one single, finally. You need to bump the firmware package to version 1.3! OK jsg@
2007-10-03add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and theJacob Meuser
data structure these ioctls use, audio_bufinfo. these ioctls return information about the play and record buffers into the audio_bufinfo structure. these are being added to aid in porting non-native audio applications and libraries, and to fix issues in our OSS audio emulation. these ioctls exist only on OpenBSD and should not be used in code intended for distribution. ok ratchov
2007-10-03Clarifications about the interaction of bridge and PF.Stuart Henderson
From Geoff Steckel with a few changes "please commit it (if no one objects)" jmc, "yes" henning
2007-10-02sort the hardware list;Jason McIntyre
2007-10-02Add Apple Airport Extreme devices.Marcus Glocker
From brad@, OK jsg@
2007-10-02add missing MLINKS section for iic(9); 'please commit this!' jmc@Constantine A. Murenin
2007-10-02mention the 88E804x Fast Ethernet chipsets.Brad Smith
ok dlg@
2007-09-30while rdr'ing port spamd to portsmtpis perfectly valid, it is at leastHenning Brauer
a bit confuzzling, so swap. From: Olli Hauer <ohauer@gmx.de>