From owner-cvs-src@FreeBSD.ORG Mon Dec 29 17:07:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C7D616A4CE; Mon, 29 Dec 2003 17:07:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D04443D48; Mon, 29 Dec 2003 17:07:13 -0800 (PST) (envelope-from ambrisko@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id hBU17D0B062945; Mon, 29 Dec 2003 17:07:13 -0800 (PST) (envelope-from ambrisko@repoman.freebsd.org) Received: (from ambrisko@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id hBU17Dsm062944; Mon, 29 Dec 2003 17:07:13 -0800 (PST) (envelope-from ambrisko) Message-Id: <200312300107.hBU17Dsm062944@repoman.freebsd.org> From: Doug Ambrisko Date: Mon, 29 Dec 2003 17:07:12 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/an if_aironet_ieee.h if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c if_anreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2003 01:07:14 -0000 ambrisko 2003/12/29 17:07:12 PST FreeBSD src repository Modified files: sys/dev/an if_aironet_ieee.h if_an.c if_an_isa.c if_an_pccard.c if_an_pci.c if_anreg.h Log: - Bump up the general and status RID sizes - Clear out an_dma_vaddr on free so we can test to see if dma is setup when the card is kldunloaded/kldloaded etc. only for MPI350 - Use a common detach like wi(4) - Notify on RID read overflow and truncate this currently causes a panic in -stable when the stack during an ifconfig an0 is done with newer firmware - Convert from UNLOCK/tsleep/LOCK to msleep. I thought I did that a while ago. Revision Changes Path 1.14 +2 -2 src/sys/dev/an/if_aironet_ieee.h 1.57 +40 -8 src/sys/dev/an/if_an.c 1.14 +1 -17 src/sys/dev/an/if_an_isa.c 1.23 +1 -23 src/sys/dev/an/if_an_pccard.c 1.26 +1 -17 src/sys/dev/an/if_an_pci.c 1.21 +1 -0 src/sys/dev/an/if_anreg.h