Date: Fri, 29 Jun 2001 00:36:30 -0700 (PDT) From: Joerg Wunsch <joerg@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c src/sys/modules Makefile src/sys/modules/fdc Makefile Message-ID: <200106290736.f5T7aUv04584@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2001/06/29 00:36:30 PDT
Modified files:
sys/isa fd.c
sys/modules Makefile
Added files:
sys/modules/fdc Makefile
Log:
First stab at fixing resource deallocation, and implementing fdc(4) as
a KLD. Still doesn't work well except in the PCMCIA case (now if only
pccardd(8) could load and unload drivers dynamically...). Mainly, it
tries to find fdc0 on the PCI bus for whatever obscure reasons, but i
need someone who understands driver(9) to fix this. However, it's at least
already better than before, and i'm tired of maintaining too many private
changes in my tree, given the large patches bde submitted. :)
Idea of a KLD triggered by: Michael Reifenberger <root@nihil.plaut.de>
Revision Changes Path
1.208 +25 -11 src/sys/isa/fd.c
1.188 +2 -2 src/sys/modules/Makefile
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?200106290736.f5T7aUv04584>
