Date: Wed, 20 Jan 1999 16:30:53 -0800 (PST) From: Greg Lehey <grog@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/dev/vinum vinum.c Message-ID: <199901210030.QAA12847@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
grog 1999/01/20 16:30:53 PST
Modified files:
sys/dev/vinum vinum.c
Log:
Include Peter Wemm's renaming and restructuring
Change from lkm to kld
Remove BROKEN_GDB kludge (it's not needed with klds)
Add code for interfacing with daemon
Modify manner of determining when module is idle
Modify device minor number encoding, use selector functions which also
permit anonymous plexes and subdisks.
Remove code for 2.x support.
Move vinum_scandisk to vinumio.c
Remove myproc kludge
Keep track of open volumes by flag, not by pid (the pids caused some
problems with the lock manager).
free_vinum:
Remove unmapped and defective regions from plexes.
Wait for daemon to stop before returning
vinumopen:
Don't refuse an open if the volume is already open.
Revision Changes Path
1.7 +30 -74 src/sys/dev/vinum/vinum.c
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?199901210030.QAA12847>
