Re: Regarding Chipset selection By the driver

2019-12-06 Thread malepati vishnuvardhan
Hi, Thanks a lot for the information. On Fri, Dec 6, 2019 at 2:01 PM Adrian Chadd wrote: > Hi! > > I've documented the layout in the wiki: > > wiki.freebsd.org/dev/ath(4) and wiki.freebsd.org/dev/ath_hal(4) . You > should start there. > > The HAL code is a bit twisty: > > * the driver - if_ath

Re: Regarding Chipset selection By the driver

2019-12-06 Thread Adrian Chadd
Hi! I've documented the layout in the wiki: wiki.freebsd.org/dev/ath(4) and wiki.freebsd.org/dev/ath_hal(4) . You should start there. The HAL code is a bit twisty: * the driver - if_ath_*[ch] is common for everything; * the if_ath_pci.c code detects the NIC and creates the if_ath context and se

Regarding Chipset selection By the driver

2019-12-05 Thread malepati vishnuvardhan
Hi, I wanted to know how driver selects the particular chipset. For example, I have AR9287 chipset installed, But the driver (ath) has code related to all the Chipset versions. I'm new to all these stuff, and I'm unable to trace the flow of driver registration. Please provide me some information re