Date: Thu, 7 Sep 1995 13:53:42 -0700 From: Stefan Esser <se> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Message-ID: <199509072053.NAA08198@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
se 95/09/07 13:53:42 Modified: sys/pci ncr.c Log: Add support for 16 targets on WIDE SCSI bus. This seems to work fine on my 53c810, but really should be tested on a 53c825 with at least one target set to an ID >= 8. The script is now copied to memory mapped using vm_page_alloc_contig(), since it has to be physically contigous. This must be changed, if the driver is converted into a loadable module ! Two of the probe messages are suppressed, unless "bootverbose" is set.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509072053.NAA08198>