Date: Tue, 14 Sep 2004 07:06:49 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/fdc fdc.c fdc_isa.c fdc_pccard.c fdcvar.h Message-ID: <200409140706.i8E76n5O006800@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2004-09-14 07:06:49 UTC FreeBSD src repository Modified files: sys/dev/fdc fdc.c fdc_isa.c fdc_pccard.c fdcvar.h Log: Checkpoint the fdc resource changes: o Allow for up to 3 resource I/O ranges to be given for the floppy controller, rather than just two that are allowed for now. o Make sure that we can work with either a base address of 0x3f0 or 0x3f2. o Create new inline functions to access the YE DATA's unique BDCR register. o Update pccard attachment to add the fd device. o Do some minor style(9) polishing. # I'm guessing that the fdc pccard attachment broke some time ago, since # there are a number of issues with it still. Revision Changes Path 1.287 +47 -46 src/sys/dev/fdc/fdc.c 1.13 +58 -68 src/sys/dev/fdc/fdc_isa.c 1.10 +10 -4 src/sys/dev/fdc/fdc_pccard.c 1.5 +6 -3 src/sys/dev/fdc/fdcvar.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409140706.i8E76n5O006800>