From owner-freebsd-current Fri Mar 3 19:20:57 1995 Return-Path: current-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id TAA11594 for current-outgoing; Fri, 3 Mar 1995 19:20:57 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.34]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id TAA11579; Fri, 3 Mar 1995 19:20:45 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id OAA20928; Sat, 4 Mar 1995 14:16:56 +1100 Date: Sat, 4 Mar 1995 14:16:56 +1100 From: Bruce Evans Message-Id: <199503040316.OAA20928@godzilla.zeta.org.au> To: jhay@mikom.csir.co.za, mark@grondar.za Subject: Re: screensaver lkms broken Cc: current@FreeBSD.org, mark@grunt.grondar.za, sos@FreeBSD.org Sender: current-owner@FreeBSD.org Precedence: bulk >> After the changes to syscons, the screensaver lkm's won't compile anymore. >> It needs apm_bios.h. >This is crazy! I saw the change committed _long_ before the two emails >reporting the error! (The commit mentioned the 'reporters'). >Talk about fast! Too fast to be correct. I saw changes in the following order: 1. bug introduced by exporting goop from syscons.c via syscons.h. 2. bug reported and fixed properly in syscons.h. 3. bug reintroduced in syscons.h. 4. bug reported in saver.h. 5. bug fixed in saver.h. 6. bug reported in saver.h. Bruce