Searched hist:222543 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/ipw/
H A Dif_ipw.cdiff 222543 Tue May 31 17:22:18 MDT 2011 bschmidt Add module version to iwi/ipw/wpi and iwn.

The version is used to check if a module is already preset, not setting
it results in:

can't re-use a leaf (ipw)!
module_register: module pci/ipw already exists!
Module pci/ipw failed to register: 17

while trying to load the module due to an entry in loader.conf. With this
commit we get the expected:

module ipw already present!

Reported by: Dru Lavigne, bz
Tested by: bz
MFC after: 1 week
/freebsd-11-stable/sys/dev/iwi/
H A Dif_iwi.cdiff 222543 Tue May 31 17:22:18 MDT 2011 bschmidt Add module version to iwi/ipw/wpi and iwn.

The version is used to check if a module is already preset, not setting
it results in:

can't re-use a leaf (ipw)!
module_register: module pci/ipw already exists!
Module pci/ipw failed to register: 17

while trying to load the module due to an entry in loader.conf. With this
commit we get the expected:

module ipw already present!

Reported by: Dru Lavigne, bz
Tested by: bz
MFC after: 1 week
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.cdiff 222543 Tue May 31 17:22:18 MDT 2011 bschmidt Add module version to iwi/ipw/wpi and iwn.

The version is used to check if a module is already preset, not setting
it results in:

can't re-use a leaf (ipw)!
module_register: module pci/ipw already exists!
Module pci/ipw failed to register: 17

while trying to load the module due to an entry in loader.conf. With this
commit we get the expected:

module ipw already present!

Reported by: Dru Lavigne, bz
Tested by: bz
MFC after: 1 week

Completed in 171 milliseconds