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: Sat, 18 Nov 2017 06:37:21 -0600 (CST)

 On Sat, 18 Nov 2017, John D. Baker wrote:
 
 > The following kernel config which includes "GENERIC" now falsely claims
 > orphaned devices in the included config:
 
 Maybe not falsely--I may have elided all devices which could provide
 "gpiobus?", in which case it would be right to complain.
 
 I've explicitly elided "gpio* at gpiobus?", "gpioow* at gpio?" and
 "onewire* at gpioow?" from that kernel config (since that machine could
 never have them anyway) and am rebuilding.  It will take a while to get
 back to it.
 
 
 As previously mentioned, a config with:
 
 no ppb* at pci?         # PCI-PCI bridges
 no pci* at ppb?
 
 works, but a config with:
 
 no pci* at ppb?
 no ppb* at pci?         # PCI-PCI bridges
 
 still makes 'nbconfig' spin and eventually segfault.
 
 -- 
 |/"\ 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