Subject: kern/32882: irframe_alloc() should use config_attach_pseudo()
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: None <thorpej@shagadelic.org>
List: netbsd-bugs
Date: 02/20/2006 16:35:00
>Number: 32882
>Category: kern
>Synopsis: irframe_alloc() should use config_attach_pseudo()
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: kern-bug-people
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Mon Feb 20 16:35:00 +0000 2006
>Originator: Jason R Thorpe
>Release: NetBSD-current 20060220
>Organization:
-- Jason R. Thorpe <thorpej@shagadelic.org>
>Environment:
>Description:
irframe_alloc() manually allocates a device and inserts it into
irframe_cd.cd_devs[] on behalf of the caller.
This should instad be dong using a separate cfattach for irframe_tty
and config_attach_pseudo().
>How-To-Repeat:
>Fix: