Bug 169665

Summary: Add missing smb(4)/smbus(4)/ichsmb(4) modules
Product: Base System Reporter: Arnaud <lacombar>
Component: kernAssignee: Gavin Atkinson <gavin>
Status: Closed Not A Bug    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
0001-modules-add-smb-smbus-ichsmb.patch none

Description Arnaud 2012-07-05 18:10:11 UTC

    
Comment 1 Arnaud 2012-07-05 18:17:26 UTC
forgot to attach the patch...

 - Arnaud
Comment 2 Mark Johnston 2012-07-19 20:02:22 UTC
They're not missing, they're just in modules/i2c/smb, modules/i2c/smbus
and modules/i2c/controllers/ichsmb. Not the most obvious location maybe,
but they're there.
Comment 3 Gavin Atkinson freebsd_committer freebsd_triage 2012-08-16 13:47:09 UTC
State Changed
From-To: open->feedback

To submitter: 

As already noted, these modules appear to already exist: 

% ls -l /boot/kernel/ichsmb.ko /boot/kernel/smb.ko /boot/kernel/smbus.ko 
-r-xr-xr-x  1 root  wheel  22368  6 Jul 23:12 /boot/kernel/ichsmb.ko 
-r-xr-xr-x  1 root  wheel  11472  6 Jul 23:12 /boot/kernel/smb.ko 
-r-xr-xr-x  1 root  wheel   8904  6 Jul 23:12 /boot/kernel/smbus.ko 

As a result, it's not clear to me exactly what your patch is 
for - please could you clarify? 

Thanks,
Comment 4 Gavin Atkinson freebsd_committer freebsd_triage 2012-08-16 13:47:09 UTC
Responsible Changed
From-To: freebsd-bugs->gavin

Track - I'll deal with this if it does turn out to be necessary.