[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[altq 1055] Re: What's Problem??(syscall error: can't add cbqon interface 'fxp0')




Karl Pielorz wrote:
> I recently just installed, and patched a FreeBSD 4.4-RC system, the patch 
> appeared to apply OK, but after restarting with the new kernel, I too get 
> the "syscall error: can't add cbq on interface 'fxp0'" error message.
> 
> I did notice that on 4.4-RC, fxp0 is driven by mii bus, wheras Altq's 
> config still seems to show it driven by it's own device driver (i.e. not 
> dependant on mii bus).
> 
> I've run the 'find' for rejected patch parts, and included the results 
> below...
> 
> If anyone can help, or suggest anything I'd be very grateful, I'm a little 
> concerned I didn't notice this, and the kernel went and built/booted anyway 
> :) - What are the chances in being able to fixit up on 4.4-RC? / 4.4-R etc?
> 
> Am I just lucky the unspotted failures below didn't cause a crash? :)

As I understand it, the fxp driver was moved to sys/dev/fxp/ but the
old source files were also remaining under sys/pci/ until several
hours ago.
So, the patch applied to the unused old files and that's why you
didn't see rejects.

-Kenjiro