*BSD News Article 80574


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.mel.connect.com.au!news.mel.aone.net.au!imci4!newsfeed.internetmci.com!pier2.bayarea.net!baygate.bayarea.net!thorpej
From: thorpej@baygate.bayarea.net (Jason R. Thorpe)
Newsgroups: comp.unix.bsd.freebsd.misc,comp.unix.bsd.netbsd.misc
Subject: Re: splx question
Date: 13 Oct 1996 03:46:51 GMT
Organization: George's NetBSD answer man
Lines: 20
Message-ID: <53ponb$p1o@pier2.bayarea.net>
References: <53mkq3$9mm@netnews.upenn.edu>
NNTP-Posting-Host: baygate.bayarea.net
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:29101 comp.unix.bsd.netbsd.misc:4738

In article <53mkq3$9mm@netnews.upenn.edu>,
Daniel Brushteyn <danielbr@widget.seas.upenn.edu> wrote:

>Could anyone, please, tell me where the code for splx() and splimp()
>is in the bsd source tree?

In NetBSD, this is done in a different place, depending on which
platform you're using...

hp300:
	src/sys/arch/hp300/include/param.h

i386:
	src/sys/arch/i386/include/intr.h

Eventually, we want to put them all in .../intr.h.

Ciao.

	-- Jason R. Thorpe <thorpej@bayarea.net>