Subject: toolchain/32329: config(1) thinks that device attached at a pseudo device is an orphan
To: None <toolchain-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <uwe@netbsd.org>
List: netbsd-bugs
Date: 12/18/2005 17:50:00
>Number:         32329
>Category:       toolchain
>Synopsis:       config(1) thinks that device attached at a pseudo device is an orphan
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    toolchain-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 18 17:50:00 +0000 2005
>Originator:     Valeriy E. Ushakov
>Release:        current as of 2005-12-18
>Organization:
>Environment:
>Description:
I'm cross compiling a kernel for NetBSD/hpcsh.  It has the following
lines in the config (they are commented out in GENERIC):

pseudo-device	hpf1275a		# HP F1275A external keyboard
wskbd* at hpf1275a? mux 1

Config complains:

NADA:308: `wskbd* at hpf1275a?' is orphaned (nothing matching `hpf1275a?' found)
*** Stop.

This used to work.

>How-To-Repeat:
Uncomment these two lines in the hpcsh GENERIC and try to config(1) it.

>Fix: