Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 May 1995 11:39:46 -0700 (PDT)
From:      "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com>
To:        jkh@time.cdrom.com (Jordan K. Hubbard)
Cc:        CVS-commiters@time.cdrom.com, cvs-sys@time.cdrom.com
Subject:   Re: cvs commit: src/sys/i386/i386 userconfig.c
Message-ID:  <199505071839.LAA12978@gndrsh.aac.dev.com>
In-Reply-To: <199505071824.LAA16393@time.cdrom.com> from "Jordan K. Hubbard" at May 7, 95 11:24:00 am

next in thread | previous in thread | raw e-mail | index | archive | help
> 
> jkh         95/05/07 11:24:00
> 
>   Modified:    sys/i386/i386  userconfig.c
>   Log:
>   If user specifies IRQ 2, remap it to IRQ 9 with a warning.
>   Suggested by:	rgrimes

Did you also do something about it being silent if irq >=16?  If
you give it a value of say 17 it silently sets it to 0, or that
is what the code looked like before your change.  I am supping
now so I haven't looked at what you did yet:

	parms[0].parm.dparm->id_irq = (irq < 16 ? 1 << irq : 0);

You beat me to this, I was changing it already... oh well... it is
your's now!

-- 
Rod Grimes                                      rgrimes@gndrsh.aac.dev.com
Accurate Automation Company                   Custom computers for FreeBSD



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