From owner-cvs-all@FreeBSD.ORG Thu Oct 14 22:21:59 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7161816A4CE; Thu, 14 Oct 2004 22:21:59 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 648DF43D1F; Thu, 14 Oct 2004 22:21:59 +0000 (GMT) (envelope-from njl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i9EMLxpQ037120; Thu, 14 Oct 2004 22:21:59 GMT (envelope-from njl@repoman.freebsd.org) Received: (from njl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i9EMLxm9037119; Thu, 14 Oct 2004 22:21:59 GMT (envelope-from njl) Message-Id: <200410142221.i9EMLxm9037119@repoman.freebsd.org> From: Nate Lawson Date: Thu, 14 Oct 2004 22:21:59 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/fdc fdc.c src/sys/dev/sio sio_pci.c src/sys/i386/bios apm.c src/sys/i386/isa npx.c src/sys/isa atkbdc_isa.c isahint.c src/sys/pc98/pc98 fd.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 22:21:59 -0000 njl 2004-10-14 22:21:59 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c sys/dev/sio sio_pci.c sys/i386/bios apm.c sys/i386/isa npx.c sys/isa atkbdc_isa.c isahint.c sys/pc98/pc98 fd.c Log: Remove local hacks to set flags now that the device probe does this for us. Tested on every device except sio_pci and the pc98 fd.c. Perhaps something similar should be done for the "disabled" hints also. MFC after: 2 weeks Revision Changes Path 1.297 +0 -2 src/sys/dev/fdc/fdc.c 1.17 +0 -4 src/sys/dev/sio/sio_pci.c 1.143 +1 -9 src/sys/i386/bios/apm.c 1.153 +1 -2 src/sys/i386/isa/npx.c 1.30 +0 -2 src/sys/isa/atkbdc_isa.c 1.15 +1 -4 src/sys/isa/isahint.c 1.155 +0 -2 src/sys/pc98/pc98/fd.c