Re: i386_set_ioperm on FreeBSD 5.3

From: Dmitry Frolov (frolov_at_riss-telecom.ru)
Date: 12/30/04

  • Next message: Peter Pentchev: "Re: Support for Adaptec Ultra 320 (29320)"
    Date: Thu, 30 Dec 2004 19:00:01 +0600
    To: FreeBSD Hackers List <freebsd-hackers@freebsd.org>
    
    

    * Tom Alsberg <alsbergt@cs.huji.ac.il> [27.12.2004 13:57]:

    > Hi there.
    >
    > I'm trying to use some code I wrote quite a while ago using Doug
    > White's FreeBSD IPMI code (kcs.c, send-kcs-command.c, etc.).
    >
    > It still works as it did back then on FreeBSD 4.10. On FreeBSD 5.3 it
    > does not.
    >
    > Problem seems to be, that i386_set_ioperm isn't doing what it should.
    > The program gets SIGBUS when doing outb, while it shouldn't.

    I was able to work around this by using io(4).

        wbr&w, dmitry.

    -- 
    Dmitry Frolov <frolov@riss-telecom.ru>
    RISS-Telecom Network, Novosibirsk, Russia
    66415911@ICQ, +7 3832 NO WA1T, DVF-RIPE
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
    

  • Next message: Peter Pentchev: "Re: Support for Adaptec Ultra 320 (29320)"