Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-21 | use .Pp instead of a blank space; | Jason McIntyre | |
2007-10-21 | add ecadc.4; | Jason McIntyre | |
2007-10-21 | some corrections for previous; | Jason McIntyre | |
2007-10-20 | ecadc(4) | Mark Kettenis | |
2007-10-20 | Correct typo. | Joel Sing | |
ok kettenis@ | |||
2007-10-20 | Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package. | Bob Beck | |
ok jsg@, krw@, deraadt@ | |||
2007-10-19 | Man page update due to the recent pctr codebase rewrite. | Mike Belopuhov | |
ok deraadt jmc | |||
2007-10-19 | mkbc bits; corrections from miod, ok deraadt | Jason McIntyre | |
2007-10-18 | additional root devices pci* attaches at | Theo de Raadt | |
2007-10-18 | minor tweaks for previous; | Jason McIntyre | |
2007-10-18 | 941 as well | Otto Moerbeek | |
2007-10-18 | Add support for the Moosehead PS/2 controller as found on SGI O2 workstations. | Joel Sing | |
ok miod@ deraadt@ | |||
2007-10-18 | avoid some ugly line split; | Jason McIntyre | |
2007-10-18 | mention the Intel ICH9 chipset. | Brad Smith | |
ok dlg@ | |||
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith | |
Tested by damien@ ok dlg@ | |||
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith | |
Tested by damien@ ok dlg@ | |||
2007-10-14 | keep the Nd lines consistent; | Jason McIntyre | |
2007-10-14 | include in bnf, wanted by jmc | Theo de Raadt | |
2007-10-14 | wbng(4) manual page for Winbond W83793G; 'commit it' deraadt | Constantine A. Murenin | |
2007-10-14 | add GW-US54GD to the list of supported devices | Felix Kronlage | |
2007-10-13 | support an include directive; file of course must also be "secure" like | Theo de Raadt | |
the main configuration file; ok henning | |||
2007-10-13 | Bump firmware version; Adapt to new package mechanism by rebuilding | Marcus Glocker | |
those firmware packages. Solves ``Warning: obsolete construct: @ignore''. | |||
2007-10-10 | rename man page to a real function name | Theo de Raadt | |
2007-10-10 | Update to match cpu_switchto reality. | Artur Grabowski | |
2007-10-10 | Mention RTL8211B support. | Jonathan Gray | |
2007-10-09 | add 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-09 | add iic(4) to the hardware list; ok deraadt | Jason McIntyre | |
2007-10-08 | - do not talk about "pcib functionality": these pages already document what | Jason McIntyre | |
the devices are - no need to Xr pcib either ok mbalmer deraadt | |||
2007-10-08 | The PCI based GPS card is GPS170PCI, not GPS170, which is a different | Marc Balmer | |
receiver in "Europa"-card size. | |||
2007-10-08 | attach uslcom to the track systems traqmate | joshua stein | |
ok jsg | |||
2007-10-08 | explain that AUDIO_GET[PR]RINFO were added for porting 3rd party | Jacob Meuser | |
software and should be avoided in new code suggested by ratchov@, help from jmc@ | |||
2007-10-07 | amd64 needs the page too | Theo de Raadt | |
2007-10-07 | AMD8111 -> AMD-8111 | Jason McIntyre | |
2007-10-07 | for miscellaneous devices section: | Jason McIntyre | |
- sync Nd for amdpcib(4) - add pcib(4) - adjust the width size of the list accordingly | |||
2007-10-07 | mention the LPC bridge part. | Marc Balmer | |
2007-10-07 | mention amdpcib(4) and glxpcib(4) | Marc Balmer | |
2007-10-07 | mention amdpcib(4) and glxpcib(4). | Marc Balmer | |
2007-10-07 | manual page for an upcoming driver. | Marc Balmer | |
"committ it" deraadt. | |||
2007-10-07 | Port of Nicolas Joly, Paul Goyette & Tobias Nygren's | Jonathan Gray | |
spdmem(4) driver for Serial Presence Detect memory information. | |||
2007-10-07 | Add support for the PCI-ISA bridge, timecounter, and watchdog timer | Marc 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-04 | update to tzdata2007h from elsie.nci.nih.gov | Todd C. Miller | |
2007-10-04 | Since we know the firmware load works, merge the single firmware files | Marcus Glocker | |
together to one single, finally. You need to bump the firmware package to version 1.3! OK jsg@ | |||
2007-10-03 | add two new audio ioctls, AUDIO_GETPRINFO and AUDIO_GETRRINFO, and the | Jacob 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-03 | Clarifications 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-02 | sort the hardware list; | Jason McIntyre | |
2007-10-02 | Add Apple Airport Extreme devices. | Marcus Glocker | |
From brad@, OK jsg@ | |||
2007-10-02 | add missing MLINKS section for iic(9); 'please commit this!' jmc@ | Constantine A. Murenin | |
2007-10-02 | mention the 88E804x Fast Ethernet chipsets. | Brad Smith | |
ok dlg@ | |||
2007-09-30 | while rdr'ing port spamd to portsmtpis perfectly valid, it is at least | Henning Brauer | |
a bit confuzzling, so swap. From: Olli Hauer <ohauer@gmx.de> |