Date: Mon, 3 Feb 1997 06:19:04 -0800 (PST) From: KATO Takenori <kato> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 if_ed.c if_ed98.h Message-ID: <199702031419.GAA00227@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kato 97/02/03 06:19:03 Modified: sys/pc98/pc98 if_ed.c if_ed98.h Log: Changed return value of ed_probe (= number of I/O ports). Because I/O port address of most devices is not contiguos, a return value of probe routine is not so useful for detecting conflict. The return value was too big, and kernel sometimes detected conflict even though two devices are not conflict in I/O address between them. Suggested by: Chiharu Shibata <chi@rd.njk.co.jp> Revision Changes Path 1.19 +27 -21 src/sys/pc98/pc98/if_ed.c 1.11 +16 -3 src/sys/pc98/pc98/if_ed98.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702031419.GAA00227>