On 2009-02-11, Timothy Normand Miller wrote:
> On Wed, Feb 11, 2009 at 3:03 AM, Petter Urkedal <[email protected]> wrote:
> > On 2009-02-10, Timothy Normand Miller wrote:
> >> I have one out-standing commit to SVN, but I don't think it's all
> >> correct.  The important bit is that the bit flags for the memory
> >> targets should change, unless they're shifts.  Also, I had made a hack
> >> to some addresses, but I'm not sure if they're right.  I'd rather that
> >> someone like Howard or Petter figure out what's right here and make
> >> the commit.
> >>
> >> Here's my diff against head (in the new repo).
> >>
> >>
> >> Index: hqio.asm
> >> ===================================================================
> >> --- hqio.asm  (revision 471)
> >> +++ hqio.asm  (working copy)
> >> @@ -21,12 +21,10 @@
> >>  ;;; Authors: Petter Urkedal, Timothy Normand Miller
> >>
> >>  ;; PCI Target Numbers
> >> -let PCI_TARGET_CFG  = 0      ; (not seed by HQ) configuration
> >>  let PCI_TARGET_ENG  = 1      ; engine
> >>  let PCI_TARGET_MEM  = 2      ; memory
> >> -let PCI_TARGET_VMEM = 3      ; video memory
> >> -let PCI_TARGET_IO   = 4      ; IO
> >> -let PCI_TARGET_PROM = 5      ; (not seen by HQ)
> >> +let PCI_TARGET_VMEM = 4      ; video memory
> >> +let PCI_TARGET_IO   = 8      ; IO
> >
> > You're right.
> 
> You and/or Howard needs to add that to your local copy, since we can't
> commit yet to the new repo.

Yeah, I noticed, I only have read access.  I have prepared the commit
for this and a fix for another shift-related bug which Mark discovered.
Feel free to ping me when Subversion commits are working again.
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to