Subject: port-sparc/17162: No MAKEDEV entry nor man page for bpp device
To: None <gnats-bugs@gnats.netbsd.org>
From: None <hauke@Espresso.Rhein-Neckar.DE>
List: netbsd-bugs
Date: 06/04/2002 11:23:22
>Number: 17162
>Category: port-sparc
>Synopsis: No MAKEDEV entry nor man page for bpp device
>Confidential: no
>Severity: serious
>Priority: high
>Responsible: port-sparc-maintainer
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Tue Jun 04 02:27:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Hauke Fath <hauke@Espresso.Rhein-Neckar.DE>
>Release: NetBSD 1.6_BETA1
>Organization:
Einzeln auftretender Radfahrer
>Environment:
System: NetBSD pizza 1.6_BETA1 NetBSD 1.6_BETA1 (PIZZA) #1: Tue Jun 4 08:44:03 CEST 2002 hauke@pizza:/export/bsd/netbsd-src/1.6/src/sys/arch/sparc/compile/PIZZA sparc
Architecture: sparc
Machine: sparc
>Description:
A driver for the sun4m onboard printer port exists and is
enabled in GENERIC kernels, but there is neither a man page, nor is there
a /dev/MAKEDEV entry to create a device node.
I am marking this as high priority since the MAKEDEV entry should be in 1.6.
>How-To-Repeat:
Get an expensive Sun parallel printer cable, hook a printer to
a SPARCstatioon 10, then stop dead and wonder how to get this going.
UTSL and be surprised...
>Fix:
For the MAKEDEV entry, add
bpp*)
unit=${i#bpp}
rm -f bpp$unit
mknod bpp$unit c 107 $unit
chmod 600 bpp$unit
;;
For the man page, bug the person who wrote the driver...
>Release-Note:
>Audit-Trail:
>Unformatted: