From owner-cvs-all Sun Nov 25 23:39:56 2001 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 DE6F837B419; Sun, 25 Nov 2001 23:39:51 -0800 (PST) Received: (from imp@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fAQ7dpV42023; Sun, 25 Nov 2001 23:39:51 -0800 (PST) (envelope-from imp) Message-Id: <200111260739.fAQ7dpV42023@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Nov 2001 23:39:51 -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 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 imp 2001/11/25 23:39:51 PST Modified files: sys/dev/sio sio.c sio_isa.c sio_pccard.c sio_pci.c siovar.h Log: bde suggests that sio really wants to manage its own softc. This allows us to move the sio softc data structure back into sio.c and reduce the complexity of the non sio.c sio files. Submitted by: bde # I didn't fix the locking issues that bruce also submitted. Revision Changes Path 1.353 +149 -7 src/sys/dev/sio/sio.c 1.3 +1 -2 src/sys/dev/sio/sio_isa.c 1.3 +1 -2 src/sys/dev/sio/sio_pccard.c 1.2 +1 -3 src/sys/dev/sio/sio_pci.c 1.2 +0 -112 src/sys/dev/sio/siovar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message