Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Dec 2008 10:27:20 +0100
From:      Rink Springer <rink@FreeBSD.org>
To:        Won De Erick <won.derick@yahoo.com>
Cc:        Christoph Mallon <christoph.mallon@gmx.de>, freebsd-hackers@freebsd.org, Rink Springer <rink@FreeBSD.org>, freebsd-hardware@freebsd.org
Subject:   Re: Watchdog for Boser (HS-7001)
Message-ID:  <20081201092720.GB99082@rink.nu>
In-Reply-To: <611173.7111.qm@web45805.mail.sp1.yahoo.com>
References:  <547602.79284.qm@web45809.mail.sp1.yahoo.com> <4933A29B.8060907@gmx.de> <20081201090421.GA99082@rink.nu> <611173.7111.qm@web45805.mail.sp1.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 01, 2008 at 01:20:14AM -0800, Won De Erick wrote:
> Besides, I can see the following at /dev
> crw-------   1 root   wheel       0,  16 Nov 27 01:53 io
> 
> How should I make this open? do i need to %include this?

No, you need to invoke an open syscall just in the same way you did the
previous system call. Try looking at
http://goodfellas.shellcode.com.ar/docz/asm/aslenguage.html, which is a
tutorial for exactly this sort of thing.

You don't have to read or write to it; just opening it is enough to get
the I/O access you need.

Regards,

-- 
Rink P.W. Springer                                - http://rink.nu
"Anyway boys, this is America. Just because you get more votes doesn't
 mean you win." - Fox Mulder

> 
> 
> > -- 
> > Rink P.W. Springer                                - http://rink.nu
> > "Anyway boys, this is America. Just because you get more votes doesn't
> >  mean you win." - Fox Mulder
> > 
> 
> 
> 
>       
> 
> _______________________________________________
> 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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081201092720.GB99082>