diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2002-05-16 22:52:18 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2002-05-16 22:52:18 +0000 |
commit | 1763c4530b4847518700166756f6f3b45aa528a1 (patch) | |
tree | e7e05017fc2a34cb489846b30a9e812b0e7e4fce /sys | |
parent | c51cf4a05a9b085f4d5b745d47f4b84109ba8787 (diff) |
DARPA blurb
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/nofn.c | 7 | ||||
-rw-r--r-- | sys/dev/pci/nofnreg.h | 7 | ||||
-rw-r--r-- | sys/dev/pci/nofnvar.h | 7 |
3 files changed, 18 insertions, 3 deletions
diff --git a/sys/dev/pci/nofn.c b/sys/dev/pci/nofn.c index 6ccab9c549e..2f356ebae10 100644 --- a/sys/dev/pci/nofn.c +++ b/sys/dev/pci/nofn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nofn.c,v 1.3 2002/05/15 21:33:22 jason Exp $ */ +/* $OpenBSD: nofn.c,v 1.4 2002/05/16 22:52:17 jason Exp $ */ /* * Copyright (c) 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. + * */ /* diff --git a/sys/dev/pci/nofnreg.h b/sys/dev/pci/nofnreg.h index c206cadb6be..8d726e408ac 100644 --- a/sys/dev/pci/nofnreg.h +++ b/sys/dev/pci/nofnreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nofnreg.h,v 1.4 2002/05/16 15:10:30 jason Exp $ */ +/* $OpenBSD: nofnreg.h,v 1.5 2002/05/16 22:52:17 jason Exp $ */ /* * Copyright (c) 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 NOFN_BAR0_REGS 0x10 /* main register set */ diff --git a/sys/dev/pci/nofnvar.h b/sys/dev/pci/nofnvar.h index 2e2dd6e11ae..71da51e9db4 100644 --- a/sys/dev/pci/nofnvar.h +++ b/sys/dev/pci/nofnvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: nofnvar.h,v 1.3 2002/05/15 21:33:22 jason Exp $ */ +/* $OpenBSD: nofnvar.h,v 1.4 2002/05/16 22:52:17 jason Exp $ */ /* * Copyright (c) 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. + * */ struct nofn_softc { |