acpi, wi0 and apm.

From: Peter Ankerstål (pean4661_at_student.uu.se)
Date: 04/25/05

  • Next message: Ed Stover: "Re: building good custom kernel"
    Date: Mon, 25 Apr 2005 11:56:23 +0200
    To: freebsd-questions@freebsd.org
    
    

    I have a problem with my WaveLAN.
    It works fine when I boot my FreeBSD 5.4-RC3 with acpi disabled.
    But when i enable acpi it says:

    wi0: <Lucent Technologies WaveLAN/IEEE> at port 0x100-0x13f irq 11 function 0 co
    nfig 1 on pccard0
    wi0: timeout in wi_cmd 0x0000; event status 0x8000
    wi0: timeout in wi_cmd 0x0000; event status 0x8000
    wi0: timeout in wi_cmd 0x0000; event status 0x8000
    : init failed
    device_attach: wi0 attach returned 6

    Then I tried to use apm instead. (worked fine in FreeBSD 4.)
    But i've compiled device apm into the kernel but I don't have
    any /dev/apm.

    -- 
    MVH
    Peter Ankerstål.
    _______________________________________________
    freebsd-questions@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-questions
    To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
    

  • Next message: Ed Stover: "Re: building good custom kernel"

    Relevant Pages

    • Problem with wi in CURRENT (and 5.1)
      ... pci0: <PCI bus> on pcib0 ... pci_cfgintr: 0:29 INTA BIOS irq 11 ... wi0: ... timeout in wi_cmd 0x0002; ...
      (freebsd-current)
    • Re: A problem with the select(2) interface
      ... Some platforms update the timeval and some don't, ... The FreeBSD man pages should document the behaviour of ... I agree that a _portable_ application must assume that timeout will ... Code with the assumption that the timeval struct will change and you'll ...
      (freebsd-arch)
    • Re: A problem with the select(2) interface
      ... The FreeBSD man pages should document the behaviour of ... modify the value passed as timeout but, ... +does not modify the return value, which can cause problems for applications ...
      (freebsd-arch)
    • Re: Stuck in geli
      ... MatrixRAID and avoiding it entirely on FreeBSD. ... It seems like a geli partition is unable to handle a timeout ... Seagate Barracuda 7200.7 and 7200.7 Plus family ... My experiences with disk timeouts on FreeBSD is that the OS does not ...
      (freebsd-stable)
    • Re: Pls sanity check: semtimedop(2) for FreeBSD
      ... Below is a semtimedopimplementation that I'm using for FreeBSD. ... struct timespec *_timeout) ... struct timeval timeout, before, after; ... sigaction(SIGALRM, &osa, NULL); ...
      (comp.unix.programmer)