Date: Tue, 4 Jul 1995 20:07:43 -0400 (EDT) From: "Jonathan M. Bresler" <jmb@kryten.Atinc.COM> To: hackers@freebsd.org Subject: splnet and if_ep.c Message-ID: <Pine.3.89.9507041940.B28859-0100000@kryten.atinc.com>
next in thread | raw e-mail | index | archive | help
the 3c509 is reported to be buggy. though i have not had any problems with it. however, if writing smcioctl() for the smc91c92 chip, i see that if_ze.c:ze_ioctl() calls splnet() at entry. if_ep.c:ep_ioctl() does not. anybody seen any problems with the ix or zp drivers? from grep's it appears that splnet is a higher priority than splimp. if_ix.c -- if_ep.c -- if_zp.c -- if_ze.c splnet(); if_ed.c splimp(); if_el.c splimp(); if_ie.c splimp(); if_is.c splimp(); if_le.c splimp(); if_lnc.c splimp(); if_cx.c splimp(); if_eg.c splimp(); if_fe.c splimp(); so the vote is in: -- 3, splnet 1, and the winner splimp 9. this is code not a town meeting ;) i have not yet found the location these are declared. can you ctags the whole kernel source tree? jmb Jonathan M. Bresler jmb@kryten.atinc.com | Analysis & Technology, Inc. FreeBSD Postmaster | 2341 Jeff Davis Hwy play go. | Arlington, VA 22202 ride bike. hack FreeBSD.--ah the good life | 703-418-2800 x346
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.3.89.9507041940.B28859-0100000>