Date: Sat, 8 Jan 2000 01:33:10 -0800 (PST) From: Peter Wemm <peter@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c fdc.h Message-ID: <200001080933.BAA67585@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001080933.BAA67585>
