Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-17 | Remove earlier introduced delays. We really only need them during autconf. | Marco Peereboom | |
ok jordan@ | |||
2006-02-17 | Add a generic delay function as per the ACPI spec. | Marco Peereboom | |
from jordan@ | |||
2006-02-17 | Fix another typo. From Constantine A. Murenin. | Mark Kettenis | |
2006-02-17 | Missed part of last atw commit. | Jonathan Gray | |
2006-02-17 | Use ieee80211_compute_duration() instead of homerolled function. | Jonathan Gray | |
From a change to NetBSD by David Young. Tested by aanriot@ on ADM8211A and me on ADM8211B. | |||
2006-02-17 | add a comment to explain how to keep things working, remove a stray char | David Gwynne | |
from another comment | |||
2006-02-17 | Add sensors output. This is for debug only and will be removed later. | Marco Peereboom | |
2006-02-17 | Better comments. | Marco Peereboom | |
2006-02-17 | jordan says the volt sensors on the powersupply esm device are always off | David Gwynne | |
by a factor of 10, no matter which machine its found on. therefore i dont need all that crazy glue to special case its values on the 4400. instead i created a new VOLTSx10 esm sensor which is the same as the volts sensor but gets multiplied by 10 after being read. | |||
2006-02-17 | Propogate some values through the sysctl hw.sesnsors interface for debug | Marco Peereboom | |
purposes. This will be removed later and replaced with something better. | |||
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 | 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 | 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 | 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 | - 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 | make panic msg more useful | Michael Shalayeff | |
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 | regen | Brad Smith | |
2006-02-16 | add some ENE CardBus controllers. | Brad Smith | |
2006-02-15 | move setting IFCAP_VLAN_MTU back to where it is supposed to be. | Brad Smith | |
2006-02-15 | add support for 64bit rings base addresses. | Damien Bergamini | |
2006-02-15 | actually disable h/w VLAN tagging for now. | Damien Bergamini | |
2006-02-15 | - enable jumbo frames for adapters that support it. | Damien Bergamini | |
- extend TX DMA mappings size from MCLBYTES to NFE_JBYTES. - add initial (disabled) bits for interrupts mitigation. - add initial (disabled) bits for h/w VLAN tagging. - did some consistency tweaks while i'm here. | |||
2006-02-15 | don't re-init the interface on watchdog timeout. we need to reload the | Damien Bergamini | |
firmware which can't be done outside of a process context. instead, just turn the interface down (rt2661_stop) for now. | |||
2006-02-15 | be gone whitespace. | Brad Smith | |
2006-02-15 | enable -DSUN_BOOTPARAMS; henning@ martin@ miod@ ok | Michael Shalayeff | |
2006-02-14 | Put quotation marks around the names of unconfigured devices. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Put quotation marks around the names of unconfigured devices. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Knock out "deq" and "tas3004" i2c nodes. | Mark Kettenis | |
ok drahn@ | |||
2006-02-14 | Define a wsdisplay type for the Sun ZX/Leo frame buffer. | Miod Vallat | |
2006-02-14 | Fix <=4bpp buglet introduced in previous commit; non-hyperion frame buffers | Miod Vallat | |
are addressed as if they were 8bpp, which is what we pretend we are to rasops, so we actually have to remove capabilities after rasops_init() again. | |||
2006-02-14 | Kill unused __HAVE_MINIMAL_EMUL | Miod Vallat | |