From owner-cvs-sys Sat Sep 7 18:31:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03573 for cvs-sys-outgoing; Sat, 7 Sep 1996 18:31:39 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03542; Sat, 7 Sep 1996 18:31:30 -0700 (PDT) Date: Sat, 7 Sep 1996 18:31:30 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199609080131.SAA03542@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa atapi.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/09/07 18:31:30 Modified: sys/i386/isa atapi.c Log: Finish what phk started here in removing devconf. The ATAPI_STATIC case was still broken, as was the normal case since atapi_attach() was called internally. Revision Changes Path 1.14 +2 -3 src/sys/i386/isa/atapi.c