From owner-freebsd-commit Sun Dec 10 12:56:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA13502 for freebsd-commit-outgoing; Sun, 10 Dec 1995 12:56:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA13260 for cvs-all-outgoing; Sun, 10 Dec 1995 12:54:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA13240 for cvs-sys-outgoing; Sun, 10 Dec 1995 12:54:51 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA13227 Sun, 10 Dec 1995 12:54:47 -0800 (PST) Date: Sun, 10 Dec 1995 12:54:47 -0800 (PST) From: Bruce Evans Message-Id: <199512102054.MAA13227@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa cy.c rc.c si.c sio.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/12/10 12:54:46 Modified: sys/gnu/i386/isa dgb.c sys/i386/isa cy.c rc.c si.c sio.c Log: Replaced nxreset by noreset (if the reset function gets called, then the device must be configured. It's hard to tell whether a reset function should be noreset or nullreset since reset functions are never called. Most drivers use nullreset but noreset has the advantage of complaining if somehow gets called). Revision Changes Path 1.13 +2 -2 src/sys/gnu/i386/isa/dgb.c 1.28 +2 -2 src/sys/i386/isa/cy.c 1.19 +1 -1 src/sys/i386/isa/rc.c 1.28 +2 -2 src/sys/i386/isa/si.c 1.129 +2 -2 src/sys/i386/isa/sio.c