Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-13 | Add the NVIDIA MCP73 SMBus controller. | Brad Smith | |
ok dlg@ | |||
2007-09-12 | port of i386 pctr code to amd64; Mike Belopuhov | Theo de Raadt | |
2007-09-12 | sevice -> service; from a list from jung | Jason McIntyre | |
2007-09-12 | add missing description of AUDIO_PERROR ioctl | Alexandre Ratchov | |
reviewed (and corrected) by jakemsr@ | |||
2007-09-11 | fix firmware package version number. it's 2.14.1.5 not 2.14.1.15. | Damien Bergamini | |
and yes 2.14.1.5 is more recent than 2.14.4. don't ask me why, i'm just following Intel's numbering scheme. pointed out by jmc@ | |||
2007-09-10 | point to new 2.14.1.15 firmware (-current only). | Damien Bergamini | |
2007-09-09 | thmc vs tmhc screwup | Theo de Raadt | |
2007-09-09 | fix name, Xr | Theo de Raadt | |
2007-09-09 | new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenis | Theo de Raadt | |
2007-09-08 | sort previous; | Jason McIntyre | |
2007-09-08 | Driver for WinChipHead CH341/340 USB serial adapters. | Jonathan Gray | |
originally written by Takuya SHIOZAKI <tshiozak@netbsd.org> Currently untested due to lack of hardware. | |||
2007-09-07 | Xr adl 4 | Theo de Raadt | |
2007-09-07 | adl(4) | Mark Kettenis | |
2007-09-07 | nfe supports MCP73; diff from brad, confirmed by ckuethe | Jason McIntyre | |
2007-09-07 | remove a double "Intel Intel"; | Jason McIntyre | |
use this commit as an excuse to remove more .Tn sludge; | |||
2007-09-07 | two reasons to put the ultra long URL in a display instead of (the usual) .Pa: | Jason McIntyre | |
(1) it will stop newer versions of groff complaining (2) it avoids line split so you can cut/paste it more easily | |||
2007-09-06 | fix .Nd | Damien Bergamini | |
2007-09-06 | add iwn(4). | Damien Bergamini | |
2007-09-06 | s/Wi-Fi/WiFi/ since it is how Intel spell it. | Damien Bergamini | |
2007-09-06 | new iwn(4) driver for Intel Wireless WiFi Link 4965AGN. | Damien Bergamini | |
no support for 802.11n functions yet (need work in net80211(9) first). committed over my 4965AGN, with only 2 of 3 antennas plugged :-) needs a firmware that is not freely redistributable (see man page). ok deraadt@ | |||
2007-09-05 | fix date; spotted by jmc | Theo de Raadt | |
2007-09-05 | remove trailing blank line; | Jason McIntyre | |
2007-09-04 | Xr | Theo de Raadt | |
2007-09-04 | driver for i2c lm93 sensor; very common on ipmi machines which have i2c | Theo de Raadt | |
bmc's watching on the shared bus. if you disable ipmi, you might see it pop up (reminder why ipmi / i2c mixes are disabled: some ipmi's seem to violate the i2c bus locking protocol). tested by Alexander Lobodzinski | |||
2007-09-02 | vic works in vmware fusion too | David Gwynne | |
2007-09-02 | Add support for Alltel UTStarcom PPC6700. | Jonathan Gray | |
Tested by Sam Fourman Jr. <sfourman@gmail.com> | |||
2007-08-31 | new format firmware load failure messages | Theo de Raadt | |
2007-08-31 | Craddle -> cradle; ok deraadt | Jason McIntyre | |
2007-08-31 | all units can now charge, except a dead-battery 7750 | Theo de Raadt | |
2007-08-29 | remove a comment about this driver being a work in progress. | Damien Bergamini | |
2007-08-29 | update the DIAGNOSTICS section to reflect the new firmware load failure | Damien Bergamini | |
message. | |||
2007-08-24 | Mention 53c720 and 53c770 chips. | Mark Kettenis | |
2007-08-21 | add AUTHORS section | Jasper Lievisse Adriaanse | |
no objections from kettenis@ | |||
2007-08-14 | remove nx from hardware list; | Jason McIntyre | |
2007-08-14 | remove my unfinished version of the nx driver, we have a better solution | Reyk Floeter | |
requested by dlg@ ok deraadt@ | |||
2007-08-09 | glxsb can now be used for IPsec; from Okan Demirmen; ok tom | Markus Friedl | |
2007-08-08 | revert the change in rev 1.60 of audio.c and the corresponding | Jacob Meuser | |
documentation change the audio layer is still too "imperfect" for this change fixes problems reported aanriot, matthieu and dtucker requested by deraadt | |||
2007-08-05 | remove unneeded part from SYNOPSIS; from brad | Jason McIntyre | |
2007-08-02 | copy nvram code from i386, because amd64 can use it too. done by | Theo de Raadt | |
tybollt@solace.miun.se, ok jcs | |||
2007-08-01 | Retire OpenBSD/cats. Hardware is nice but prone to catch fire, and the firmware | Miod Vallat | |
is anything but useful. Nevertheless this was a very good platform to use as an OpenBSD/*arm* starting point, but nowadays this platform is not necessary anymore. Somehow these CATS motherboard are just like AUI hubs, with the difference that, when my AUI hub caught fire, 10base5 support was not removed from the networking code. | |||
2007-07-27 | tweaks; | Jason McIntyre | |
2007-07-27 | Add man pages bits after gwk's src commit. Not linked yet. | Xavier Santolaria | |
OK gwk@. | |||
2007-07-26 | updates for: | Jason McIntyre | |
- supported devices - DIAGNOSTICS - SEE ALSO from Marc Winiger ok mbalmer | |||
2007-07-21 | make one of the lists -compact, to avoid some yucky vertical blankspace; | Jason McIntyre | |
2007-07-21 | fix the entry for Eminent EM3035. | Igor Sobrado | |
ok jmc@ | |||
2007-07-20 | Mention that the LCD can be made to "blink" by setting machdep.led_blink. | Mark Kettenis | |
2007-07-15 | lcd(4) | Mark Kettenis | |
2007-07-15 | Delete BUGS section; support for serial and parallel ports is there now. | Mark Kettenis | |
2007-07-13 | Reenable accelerated text console primitives on pnozz if running with a | Miod Vallat | |
800x600 panel, and document the acceleration code as currently broken on 640x480 panels. | |||
2007-07-10 | fix firmware file name to match reality. | Damien Bergamini | |