Date: Tue, 24 Oct 2000 09:45:58 -0700 (PDT) From: Julian Elischer <julian@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/examples/drivers make_device_driver.sh Message-ID: <200010241645.JAA72540@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2000/10/24 09:45:58 PDT Modified files: share/examples/drivers make_device_driver.sh Log: First effort at bringing these up-to-date. This creates a skeleton ISA device driver. I don't pretend that it's fully correct or even opitimal but it at least creates (and compiles) a 'clean' ISA driver. Hopefully PCI/PCCARD/etc. support will be added when I understand it. Unlike the old version this just creates a module. The old one tried to create a new kernel with the driver to be tested. Revision Changes Path 1.7 +280 -291 src/share/examples/drivers/make_device_driver.sh 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?200010241645.JAA72540>