summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-02-17Missed part of last atw commit.Jonathan Gray
2006-02-17Use ieee80211_compute_duration() instead of homerolled function.Jonathan Gray
2006-02-17remove trailing whitespace;Jason McIntyre
2006-02-17add a comment to explain how to keep things working, remove a stray charDavid Gwynne
2006-02-17Add sensors output. This is for debug only and will be removed later.Marco Peereboom
2006-02-17Better comments.Marco Peereboom
2006-02-17jordan says the volt sensors on the powersupply esm device are always offDavid Gwynne
2006-02-17Propogate some values through the sysctl hw.sesnsors interface for debugMarco Peereboom
2006-02-17Use tsleep instead of delay when !cold.Marco Peereboom
2006-02-17Argh, we need delays between reads/writes. The backend reads (i2c most likely)Marco Peereboom
2006-02-17If there is no link then set IFM_NONE so ifconfig will show a mediaBrad Smith
2006-02-17- simplify link state handling code.Brad Smith
2006-02-17Reword for clarity, from a discussion with Constantine A. Murenin.Jonathan Gray
2006-02-17Fixed code for handling _INIJordan Hargrave
2006-02-17Detect if battery slot is available but without a battery in it.Marco Peereboom
2006-02-16Use rasops_unpack_attr() to decompose attributes instead of doing it by hand,Miod Vallat
2006-02-16Added stub for calling _INIJordan Hargrave
2006-02-16Print useful information during boot about the battery and power supply.Marco Peereboom
2006-02-16cap seconds to 100 million per man page and kernel nanosleep impl.Kurt Miller
2006-02-16sqphy(4) here on the mii side, found in dmesg from Stefek ZabaMartin Reindl
2006-02-16add sf(4).Brad Smith
2006-02-16Fixed parser/evaluator to retrieve battery info+stateJordan Hargrave
2006-02-16Adjust debug levels to something sane.Marco Peereboom
2006-02-16set IFCAP_VLAN_MTU unconditionally.Brad Smith
2006-02-16Do not bother enabling HW TX checksum offload since the code toBrad Smith
2006-02-16add types for google earth shitzHenning Brauer
2006-02-16Only set HW VLAN assist flag when IFCAP_VLAN_HWTAGGING is set.Brad Smith
2006-02-16pcscp(4) worksMartin Reindl
2006-02-16Fix a few wrong memset() sizes; ok otto@ krw@ aaron@Miod Vallat
2006-02-16Fix typo's. From Constantine A. Murenin.Mark Kettenis
2006-02-16disable HW VLAN tagging.Brad Smith
2006-02-16Patch from Dimitry Andric to fix the allocation of 4 pages of gartMatthieu Herrb
2006-02-16- zap kwtype variable. lint pointed it out wasn't used by anything.Niall O'Higgins
2006-02-16isp(4) is not only SBus hereMartin Reindl
2006-02-16- rename variable k to iNiall O'Higgins
2006-02-16- finally add proper support for `ci -k`. this little-used option requiresNiall O'Higgins
2006-02-16- stop enabling/disabling interrupts in nfe_intr().Damien Bergamini
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-16make panic msg more usefulMichael Shalayeff
2006-02-16`ci -k` is described incorrectly in a number of places.Niall O'Higgins
2006-02-16- make function prototypes consistent.Niall O'Higgins
2006-02-16remove extraneous .Re;Jason McIntyre
2006-02-16validate() can also take sample files into account.Marc Espie
2006-02-16regenJonathan Gray
2006-02-16Add Novatel and Kyocera EVDO cards.Jonathan Gray
2006-02-16AirPrime EVDO does not work with uplcom as suspected.Jonathan Gray
2006-02-16sync some of the FILES entries w/ ssh.1;Jason McIntyre
2006-02-16Strip newline from lines used with -I, otherwise ^$ will match allOtto Moerbeek
2006-02-16delete a few double declarations; ok ottoPeter Valchev