Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-06 | fix typo; from ray lai; | Jason McIntyre | |
ok mbalmer millert krw | |||
2006-01-06 | update lists of chips each driver supports | Theo de Raadt | |
2006-01-05 | Various I2C updates, cleanups, etc. | Alexander Yurchenko | |
2006-01-05 | Add SMBus host interface support for amdpm(4). | Alexander Yurchenko | |
ok deraadt@ | |||
2006-01-04 | Regen | Miod Vallat | |
2006-01-04 | missing full stop; from ray lai | Jason McIntyre | |
2006-01-04 | nviic in SEE ALSO too. | Jason McIntyre | |
2006-01-04 | manpage for nviic(4), which is a driver supporting the nvidia nforce2/3/4 | David Gwynne | |
smbus controllers. i think this is the first time ive committed a manpage before miod has reminded me that ive forgotten about the docs. | |||
2006-01-03 | Mention I2C controller. Update BUGS. | Mark Kettenis | |
2006-01-03 | add asms(4) man page; ok jmc@ deraadt@ kettenis@. | Xavier Santolaria | |
2006-01-03 | add smu(4); | Jason McIntyre | |
ok kettenis | |||
2006-01-03 | oops, fcu(4) is a slave, not master; | Jason McIntyre | |
from kettenis | |||
2006-01-02 | add missing section number; | Jason McIntyre | |
checked w/ kettenis | |||
2006-01-02 | mention the 82801E (C-ICH) | Brad Smith | |
2006-01-02 | fcu(4) is a master, not slave; | Jason McIntyre | |
checked with deraadt | |||
2006-01-02 | ASB 100 here too; | Jason McIntyre | |
2006-01-02 | `i2c' -> `I2C'; | Jason McIntyre | |
2006-01-02 | sort the lists, and a couple minor tweaks; | Jason McIntyre | |
2006-01-02 | ASB100 is ASB 100, which I should use consistently; thanks jmc@ | Damien Miller | |
2006-01-02 | correct .Dd; | Jason McIntyre | |
2006-01-02 | remove duplicate SEE ALSO entry; | Jason McIntyre | |
2006-01-02 | remove duplicate SEE ALSO entry; | Jason McIntyre | |
2006-01-02 | sort SEE ALSO; | Jason McIntyre | |
2006-01-02 | document macppc and sparc64 use prom instead of scanning | Theo de Raadt | |
2006-01-01 | Xr asbtm | Theo de Raadt | |
2006-01-01 | mention change in raisechar/rc default here too | Damien Miller | |
2006-01-01 | add a manpage for asbtm(4) | Damien Miller | |
2006-01-01 | switch from macppc-specific maciic(4) driver to the generic iic(4), | Theo de Raadt | |
after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis | |||
2006-01-01 | Fix typo in previous commit. | Mark Kettenis | |
2006-01-01 | .Xr viapm(4) | Mark Kettenis | |
2006-01-01 | .Xr viapm(4) | Mark Kettenis | |
2006-01-01 | keep the list of supported devices in order; | Jason McIntyre | |
2006-01-01 | missing article; | Jason McIntyre | |
2006-01-01 | viapm(4) | Mark Kettenis | |
2005-12-31 | add amdiic(4) to the list | Peter Valchev | |
2005-12-31 | add admcts(4) and admlc(4) manpages; ok deraadt | Peter Valchev | |
2005-12-31 | Fix edata and etext description, and clarify these are not variables; | Miod Vallat | |
from KUDO Takashi on bugs@, with tweaks from jmc@ and drahn@ | |||
2005-12-31 | sync the .Nd for the list of supported masters; | Jason McIntyre | |
2005-12-31 | sync with the maxtmp .Nd; | Jason McIntyre | |
2005-12-31 | Add AMD-8111 SMBus controller driver. | Alexander Yurchenko | |
ok deraadt@ | |||
2005-12-30 | Allow to disable lint by setting WANTLIB=no | Alexander Yurchenko | |
ok deraadt@ espie@ | |||
2005-12-29 | standard sections; | Jason McIntyre | |
from ray lai, tweaked by me; | |||
2005-12-29 | supply missing args to .Xr; | Jason McIntyre | |
from ray lai | |||
2005-12-29 | remove duplicate sentence; | Jason McIntyre | |
from mike belopuhov; | |||
2005-12-29 | allows a shared library version to be set using LIBname_VERSION=major.minor | Marc Espie | |
This overrides the major/minor contents of an shlib_version. Useful for overriding version numbers in ports. after discussion with bernd@, millert@, deraadt@ | |||
2005-12-29 | .Nm does not require an argument; | Jason McIntyre | |
from ray lai | |||
2005-12-29 | make SYNOPSIS look better; | Jason McIntyre | |
from mike belopuhov; ok grange | |||
2005-12-29 | whitespace and wording; | Jason McIntyre | |
2005-12-29 | typo | Brad Smith | |
2005-12-28 | lm(4) cat attach to iic(4) now and supports AS99127F as well. | Mark Kettenis | |
Remove blurb about 1.5s update interval due to hardware limitations since we now update only every 5s. incorporating suggestions by jmc@, ok grange@ |