Subject: Re: CVS commit: sharesrc
To: Gregory McGarry <gmcgarry@netbsd.org>
From: John Hawkinson <jhawk@MIT.EDU>
List: source-changes
Date: 06/06/2000 01:00:33
| Module Name:	sharesrc
| Committed By:	gmcgarry
| Date:		Sun Jun  4 22:38:58 UTC 2000
| 
| Modified Files:
| 	  sharesrc/share/man/man4/man4.i386: apm.4
| 
| Log Message:
| Document APM_ALLOW_BOGUS_SEGMENTS.  Update description for APM_POWER_CHANGE,
| addresses PR10066 from Takahiro Kambe <taca@sky.yamashina.kyoto.jp>.

Err, what does APM_ALLOW_BOGUS_SEGMENTS really do? I don't see it in the
code:

zorkmid% pwd
/usr/local/current-src/sys
zorkmid% find . -name '*.[ch]' | xargs grep APM_ALLOW
zorkmid% 

It seems to me that in the spirit of "be liberal in what you accept...",
we should always accept bogus segments unless there is a very good
reason not to do so.

But the code seemsd to be absent.

--jhawk