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: Sun, 12 Nov 2017 17:33:16 -0600 (CST)

 I've had a similar experience configuring a custom macppc kernel.
 
 On a machine w/o PCI, the order in which pci* and ppb* attachments are
 elided confuses 'config' causing it to behave as you describe.
 
 Your custom config contains:
 
 [...]
 no pci*	at ppb?
 [...]
 no ppb*	at pci?				# PCI-PCI bridges
 [...]
 
 If you reverse the order of these statements (elide ppb* at pci? before
 eliding pci* at ppb?) 'config' will be happy.
 
 -- 
 |/"\ 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