NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: toolchain/52722: config(8) busy-loops, then cores



The following reply was made to PR toolchain/52722; it has been noted by GNATS.

From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: toolchain/52722: config(8) busy-loops, then cores
Date: Tue, 28 Nov 2017 19:53:31 -0600 (CST)

 On Tue, 28 Nov 2017, John D. Baker wrote:
 
 > Will re-try the "no ppb* at pci?" vs "no pci* at ppb?" ordering issue
 > later.
 
 This issue remains.  This order works:
 
   no ppb*	at pci? 	# PCI-PCI bridges
   no pci*	at ppb?
 
 The opposite order:
 
   no pci*	at ppb?
   no ppb*	at pci? 	# PCI-PCI bridges
 
 causes 'config' to segfault and dump core.
 
 The GENERIC configs for architectures with PCI busses have:
 
   pci*	at ppb?
   ppb*	at pci? 	# PCI-PCI bridges
 
 so just prepending "no " to these attachments will result in 'config'
 segfaulting.  The order needs to be reversed when eliding these
 attachments for machines w/o p2p bridges (like original iMac).
 
 -- 
 |/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
 |\ / jdbaker[snail]mylinuxisp[flyspeck]com    OpenBSD            FreeBSD
 | X  No HTML/proprietary data in email.   BSD just sits there and works!
 |/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645
 


Home | Main Index | Thread Index | Old Index