From owner-freebsd-hackers Wed Sep 9 06:19:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA10843 for freebsd-hackers-outgoing; Wed, 9 Sep 1998 06:19:17 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA10838 for ; Wed, 9 Sep 1998 06:19:16 -0700 (PDT) (envelope-from jkh@time.cdrom.com) Received: from time.cdrom.com (jkh@localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.8/8.8.8) with ESMTP id GAA12139; Wed, 9 Sep 1998 06:17:19 -0700 (PDT) (envelope-from jkh@time.cdrom.com) To: Robert Swindells cc: fjoe@iclub.nsu.ru, freebsd-hackers@FreeBSD.ORG Subject: Re: AMD PCnet/PCI support is broken in both -current and -stable In-reply-to: Your message of "Wed, 09 Sep 1998 03:10:56 PDT." <199809091010.DAA16223@hub.freebsd.org> Date: Wed, 09 Sep 1998 06:17:19 -0700 Message-ID: <12135.905347039@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > See kern/7511 for a patch to -stable to fix this. OK, I'll commit this one. BTW, the patch wasn't actually effectively tested - you need to do a LINT compile test against any new kernel change to make sure it at least compiles in LINT. In this case, since you'd removed PCNET_VSW from if_lnc.h, one of the #ifdef DIAGNOSTIC cases in if_lnc.c began failing to compile. Since LINT defines DIAGNOSTIC, a quick compile check of LINT would have turned this up immediately. Just FYI. - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message