Date: Sat, 23 Jan 2010 21:33:33 +0000 (UTC) From: Joerg Wunsch <joerg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ieee488 pcii.c tnt4882.c upd7210.c upd7210.h Message-ID: <201001232133.o0NLXm9w025950@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2010-01-23 21:33:33 UTC FreeBSD src repository Modified files: sys/dev/ieee488 pcii.c tnt4882.c upd7210.c upd7210.h Log: SVN rev 202898 on 2010-01-23 21:33:33Z by joerg Fix breakage introduced to the tnt4882 driver in r202870. This PCI frontend uses the same uPD7210 backend as the pcii ISA frontend, so the backend has to cope with both situations. Also, hide the first printf in pcii_probe (address mismatch) behind bootverbose as the ISA bus parent tries to probe all configured ISA devices against each driver, so a the console has been cluttered with this message for a bunch of unrelated driver probes. MFC after: 3 days Revision Changes Path 1.10 +5 -3 src/sys/dev/ieee488/pcii.c 1.4 +3 -0 src/sys/dev/ieee488/tnt4882.c 1.13 +4 -3 src/sys/dev/ieee488/upd7210.c 1.8 +1 -0 src/sys/dev/ieee488/upd7210.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001232133.o0NLXm9w025950>