From owner-cvs-src@FreeBSD.ORG Fri Nov 21 19:27:10 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 9E8CD16A4CE; Fri, 21 Nov 2003 19:27:10 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EE3E43FD7; Fri, 21 Nov 2003 19:27:10 -0800 (PST) (envelope-from matk@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAM3R9XJ041375; Fri, 21 Nov 2003 19:27:09 -0800 (PST) (envelope-from matk@repoman.freebsd.org) Received: (from matk@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAM3R9we041374; Fri, 21 Nov 2003 19:27:09 -0800 (PST) (envelope-from matk) Message-Id: <200311220327.hAM3R9we041374@repoman.freebsd.org> From: Mathew Kanner Date: Fri, 21 Nov 2003 19:27:09 -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/sys soundcard.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: Sat, 22 Nov 2003 03:27:10 -0000 matk 2003/11/21 19:27:09 PST FreeBSD src repository Modified files: sys/sys soundcard.h Log: New defines that paves the way for new midi features and ports. Changes consists of an IOCTL (SNDCTL_SEQ_GETTIME) and a constant. PR: kern/59233 Approved by: tanimura (mentor) Approved by: scottl (re) MFC after: 3 weeks Revision Changes Path 1.43 +2 -0 src/sys/sys/soundcard.h