Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre | |
of a typo in rcs.c; | |||
2008-02-11 | add newly supported cards to the list. | David Gwynne | |
prodded by jmc@ | |||
2008-02-05 | Move carp load balancing (ARP/IP) to a simpler configuration scheme. | Marco Pfatschbacher | |
Instead of using the same IP on multiple interfaces, carp has to be configured with the new "carpnodes" and "balancing" options. # ifconfig carp0 carpnodes 1:0,2:100,3:100 balancing ip carpdev sis0 192.168.5.50 Please note, that this is a flag day for anyone using carp balancing. You'll need to adjust your configuration accordingly. Addititionally this diff adds IPv6 NDP balancing support. Tested and OK mcbride@, reyk@. Manpage help by jmc@. | |||
2008-02-05 | extented -> extended; | Jason McIntyre | |
2008-02-04 | Fix release number. | Mike Belopuhov | |
ok jmc | |||
2008-02-03 | Remove BUGS section; the driver now maps windows little-endian on sparc64 | Mark Kettenis | |
like it already did on sparc. | |||
2008-01-29 | Add support for VIA VT8237S SATA. | Jonathan Gray | |
From Antonio Marques <froz@icix.org> in PR 5718. | |||
2008-01-29 | use printf instead of echo, which is more portable; | Jason McIntyre | |
issue noted by Matthew Szudzik ok marco | |||
2008-01-27 | Remove outdated sections about link0 option. | Mark Kettenis | |
2008-01-27 | no hostap support for this device; | Jason McIntyre | |
2008-01-27 | minor tweak to CAVEATS; | Jason McIntyre | |
2008-01-26 | the kids want I/O; | Jason McIntyre | |
2008-01-26 | - shuffle the page a little, to make it read better | Jason McIntyre | |
- prefer I/O to IO | |||
2008-01-26 | document the supported disciplines in a little more detail; | Jason McIntyre | |
from marco and myself | |||
2008-01-26 | - use command prompts for commands | Jason McIntyre | |
- a few other minor fixes ok marco | |||
2008-01-24 | -r1.23 introduced an error in signposting, as spotted by Stefan Sperling; | Jason McIntyre | |
fix that now; while i'm here, the text read very badly, so i've redone the paragraph; | |||
2008-01-24 | Add RAID 0 and clean up some of the text. | Marco Peereboom | |
2008-01-24 | Finish the beep(4) driver by hooking it up to the ukbd(4) beep handler | Robert Nagy | |
and disable the one second long beep on attach. ok miod@ | |||
2008-01-22 | add the Fujitsu PRIMEQUEST 10GBASE-SR LAN Card. | Brad Smith | |
ok dlg@ | |||
2008-01-21 | Qlogic -> QLogic; | Jason McIntyre | |
2008-01-21 | use the right capitalization for `QLogic' | Igor Sobrado | |
ok jsing@ | |||
2008-01-21 | Add support for SMC SMCWUSBT-G2. | Jonathan Gray | |
Tested by Kaspo Lo <kaxpolox@yahoo.com> | |||
2008-01-20 | Add one more device which could work. Fix comment typo in usbdevs while | Marcus Glocker | |
there. | |||
2008-01-19 | Add more potentially supported devices. Reports are welcome. | Marcus Glocker | |
2008-01-18 | kill strange workaround; | Jason McIntyre | |
2008-01-18 | english nouns do not need to be capitalised; | Jason McIntyre | |
sync fhc.4; | |||
2008-01-18 | Mention environ(4). | Mark Kettenis | |
2008-01-18 | Add environ(4). | Mark Kettenis | |
2008-01-18 | macpppc -> macppc | Stuart Henderson | |
ok jmc | |||
2008-01-17 | Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightly | Marcus Glocker | |
changes. You need to update the firmware package to upgt-firmware-1.1.tgz. | |||
2008-01-15 | Dell SAS 6/iR is an LSI SAS1068E which has been verified to use | Jonathan Gray | |
the generic LSI PCI ids so it should work fine. ok dlg@ | |||
2008-01-10 | punctuation fix; | Jason McIntyre | |
2008-01-10 | List the MSTSDISC line discipline. | Marc Balmer | |
2008-01-10 | gigE -> GigE | Brad Smith | |
ok dlg@ | |||
2008-01-10 | 1000baseTX -> 1000baseT | Brad Smith | |
ok dlg@ | |||
2008-01-10 | mention the ATI SB700 chipset. | Brad Smith | |
ok dlg@ | |||
2008-01-10 | mention the NVIDIA MCP77/79 chipsets. | Brad Smith | |
ok dlg@ | |||
2008-01-09 | tweak cmpci's Nd, and update its entry in pci.4; | Jason McIntyre | |
2008-01-09 | - add support for 4, 6, and 8 channel playback | Jacob Meuser | |
- print chip version in `audioctl version' - advertise some features of supported hardware in the man page - CMI8768 now working properly yes! ratchov@ | |||
2008-01-06 | two more slattach -> ldattach; | Jason McIntyre | |
2008-01-06 | make the descriptions of roundrobin and loadbalance more consistent, | Jason McIntyre | |
and better explain what they do; help/ok sthen | |||
2008-01-06 | add a CAVEATS section documenting some issues when using roundrobin | Jason McIntyre | |
and loadbalance protocols; brad, claudio, and sthen all helped explain this to me, and sthen helped me put the diff together; | |||
2008-01-06 | Don't reference {sl|nmea}attach(8) in the SEE ALSO section but ldattach(8) | Marc Balmer | |
Discussed with and ok jmc@ | |||
2008-01-05 | - bussw.4: give a little indent | Jason McIntyre | |
- vs.4: forgot to update .Nd in previous, i think | |||
2008-01-05 | Add support for the Meinberg Standard Time String format that all Meinberg | Marc Balmer | |
radio clocks can transmit over serial ports. This is implemented as a line discipline similar to nmea(4) and provides a timedelta sensor. See http://www.meinberg.de/english/specs/timestr.htm for details on the MSTS format. ldattach(8) is extended to support the "msts" line discipline and two stopbits (which some radio clocks, e.g. the C51 use). Do a "make includes" before your next system build. Initially from Maurice Janssen based on nmea(4). "go for it" deraadt | |||
2008-01-05 | Add some information about syscon(4), eyeballed by jmc@ | Miod Vallat | |
2008-01-05 | Document some MVME328XT jumper settings, and warn the user some of these cards | Miod Vallat | |
might mix single-ended and differential channels. | |||
2008-01-05 | lii(4) is a Fast Ethernet chipset and add a history section. | Brad Smith | |
ok dlg@ | |||
2008-01-05 | attansic | Theo de Raadt | |
2008-01-05 | attansic made this chip, not atheros. | David Gwynne | |