Re: Compaq Evo N600c, docking station

Andrea Franceschini <[email protected]>
Newsgroups gmane.os.freebsd.devel.mobile
Message-ID <[email protected]>
On Thu, Apr 03, 2003 at 04:27:53PM +0200, Emanuel Haupt wrote:
> hi andrea
> 
> thanks for your answer. i read that man pages over and over again. i
> couldn't figure out how you do that. could you show me what exactly i
> have to put into my kernel config? i put the following line in my config
> file and recompiled the kernel. 
> 
> options         INCLUDE_CONFIG_FILE
> 
> but i didn't quite get where i can set the NO_RESET flag.
> 
> thanks in advance for you patience.
> 
> emanuel

On 4.7 you should explicitly add the keyword 'flags' after the device configuration line, like this:

device atkbd0 at atkbdc? irq 1 flags 0x03
                               ^^^^^^^^^^

where 0x0 mens no bits 
      0x1 means BIT 0
      0x2 means BIT 1
      0x4 means BIT 2

If you wanted both bit 0 and 1 you should put 0x3 and so on...

On 5.0 i'm not sure but it seem that you'll have to modify the 'hints' file in this way:

hint.atkbd.0.flags="0x1" --> hint.atkbd.0.flags="0x3"

Bye!
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-mobile
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.