From owner-cvs-all Sat Jan 8 1:33:13 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B642C15046; Sat, 8 Jan 2000 01:33:10 -0800 (PST) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA67585; Sat, 8 Jan 2000 01:33:10 -0800 (PST) (envelope-from peter@FreeBSD.org) Message-Id: <200001080933.BAA67585@freefall.freebsd.org> From: Peter Wemm Date: Sat, 8 Jan 2000 01:33:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c fdc.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 2000/01/08 01:33:10 PST Modified files: sys/isa fd.c fdc.h Log: Futher cleanup.. "device_print_prettyname(); printf()" -> device_printf() It seems that the IDE system uses 0x3f6 for itself, which conflicts with fdc's default 0x3f0-3f7 allocation range. Sigh. Work around this. Use bus_set_resource() rather than allocating specific areas, it makes the code a little cleaner. Based on work by: dfr Revision Changes Path 1.176 +47 -54 src/sys/isa/fd.c 1.19 +1 -2 src/sys/isa/fdc.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message