From owner-cvs-src@FreeBSD.ORG Tue Apr 8 12:12:48 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 DB8F437B401; Tue, 8 Apr 2003 12:12:48 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7A1DE43FB1; Tue, 8 Apr 2003 12:12:48 -0700 (PDT) (envelope-from phk@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 h38JCm0U075272; Tue, 8 Apr 2003 12:12:48 -0700 (PDT) (envelope-from phk@repoman.freebsd.org) Received: (from phk@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h38JCm4k075271; Tue, 8 Apr 2003 12:12:48 -0700 (PDT) Message-Id: <200304081912.h38JCm4k075271@repoman.freebsd.org> From: Poul-Henning Kamp Date: Tue, 8 Apr 2003 12:12:48 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/adlink adlink.c 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, 08 Apr 2003 19:12:49 -0000 phk 2003/04/08 12:12:48 PDT FreeBSD src repository Modified files: sys/dev/adlink adlink.c Log: Almost the finished article. Boost sample rate to 1.25 MSPS since that allows us to use a 5Mhz (/4) or 10Mhz (/8) external clock. Make the interrupt both MPSAFE and FAST, at 610 interrupts a second, and a max time to service of 5 msec, we brake for nobody. Use kernel thread to accumulate into the 25 possible wave signals. Use #ifdef _KERNEL to let .c file double as .h file defining the ioctls. Revision Changes Path 1.2 +276 -23 src/sys/dev/adlink/adlink.c