Date: Wed, 25 Jun 2003 17:03:59 -0700 (PDT) From: Scott Long <scottl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ips ips.c ips.h ips_commands.c ips_pci.c Message-ID: <200306260003.h5Q03xUj002309@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
scottl 2003/06/25 17:03:59 PDT FreeBSD src repository Modified files: sys/dev/ips ips.c ips.h ips_commands.c ips_pci.c Log: - Zero the buffers used to hold configuration data from the card. Not doing so can leave stale data in the buffer and confuse the driver. - enable the ability to set the 'disable' hint for the driver to keep it from attaching. i.e. 'hw.ips.0.disable=1' will prevent the driver from attaching. - Only detach if attach suceeded. Submitted by: mjacob Revision Changes Path 1.2 +8 -2 src/sys/dev/ips/ips.c 1.2 +2 -1 src/sys/dev/ips/ips.h 1.2 +6 -6 src/sys/dev/ips/ips_commands.c 1.2 +22 -6 src/sys/dev/ips/ips_pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306260003.h5Q03xUj002309>