Re: sysctl_proc calls handler twice
From: Poul-Henning Kamp (phk_at_phk.freebsd.dk)
Date: 08/16/05
- Previous message: Pawel Jakub Dawidek: "Re: sysctl_proc calls handler twice"
- In reply to: Bruce Evans: "Re: sysctl_proc calls handler twice"
- Next in thread: m.ehinger_at_ltur.de: "Re: sysctl_proc calls handler twice"
- Reply: m.ehinger_at_ltur.de: "Re: sysctl_proc calls handler twice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
To: Bruce Evans <bde@zeta.org.au> Date: Tue, 16 Aug 2005 15:35:42 +0200
In message <20050816221033.C47830@delplex.bde.org>, Bruce Evans writes:
> Only the last 2 of these calls reach the handler. Proc handlers are
> only special here in that they are more specialized than the integer
> handlers.
Strictly speaking it is the other way arond: since integer handlers
are implemented in terms of proc handlers, it follows that proc handlers
cannot be more specialized than integer handlers.
-- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. _______________________________________________ freebsd-arch@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-arch To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: Pawel Jakub Dawidek: "Re: sysctl_proc calls handler twice"
- In reply to: Bruce Evans: "Re: sysctl_proc calls handler twice"
- Next in thread: m.ehinger_at_ltur.de: "Re: sysctl_proc calls handler twice"
- Reply: m.ehinger_at_ltur.de: "Re: sysctl_proc calls handler twice"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: sysctl_proc calls handler twice
... Here comes the hole story if somebody cares. ... Strictly speaking it is the
other way arond: since integer handlers ... are implemented in terms of proc handlers,
... (freebsd-arch) - Re: Interrupt API change
... Bruce Evans wrote: ... > alternative to calling all the handlers if
one of the handlers did ... Interrupt routing is still limited ... by things like
the number of physical PCI INTx lines. ... (freebsd-arch)