diff options
Diffstat (limited to 'sys/dev/sbus/spifreg.h')
-rw-r--r-- | sys/dev/sbus/spifreg.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/sbus/spifreg.h b/sys/dev/sbus/spifreg.h index 1bf5d44b7fe..9282565439d 100644 --- a/sys/dev/sbus/spifreg.h +++ b/sys/dev/sbus/spifreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: spifreg.h,v 1.1 2002/01/13 02:06:46 jason Exp $ */ +/* $OpenBSD: spifreg.h,v 1.2 2002/04/08 17:49:42 jason Exp $ */ /* * Copyright (c) 1999-2002 Jason L. Wright (jason@thought.net) @@ -29,6 +29,11 @@ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. + * + * Effort sponsored in part by the Defense Advanced Research Projects + * Agency (DARPA) and Air Force Research Laboratory, Air Force + * Materiel Command, USAF, under agreement number F30602-01-2-0537. + * */ #define PPC_IN_PDATA 0x000 /* input data */ |