Date: Thu, 6 Apr 2000 19:50:25 -0700 (PDT) From: "Matthew N. Dodd" <mdodd@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/dpt dpt_isa.c dpt.h dpt_eisa.c dpt_pci.c dpt_scsi.c dpt_pci.h Message-ID: <200004070250.TAA17895@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mdodd 2000/04/06 19:50:25 PDT Modified files: sys/dev/dpt dpt.h dpt_eisa.c dpt_pci.c dpt_scsi.c Added files: sys/dev/dpt dpt_isa.c Removed files: sys/dev/dpt dpt_pci.h Log: - Convert dpt_pci.c to newbus. - Add support for ISA based DPT adapters (this doesn't quite work yet). - Sync dpt_eisa.c with my local copy. - Simplify how EISA IDs are matched. - Prototype. - Formatting nits. - Conform to how I do things in dpt_pci.c/dpt_isa.c. - Modify dpt_scsi.c:dpt_alloc() to DTRT with newbus. - Add some comments to dpt_scsi.c:dpt_pio_get_conf(). - Add additional check to dpt_scsi.c:dpt_get_conf(). - Add some useful error messages to dpt_scsi.c:dpt_init(). Revision Changes Path 1.9 +4 -3 src/sys/dev/dpt/dpt.h 1.13 +86 -113 src/sys/dev/dpt/dpt_eisa.c 1.18 +138 -124 src/sys/dev/dpt/dpt_pci.c 1.29 +21 -14 src/sys/dev/dpt/dpt_scsi.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?200004070250.TAA17895>