summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2006-02-22Rework notify handler.Marco Peereboom
Use jordan's new notify register function. ok jordan@
2006-02-22re-enable interrupt mitigation and mask out NFE_IRQ_TIMER that was causingDamien Bergamini
interrupts flood.
2006-02-22IBM 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-22Added notify callback for A/C deviceJordan Hargrave
ok marco@
2006-02-22Add insertion and removal events for batteries.Marco Peereboom
Some cleanup & KNF.
2006-02-22Expect PMU_INT_SNDBRT while resetting the adb bus; although this brings theMiod Vallat
long probe delay on the Mac Mini, this is necessary for reliable adb device detection on several PowerBook families.
2006-02-22For 82544 and newer chips increase the number of TX descriptors to 512.Brad Smith
2006-02-22regenBrad Smith
2006-02-22update the media settings after MAC setup.Brad Smith
2006-02-21KNFMarco Peereboom
2006-02-21disable interrupt mitigation until i figure out why we're spending 10% ofDamien Bergamini
CPU time in interrupts with it.
2006-02-21KNFMarco Peereboom
2006-02-21remove some commented out and NetBSD-specific code.Brad Smith
2006-02-21add missing MTU ioctl switch case.Brad Smith
Noticed by: Ben Lovett <ben at tilderoot dot com>
2006-02-21Added button type fieldJordan Hargrave
KNF Fixed parent notify callback for GEN interrupts ok marco@
2006-02-21Readjust debug levels that crept in too low over the last few days.Marco Peereboom
KNF
2006-02-21Adjust debug levels since _STA often doesn't exist and its annoyingly loud.Marco Peereboom
KNF
2006-02-21Fix a panic reported by D.Snezhkov by issuing an ifconfig command withClaudio 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-21use after free; from itojun@Markus Friedl
2006-02-21Rig 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-21Adjust debugging levels to something more reasonable.Marco Peereboom
2006-02-21Print the parent name which is way more useful than the node name.Marco Peereboom
E.a: _LID instead of _HID.
2006-02-20Calling parseint instead of parseval for getpciaddrJordan Hargrave
ok marco@
2006-02-20Added aml_bufcmp buffer comparisonsJordan Hargrave
Added getpciaddr for pci opregions ok marco@
2006-02-20Fix a typo cbproc -> proc. Found by drahn@Marco Peereboom
ok jordan@
2006-02-20Fixed 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 veryDamien 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-20Fix kernel builds without bpfilter. Linking is still broken.Damien Bergamini
"Please commit this diff ASAP" brad@
2006-02-20Remove historical yet completely undocumented ``is this a tape'' ioctl forMiod 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-20Compile out more rthreads stuff unless option RTHREADS;Miod Vallat
discussed with a few, ok tedu@
2006-02-20Be sure to call shutdownhook_disestablish() as this is a removeable device.Jonathan Gray
ok mickey@
2006-02-20fix conversion for the temp values. i think i was losing some precisionDavid Gwynne
2006-02-20Region 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-20Region has to be read/write not just read.Marco Peereboom
ok jordan Pointed out by Bjorn Andersson <bjorn at silversmedjan dot se>
2006-02-20Display device name for button attachJordan Hargrave
ok marco@
2006-02-20Add acpibtn device. Remains disabled for now.Marco Peereboom
2006-02-19Added code for aml_notify GPE notification callbackJordan Hargrave
ok marco@
2006-02-19Fix acpi_enter_sleep_state() by replacing current ugly hackAlexander Yurchenko
with mostly correct sleeping state transition code. ok brad@ marco@
2006-02-19Fix 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 tagDamien 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-19add the TTTech MC322Brad Smith
2006-02-19sync 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-19jordan: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-18don'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-17espie@ 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-17Remove earlier introduced delays. We really only need them during autconf.Marco Peereboom
ok jordan@
2006-02-17Add a generic delay function as per the ACPI spec.Marco Peereboom
from jordan@
2006-02-17Fix another typo. From Constantine A. Murenin.Mark Kettenis
2006-02-17Missed part of last atw commit.Jonathan Gray