Date: Sun, 23 Mar 2003 07:01:23 -0800 (PST) From: Alexander Langer <alex@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/emulators/vmware2 Makefile ports/emulators/vmware2/files devfs.patch Message-ID: <200303231501.h2NF1Nhv093388@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alex 2003/03/23 07:01:23 PST
FreeBSD ports repository
Modified files:
emulators/vmware2 Makefile
Added files:
emulators/vmware2/files devfs.patch
Log:
Fix for -CURRENT with the recent struct cdevsw changes and
cdevsw_add()/remove() removal.
This outputs a
WARNING: driver "vmmon" used unreserved major device number 200
message, but as the vmware application really requires to use a major
of 200 (error otherwise, tested), we need to use a fixed one, and I
don't want to register a major for this.
Revision Changes Path
1.49 +3 -0 ports/emulators/vmware2/Makefile
1.1 +61 -0 ports/emulators/vmware2/files/devfs.patch (new)
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?200303231501.h2NF1Nhv093388>
