[osol-code] Re: question about interrupt handling

2006-11-24 Thread Jake D
Yes it is a standard serial port. I will look into your suggestions, thanks This message posted from opensolaris.org ___ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Re: [osol-code] question about interrupt handling

2006-11-24 Thread Casper . Dik
>I am writing an application that needs to respond to input on a serial port. >The input is expecte d very infrequently so I would like to perhaps use an interrupt rather than polling. >Is it correct that I must create my own driver to do interrupt handling? If >so, which one should I use

[osol-code] Re: How to make in cmd/usr.sbin to open debug switch

2006-11-24 Thread Jürgen Keil
> I want to build a command via "make" in source tree, but by default, > it seems that it can not build a version with debug info. > Is there a easy way to build it via "make" in cmd subdir. I'm using something like this (example: recompile "format" utility with debug info) : % bldenv opensolaris

[osol-code] question about interrupt handling

2006-11-24 Thread Jake D
I am writing an application that needs to respond to input on a serial port. The input is expected very infrequently so I would like to perhaps use an interrupt rather than polling. Is it correct that I must create my own driver to do interrupt handling? If so, which one should I use as my s

Re: [osol-code] How to make in cmd/usr.sbin to open debug switch

2006-11-24 Thread Darren J Moffat
Xiao-Hai Ivan Shi wrote: Hi all, I want to build a command via "make" in source tree, but by default, it seems that it can not build a version with debug info. Is there a easy way to build it via "make" in cmd subdir. Assuming you already know how to build the command, if you just want to add

Re: [osol-code] How to make in cmd/usr.sbin to open debug switch

2006-11-24 Thread Xiao-Hai Ivan Shi
Paul Durrant wrote: On 11/24/06, Xiao-Hai Ivan Shi <[EMAIL PROTECTED]> wrote: I want to build a command via "make" in source tree, but by default, it seems that it can not build a version with debug info. Is there a easy way to build it via "make" in cmd subdir. Without specifics, I can't h

Re: [osol-code] How to make in cmd/usr.sbin to open debug switch

2006-11-24 Thread Paul Durrant
On 11/24/06, Xiao-Hai Ivan Shi <[EMAIL PROTECTED]> wrote: I want to build a command via "make" in source tree, but by default, it seems that it can not build a version with debug info. Is there a easy way to build it via "make" in cmd subdir. Without specifics, I can't help you much. How did