From owner-cvs-all Wed Jan 30 9:22:10 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EADF237B402; Wed, 30 Jan 2002 09:22:04 -0800 (PST) Received: (from jhay@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0UHM4w24062; Wed, 30 Jan 2002 09:22:04 -0800 (PST) (envelope-from jhay) Message-Id: <200201301722.g0UHM4w24062@freefall.freebsd.org> From: John Hay Date: Wed, 30 Jan 2002 09:22:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sio sio.c sio_isa.c sio_pccard.c sio_pci.c sioreg.h siovar.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 jhay 2002/01/30 09:22:04 PST Modified files: sys/dev/sio sio.c sio_isa.c sio_pccard.c sio_pci.c sioreg.h siovar.h Log: Add support for different serial clock frequencies and not just the standard one of 1.8432MHz. This will be used by the puc (PCI "universal" communication card) device driver. Reviewed by: bde Revision Changes Path 1.363 +89 -63 src/sys/dev/sio/sio.c 1.5 +2 -2 src/sys/dev/sio/sio_isa.c 1.5 +2 -2 src/sys/dev/sio/sio_pccard.c 1.3 +2 -2 src/sys/dev/sio/sio_pci.c 1.18 +3 -1 src/sys/dev/sio/sioreg.h 1.4 +2 -2 src/sys/dev/sio/siovar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message