Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-22 | Rework notify handler. | Marco Peereboom | |
Use jordan's new notify register function. ok jordan@ | |||
2006-02-22 | re-enable interrupt mitigation and mask out NFE_IRQ_TIMER that was causing | Damien Bergamini | |
interrupts flood. | |||
2006-02-22 | IBM makes a pcn card that shows up as: | Brad Smith | |
Trident Microsystems 4DWAVE DX (ethernet network, revision 0x25) Unfortunately, this is an autri sound card. Special case the match routines for both drivers so if_pcn properly picks it up and autri does not. From NetBSD ok mickey@, tested by martin@ | |||
2006-02-22 | Added notify callback for A/C device | Jordan Hargrave | |
ok marco@ | |||
2006-02-22 | Add insertion and removal events for batteries. | Marco Peereboom | |
Some cleanup & KNF. | |||
2006-02-22 | Expect PMU_INT_SNDBRT while resetting the adb bus; although this brings the | Miod Vallat | |
long probe delay on the Mac Mini, this is necessary for reliable adb device detection on several PowerBook families. | |||
2006-02-22 | For 82544 and newer chips increase the number of TX descriptors to 512. | Brad Smith | |
2006-02-22 | regen | Brad Smith | |
2006-02-22 | update the media settings after MAC setup. | Brad Smith | |
2006-02-21 | KNF | Marco Peereboom | |
2006-02-21 | disable interrupt mitigation until i figure out why we're spending 10% of | Damien Bergamini | |
CPU time in interrupts with it. | |||
2006-02-21 | KNF | Marco Peereboom | |
2006-02-21 | remove some commented out and NetBSD-specific code. | Brad Smith | |
2006-02-21 | add missing MTU ioctl switch case. | Brad Smith | |
Noticed by: Ben Lovett <ben at tilderoot dot com> | |||
2006-02-21 | Added button type field | Jordan Hargrave | |
KNF Fixed parent notify callback for GEN interrupts ok marco@ | |||
2006-02-21 | Readjust debug levels that crept in too low over the last few days. | Marco Peereboom | |
KNF | |||
2006-02-21 | Adjust debug levels since _STA often doesn't exist and its annoyingly loud. | Marco Peereboom | |
KNF | |||
2006-02-21 | Fix a panic reported by D.Snezhkov by issuing an ifconfig command with | Claudio Jeker | |
-alias and netmask used at the same time. This resulted in a corrupted routing table and a panic in rn_walktree after the interface was destroyed. OK krw@ henning@ | |||
2006-02-21 | use after free; from itojun@ | Markus Friedl | |
2006-02-21 | Rig the power button so that the machine shuts down correctly. | Marco Peereboom | |
2006-02-21 | - Overhaul link state detection code. | Brad Smith | |
- Make use of if_link_state_change() so CARP will now see link state changes for fibre cards. revs 1.102, 1.104, 1.113, 1.120, and 1.124. From FreeBSD Tested with 5700/5701/5703/5704/5750 and a 5752. | |||
2006-02-21 | Adjust debugging levels to something more reasonable. | Marco Peereboom | |
2006-02-21 | Print the parent name which is way more useful than the node name. | Marco Peereboom | |
E.a: _LID instead of _HID. | |||
2006-02-20 | Calling parseint instead of parseval for getpciaddr | Jordan Hargrave | |
ok marco@ | |||
2006-02-20 | Added aml_bufcmp buffer comparisons | Jordan Hargrave | |
Added getpciaddr for pci opregions ok marco@ | |||
2006-02-20 | Fix a typo cbproc -> proc. Found by drahn@ | Marco Peereboom | |
ok jordan@ | |||
2006-02-20 | Fixed structure size for sleep states (bad grange!) | Jordan Hargrave | |
ok marco@ | |||
2006-02-20 | - remove mbuf linearization code. it is broken in this context and it is very | Damien Bergamini | |
unlikely that we will see mbuf chains with 62 fragments anytime soon (anyway, it would not crash, it would just freeze TX). - fix max scatter value so we don't end up filling the ring with one mbuf chain. | |||
2006-02-20 | Fix kernel builds without bpfilter. Linking is still broken. | Damien Bergamini | |
"Please commit this diff ASAP" brad@ | |||
2006-02-20 | Remove historical yet completely undocumented ``is this a tape'' ioctl for | Miod Vallat | |
block devices where ioctl request is zero and data is B_TAPE, which no sane userland program uses those days. General disgust and ok deraadt@ millert@ weingart@ | |||
2006-02-20 | Compile out more rthreads stuff unless option RTHREADS; | Miod Vallat | |
discussed with a few, ok tedu@ | |||
2006-02-20 | Be sure to call shutdownhook_disestablish() as this is a removeable device. | Jonathan Gray | |
ok mickey@ | |||
2006-02-20 | fix conversion for the temp values. i think i was losing some precision | David Gwynne | |
2006-02-20 | Region has to be read and write not just read. | Marco Peereboom | |
ok jordan Pointed out by Bjorn Andersson <bjorn at silversmedjan dot se> | |||
2006-02-20 | Region has to be read/write not just read. | Marco Peereboom | |
ok jordan Pointed out by Bjorn Andersson <bjorn at silversmedjan dot se> | |||
2006-02-20 | Display device name for button attach | Jordan Hargrave | |
ok marco@ | |||
2006-02-20 | Add acpibtn device. Remains disabled for now. | Marco Peereboom | |
2006-02-19 | Added code for aml_notify GPE notification callback | Jordan Hargrave | |
ok marco@ | |||
2006-02-19 | Fix acpi_enter_sleep_state() by replacing current ugly hack | Alexander Yurchenko | |
with mostly correct sleeping state transition code. ok brad@ marco@ | |||
2006-02-19 | Fix a comment in ieee80211_next_scan(). | Damien Bergamini | |
2006-02-19 | - fix h/w VLAN tagging and enable it for adapters that support it (VLAN tag | Damien Bergamini | |
stripping job is left to the network stack). - enable interrupt mitigation by default. - add some magic to the initialization sequence in the hope that it will fix TX issues seen on some adapters. | |||
2006-02-19 | add the TTTech MC322 | Brad Smith | |
2006-02-19 | sync w/ rt2560.c: | Damien Bergamini | |
don't try to release references to nodes that have been freed by net80211. in HostAP mode, when switching to the INIT state, net80211 sends a DISASSOC and a DEAUTH frame to all associated stations and immediately free all the nodes while we may still hold references to them in our Tx queues. | |||
2006-02-19 | jordan: | Marco Peereboom | |
Enable interrupts. Added peripheral code to make this work. marco: Replace softintr and other types of interrupts with a handler with context. Fixed interrupt magic for GPEs. Some KNF This is work done by jordan and I but has to be a single commit. | |||
2006-02-18 | don't try to release references to nodes that have been freed by net80211. | Damien Bergamini | |
in HostAP mode, when switching to the INIT state, net80211 sends a DISASSOC and a DEAUTH frame to all associated stations and immediately free all the nodes while we may still hold references to them in our Tx queues. hopefully, this should fix PRs 4469/kernel and 4953/kernel. | |||
2006-02-17 | espie@ backed out the library part of brad's commit which broke stuff, | Jolan Luff | |
but not the kernel part. now sound in opera via the flashplugin works again. | |||
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 | |