[haiku-bugs] Re: [Haiku] #13698: Network stopped working on haiku nightly hrev50967

  • From: "korli" <trac@xxxxxxxxxxxx>
  • Date: Tue, 12 Sep 2017 16:37:22 -0000

#13698: Network stopped working on haiku nightly hrev50967
----------------------------------------+----------------------------
   Reporter:  addos                     |      Owner:  nobody
       Type:  bug                       |     Status:  new
   Priority:  normal                    |  Milestone:  Unscheduled
  Component:  Drivers/Network/ipro1000  |    Version:  R1/Development
 Resolution:                            |   Keywords:
 Blocked By:                            |   Blocking:
Has a Patch:  0                         |   Platform:  All
----------------------------------------+----------------------------

Comment (by korli):

 So let's try what's common:
 {{{
 egrep  "(E1000_DEV_ID_[^,]+)," if_em.c  | sed -e "s/^.*8086, //g" | sed -e
 "s/,.*//g" | sort > em.ids
 egrep  "(E1000_DEV_ID_[^,]+)," if_lem.c  | sed -e "s/^.*8086, //g" | sed
 -e "s/,.*//g" | sort > lem.ids
 comm -12 em.ids lem.ids
 }}}

 Result:
 {{{
 E1000_DEV_ID_82540EM
 E1000_DEV_ID_82540EM_LOM
 E1000_DEV_ID_82540EP
 E1000_DEV_ID_82540EP_LOM
 E1000_DEV_ID_82540EP_LP
 E1000_DEV_ID_82541EI
 E1000_DEV_ID_82541EI_MOBILE
 E1000_DEV_ID_82541ER
 E1000_DEV_ID_82541ER_LOM
 E1000_DEV_ID_82541GI
 E1000_DEV_ID_82541GI_LF
 E1000_DEV_ID_82541GI_MOBILE
 E1000_DEV_ID_82542
 E1000_DEV_ID_82543GC_COPPER
 E1000_DEV_ID_82543GC_FIBER
 E1000_DEV_ID_82544EI_COPPER
 E1000_DEV_ID_82544EI_FIBER
 E1000_DEV_ID_82544GC_COPPER
 E1000_DEV_ID_82544GC_LOM
 E1000_DEV_ID_82545EM_COPPER
 E1000_DEV_ID_82545EM_FIBER
 E1000_DEV_ID_82545GM_COPPER
 E1000_DEV_ID_82545GM_FIBER
 E1000_DEV_ID_82545GM_SERDES
 E1000_DEV_ID_82546EB_COPPER
 E1000_DEV_ID_82546EB_FIBER
 E1000_DEV_ID_82546EB_QUAD_COPPER
 E1000_DEV_ID_82546GB_COPPER
 E1000_DEV_ID_82546GB_FIBER
 E1000_DEV_ID_82546GB_PCIE
 E1000_DEV_ID_82546GB_QUAD_COPPER
 E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3
 E1000_DEV_ID_82546GB_SERDES
 E1000_DEV_ID_82547EI
 E1000_DEV_ID_82547EI_MOBILE
 E1000_DEV_ID_82547GI
 }}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/13698#comment:15>
Haiku <https://dev.haiku-os.org>
The Haiku operating system.

Other related posts: