[Bug 270929] Intel LAN card I219LM (23) error load when boot

2023-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270929

Piotr Kubaj  changed:

   What|Removed |Added

   Assignee|n...@freebsd.org |free...@intel.com

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270929] Intel LAN card I219LM (23) error load when boot

2023-05-05 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270929

Piotr Kubaj  changed:

   What|Removed |Added

URL||https://reviews.freebsd.org
   ||/D39977

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270929] Intel LAN card I219LM (23) error load when boot

2023-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270929

--- Comment #8 from David Durieux  ---
The patch fix the problem, thank you ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270929] Intel LAN card I219LM (23) error load when boot

2023-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270929

Piotr Kubaj  changed:

   What|Removed |Added

Version|Unspecified |13.2-STABLE

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270929] Intel LAN card I219LM (23) error load when boot

2023-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270929

--- Comment #7 from Piotr Kubaj  ---
Oh, note that you will need to use the main branch, 13.2-RELEASE won't work.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270929] Intel LAN card I219LM (23) error load when boot

2023-05-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270929

Piotr Kubaj  changed:

   What|Removed |Added

 Status|Open|In Progress
 CC||pku...@freebsd.org

--- Comment #6 from Piotr Kubaj  ---
Can you check the following patch:
diff --git a/sys/dev/e1000/e1000_api.c b/sys/dev/e1000/e1000_api.c
index 9442dd26651b..0cfb62e8c6b7 100644
--- a/sys/dev/e1000/e1000_api.c
+++ b/sys/dev/e1000/e1000_api.c
@@ -333,12 +333,12 @@ s32 e1000_set_mac_type(struct e1000_hw *hw)
case E1000_DEV_ID_PCH_TGP_I219_V14:
case E1000_DEV_ID_PCH_TGP_I219_LM15:
case E1000_DEV_ID_PCH_TGP_I219_V15:
+   mac->type = e1000_pch_tgp;
+   break;
case E1000_DEV_ID_PCH_ADL_I219_LM16:
case E1000_DEV_ID_PCH_ADL_I219_V16:
case E1000_DEV_ID_PCH_RPL_I219_LM23:
case E1000_DEV_ID_PCH_RPL_I219_V23:
-   mac->type = e1000_pch_tgp;
-   break;
case E1000_DEV_ID_PCH_ADL_I219_LM17:
case E1000_DEV_ID_PCH_ADL_I219_V17:
case E1000_DEV_ID_PCH_RPL_I219_LM22:


?

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270929] Intel LAN card I219LM (23) error load when boot

2023-04-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270929

--- Comment #5 from David Durieux  ---
How can I help to fix and resolve this problem?

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270929] Intel LAN card I219LM (23) error load when boot

2023-04-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270929

Graham Perrin  changed:

   What|Removed |Added

Version|13.1-STABLE |Unspecified

--- Comment #4 from Graham Perrin  ---
Thanks, 

(In reply to David Durieux from comment #2)

13.2-STABLE is missing from the menu; bug 262494 comment 6.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 270929] Intel LAN card I219LM (23) error load when boot

2023-04-20 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270929

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|n...@freebsd.org
   Keywords||IntelNetworking

-- 
You are receiving this mail because:
You are the assignee for the bug.