Re: CVS commit: src/lib/libutil

2013-06-21 Thread Christos Zoulas
In article 20130621081825.11fd...@cvs.netbsd.org,
Thomas Klausner source-changes-d@NetBSD.org wrote:
-=-=-=-=-=-

Module Name:   src
Committed By:  wiz
Date:  Fri Jun 21 08:18:25 UTC 2013

Modified Files:
   src/lib/libutil: login_cap.3

Log Message:
Punctuation nit.
(Shouldn't the whole line be .Dl or .Bl -literal instead?)

Yes, that would be better.

christos



re: CVS commit: src/sys/arch/sparc64

2013-06-21 Thread matthew green

i'm curious - what were you going to trigger this problem?

 Module Name:  src
 Committed By: nakayama
 Date: Fri Jun 21 20:09:59 UTC 2013
 
 Modified Files:
   src/sys/arch/sparc64/dev: psycho.c pyro.c schizo.c
   src/sys/arch/sparc64/include: cpu.h
   src/sys/arch/sparc64/sparc64: trap.c
 
 Log Message:
 Avoid data_access_error trap panic when reading unused PCI
 configuration space.
 
 This method is described in UltraSPARC IIi User's Manual 16.2.1
 Probing PCI during boot using deferred errors, and refer to the
 implementation of OpenBSD.

hmmm, i wonder if kpreempt_disable()/enable() should go
around these calls now.  we don't want these accesses
to migrate to another cpu in the middle ..

i don't think there's any reason pci_conf_* have to be
called in a context that has kpreempt already disabled.

thanks.


.mrg.