"ath%d: unable to attach hardware; HAL status %u" | The Atheros Hardware Access Layer was unable to configure the hardware as requested. The status code is explained in the HAL include file sys/contrib/dev/ath/ah.h. |
"ath%d: failed to allocate descriptors: %d" | The driver was unable to allocate contiguous memory for the transmit and receive descriptors. This usually indicates system memory is scarce and/or fragmented. |
"ath%d: unable to setup a data xmit queue!" | The request to the HAL to set up the transmit queue for normal data frames failed. This should not happen. |
"ath%d: unable to setup a beacon xmit queue!" | The request to the HAL to set up the transmit queue for 802.11 beacon frames frames failed. This should not happen. |
"ath%d: 802.11 address: %s" | The MAC address programmed in the EEPROM is displayed. |
"ath%d: hardware error; resetting" | An unrecoverable error in the hardware occurred. Errors of this sort include unrecoverable DMA errors. The driver will reset the hardware and continue. |
"ath%d: rx FIFO overrun; resetting" | The receive FIFO in the hardware overflowed before the data could be transferred to the host. This typically occurs because the hardware ran short of receive descriptors and had no place to transfer received data. The driver will reset the hardware and continue. |
"ath%d: unable to reset hardware; hal status %u" | The Atheros Hardware Access Layer was unable to reset the hardware as requested. The status code is explained in the HAL include file sys/contrib/dev/ath/ah.h. This should not happen. |
"ath%d: unable to start recv logic" | The driver was unable to restart frame reception. This should not happen. |
"ath%d: device timeout" | A frame dispatched to the hardware for transmission did not complete in time. The driver will reset the hardware and continue. This should not happen. |
"ath%d: bogus xmit rate 0x%x" | An invalid transmit rate was specified for an outgoing frame. The frame is discarded. This should not happen. |
"ath%d: ath_chan_set: unable to reset channel %u (%u Mhz)" | The Atheros Hardware Access Layer was unable to reset the hardware when switching channels during scanning. This should not happen. |
"ath%d: unable to allocate channel table" | The driver was unable to allocate memory for the table used to hold the set of available channels. |
"ath%d: unable to collect channel list from hal" | A problem occurred while querying the HAL to find the set of available channels for the device. This should not happen. |
"ath%d: failed to enable memory mapping" | The driver was unable to enable memory-mapped I/O to the PCI device registers. This should not happen. |
"ath%d: failed to enable bus mastering" | The driver was unable to enable the device as a PCI bus master for doing DMA. This should not happen. |
"ath%d: cannot map register space" | The driver was unable to map the device registers into the host address space. This should not happen. |
"ath%d: could not map interrupt" | The driver was unable to allocate an IRQ for the device interrupt. This should not happen. |
"ath%d: could not establish interrupt" | The driver was unable to install the device interrupt handler. This should not happen. |
|