Bug 168754

Summary: [ath] if_ath dont have internal name
Product: Base System Reporter: Irakli M <ika256>
Component: wirelessAssignee: freebsd-wireless (Nobody) <wireless>
Status: Open ---    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Irakli M 2012-06-06 12:30:12 UTC
in GENERIC Kernel where if_ath is builtin, 
I cant see module name in kldstat -v

ns# kldstat -v | grep ath
                350 uhub/uath
                117 pci/ath_pci

ns# ls /boot/kernel | grep ath
geom_multipath.ko
geom_multipath.ko.symbols
if_ath.ko
if_ath.ko.symbols
if_ath_pci.ko
if_ath_pci.ko.symbols
if_uath.ko
if_uath.ko.symbols

so 
if_ath_pci.ko = pci/ath_pci
if_uath.ko = uhub/uath
if_ath = ???

I check it in 9.0-Release and after 9.0-Stable. same result.

when I remove module in config file and recompile kernel
kldstat -v

 3    2 0xffffffff81412000 770ee    if_ath.ko (/boot/kernel/if_ath.ko)
        Contains modules:
                Id Name
 4    1 0xffffffff8148a000 937      if_ath_pci.ko (/boot/kernel/if_ath_pci.ko)
        Contains modules:
                Id Name
                434 pci/ath_pci

no internal module name for if_ath and because i cant see ath in kldstat
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2014-04-20 03:52:15 UTC
Responsible Changed
From-To: freebsd-bugs->freebsd-wireless

Over to maintainer(s).
Comment 2 Eitan Adler freebsd_committer freebsd_triage 2018-05-28 19:49:21 UTC
batch change:

For bugs that match the following
-  Status Is In progress 
AND
- Untouched since 2018-01-01.
AND
- Affects Base System OR Documentation

DO:

Reset to open status.


Note:
I did a quick pass but if you are getting this email it might be worthwhile to double check to see if this bug ought to be closed.