From owner-cvs-all Fri Feb 7 20:41:20 2003 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BFC637B401; Fri, 7 Feb 2003 20:41:18 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D3FE43F85; Fri, 7 Feb 2003 20:41:18 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h184fIbv018705; Fri, 7 Feb 2003 20:41:18 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h184fHPg018701; Fri, 7 Feb 2003 20:41:17 -0800 (PST) Message-Id: <200302080441.h184fHPg018701@repoman.freebsd.org> From: Doug Ambrisko Date: Fri, 7 Feb 2003 20:41:17 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: cvs commit: src/sys/dev/an if_an.c if_anreg.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ambrisko 2003/02/07 20:41:17 PST Modified files: sys/dev/an if_an.c if_anreg.h Log: - Fixes for suspend/resume code (MPI-350) - Cache temp. keys so they are preserved across suspend/resume (MPI-350) - Reads and writes are real fast to the MPI-350 causing early timeouts so wait do some DELAYs to slow things down in the spin loops. - Stream line setting RIDs when they are better to be set via another function - Add better support for setting home key via "ifconfig an0 wepkey 9:" Tested by: Peter Radcliffe (in -stable) myself in -current & -stable MFC in: 3 days Revision Changes Path 1.46 +52 -48 src/sys/dev/an/if_an.c 1.17 +2 -3 src/sys/dev/an/if_anreg.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message