NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/21345 (Many i386 device man pages are missing)




> On Jan 20, 2019, at 12:00 AM, David Holland <dholland-bugs%netbsd.org@localhost> wrote:
> 
> The following reply was made to PR kern/21345; it has been noted by GNATS.
> 
> From: David Holland <dholland-bugs%netbsd.org@localhost>
> To: gnats-bugs%NetBSD.org@localhost
> Cc: 
> Subject: Re: kern/21345 (Many i386 device man pages are missing)
> Date: Sun, 20 Jan 2019 07:59:55 +0000
> 
>> Synopsis: Many i386 device man pages are missing
>>   :
>> cd sys/arch/i386/conf
>> awk '/device-major/ { print "man 4 " $2 }' < majors.i386 | sh > /dev/null

This points to a bunch of drivers that should be removed.

Certainly, "satlink" falls into that category:

----------------------------
revision 1.1
date: 1997-07-13 19:09:46 +0000;  author: hpeyerl;  state: Exp;
branches:  1.1.2;
Satellite receiver driver for ISA cards from PlanetConnect by Jason and
Herb for Canada Connect Corp.
----------------------------

I doubt that anyone is using this device anymore.

All of the "o" flavors of the legacy mouse drivers should probably get garbage-collected, as well ("olms", "omms", "opms") -- these are hold-overs from pre-wscons days.

> 
> Today's list:
> man: no entry for apm in the manual.
> man: no entry for cmos in the manual.
> man: no entry for cons in the manual.
> man: no entry for ct in the manual.
> man: no entry for ctty in the manual.
> man: no entry for ed in the manual.
> man: no entry for filedesc in the manual.
> man: no entry for log in the manual.
> man: no entry for mt in the manual.
> man: no entry for olms in the manual.
> man: no entry for omms in the manual.
> man: no entry for opms in the manual.
> man: no entry for pc in the manual.
> man: no entry for ppi in the manual.
> man: no entry for ptc in the manual.
> man: no entry for pts in the manual.
> man: no entry for rd in the manual.
> man: no entry for satlink in the manual.
> man: no entry for scd in the manual.
> man: no entry for svr4_net in the manual.
> man: no entry for swap in the manual.
> man: no entry for vcoda in the manual.
> man: no entry for xencons in the manual.
> man: no entry for xenevt in the manual.
> 
> 
> -- 
> David A. Holland
> dholland%netbsd.org@localhost
> 

-- thorpej



Home | Main Index | Thread Index | Old Index