[haiku-bugs] Re: [Haiku] #8634: vm_page_fault: unhandled page fault in kernel space at 0x0, ip 0x0

  • From: "korli" <trac@xxxxxxxxxxxx>
  • Date: Mon, 02 Sep 2013 21:16:51 -0000

#8634: vm_page_fault: unhandled page fault in kernel space at 0x0, ip 0x0
-------------------------------------------+----------------------------
   Reporter:  kurtis                       |      Owner:  korli
       Type:  bug                          |     Status:  new
   Priority:  normal                       |  Milestone:  R1
  Component:  Drivers/Network/aironetwifi  |    Version:  R1/Development
 Resolution:                               |   Keywords:
 Blocked By:                               |   Blocking:  7665
Has a Patch:  0                            |   Platform:  x86
-------------------------------------------+----------------------------

Comment (by korli):

 siarzhuk,
 could you check the FBSD_WLAN requirement flag when calling
 start_wlan()/stop_wlan(). The aironetwifi driver doesn't require this
 flag.
 Something like the following in device_attach():
 {{{
    if (result == 0 && HAIKU_DRIVER_REQUIRES(FBSD_WLAN))
        result = start_wlan(device);
 }}}

 Same for device_detach().
 Hope it helps.

--
Ticket URL: <http://dev.haiku-os.org/ticket/8634#comment:12>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: