CVSROOT: /cvs Module name: src Changes by: dam...@cvs.openbsd.org 2009/11/19 12:19:59
Modified files: sys/dev/ic : athn.c athnreg.h athnvar.h Log message: if a radio switch exists, configure the GPIO pin to which it is connected to raise an interrupt when the pin goes low (or high depending on the polarity of the radio switch.) turn the interface down when the interrupt occurs. this is the same behaviour as in wpi(4) and iwn(4). cleanup interrupts processing while i'm here. remove ATHN_INTR_MITIGATION compile option (it is set by default.)