Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-17 | Use tsleep instead of delay when !cold. | Marco Peereboom | |
2006-02-17 | Argh, we need delays between reads/writes. The backend reads (i2c most likely) | Marco Peereboom | |
are so slow that values come back as 0 sometimes. We have to do this despite the spec saying we shouldnt have to. Guess having a faster parser than others can hurt sometimes. Idea from jordan. | |||
2006-02-17 | If there is no link then set IFM_NONE so ifconfig will show a media | Brad Smith | |
status of (none) whether in auto or forced speed/duplex mode. | |||
2006-02-17 | - simplify link state handling code. | Brad Smith | |
- update interface baud rate properly so userland programs such as a SNMP daemon or bgpctl/ospfctl for example will display the correct interface speed instead of always saying 1 Gbps. From FreeBSD | |||
2006-02-17 | Reword for clarity, from a discussion with Constantine A. Murenin. | Jonathan Gray | |
2006-02-17 | Fixed code for handling _INI | Jordan Hargrave | |
Rearranged debug statements ok marco@ | |||
2006-02-17 | Detect if battery slot is available but without a battery in it. | Marco Peereboom | |
ok jordan | |||
2006-02-16 | Use rasops_unpack_attr() to decompose attributes instead of doing it by hand, | Miod Vallat | |
as we are not supposed to know how rasops encodes attributes here. Tested matthieu@ | |||
2006-02-16 | Added stub for calling _INI | Jordan Hargrave | |
Fixed aml_dowhile for NULL return ok marco@ | |||
2006-02-16 | Print useful information during boot about the battery and power supply. | Marco Peereboom | |
ok jordan. | |||
2006-02-16 | cap seconds to 100 million per man page and kernel nanosleep impl. | Kurt Miller | |
prevents userland from causing an overflow of tv_sec. okay marc@ | |||
2006-02-16 | sqphy(4) here on the mii side, found in dmesg from Stefek Zaba | Martin Reindl | |
2006-02-16 | add sf(4). | Brad Smith | |
2006-02-16 | Fixed parser/evaluator to retrieve battery info+state | Jordan Hargrave | |
Cleanup of parser Dell laptops return battery status ok marco@ | |||
2006-02-16 | Adjust debug levels to something sane. | Marco Peereboom | |
2006-02-16 | set IFCAP_VLAN_MTU unconditionally. | Brad Smith | |
2006-02-16 | Do not bother enabling HW TX checksum offload since the code to | Brad Smith | |
support this feature was removed awhile ago. | |||
2006-02-16 | add types for google earth shitz | Henning Brauer | |
From: Alex Holst <a@mongers.org> | |||
2006-02-16 | Only set HW VLAN assist flag when IFCAP_VLAN_HWTAGGING is set. | Brad Smith | |
2006-02-16 | pcscp(4) works | Martin Reindl | |
ok brad@, miod@ | |||
2006-02-16 | Fix a few wrong memset() sizes; ok otto@ krw@ aaron@ | Miod Vallat | |
2006-02-16 | Fix typo's. From Constantine A. Murenin. | Mark Kettenis | |
2006-02-16 | disable HW VLAN tagging. | Brad Smith | |
2006-02-16 | Patch from Dimitry Andric to fix the allocation of 4 pages of gart | Matthieu Herrb | |
memory for hardware cursor. Tested by many, ok tedu@ | |||
2006-02-16 | - zap kwtype variable. lint pointed it out wasn't used by anything. | Niall O'Higgins | |
2006-02-16 | isp(4) is not only SBus here | Martin Reindl | |
2006-02-16 | - rename variable k to i | Niall O'Higgins | |
- only initialise i to zero once | |||
2006-02-16 | - finally add proper support for `ci -k`. this little-used option requires | Niall O'Higgins | |
quite a lot of parsing code. | |||
2006-02-16 | - stop enabling/disabling interrupts in nfe_intr(). | Damien Bergamini | |
- store RX/TX settings in nfe_softc so we don't recompute them all the time. - fix h/w VLAN tagging flags. | |||
2006-02-16 | - ensure we handle -d properly in initial revision, not just updates. | Niall O'Higgins | |
2006-02-16 | - make revision specifiers work for initial revision, not just updates. | Niall O'Higgins | |
2006-02-16 | make panic msg more useful | Michael Shalayeff | |
2006-02-16 | `ci -k` is described incorrectly in a number of places. | Niall O'Higgins | |
- fix ci(1) manual page for this option - fix usage() for this option - fix CI_OPTSTRING for this option. | |||
2006-02-16 | - make function prototypes consistent. | Niall O'Higgins | |
2006-02-16 | remove extraneous .Re; | Jason McIntyre | |
2006-02-16 | validate() can also take sample files into account. | Marc Espie | |
2006-02-16 | regen | Jonathan Gray | |
2006-02-16 | Add Novatel and Kyocera EVDO cards. | Jonathan Gray | |
2006-02-16 | AirPrime EVDO does not work with uplcom as suspected. | Jonathan Gray | |
Noticed by Ben Lovett. | |||
2006-02-16 | sync some of the FILES entries w/ ssh.1; | Jason McIntyre | |
2006-02-16 | Strip newline from lines used with -I, otherwise ^$ will match all | Otto Moerbeek | |
lines and ignore them all. With and ok jaredy@ | |||
2006-02-16 | delete a few double declarations; ok otto | Peter Valchev | |
2006-02-16 | NVIDIA | Brad Smith | |
2006-02-16 | Nvidia -> NVIDIA | Brad Smith | |
2006-02-16 | regen | Brad Smith | |
2006-02-16 | add some ENE CardBus controllers. | Brad Smith | |
2006-02-15 | - improve description of -I | Jason McIntyre | |
- Xr re_format(7) from ray lai | |||
2006-02-15 | build rdsetroot (needed to build bsd.rd), miodski broke it in november! | Peter Valchev | |
(tsk tsk) since he uses a non-standard build apparently; noticed by me and theo | |||
2006-02-15 | Initialize snaplen also when reading a dump file. Fixes problems | Otto Moerbeek | |
on 64bit archs when processing files with large snaplens, as seen by Alf Schlichting. ok moritz@ canacar@ | |||
2006-02-15 | move setting IFCAP_VLAN_MTU back to where it is supposed to be. | Brad Smith | |