diff options
author | scottl <scottl@FreeBSD.org> | 2004-12-06 18:19:32 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-12-06 18:19:32 +0000 |
commit | f98e4c8a08da099c561a33440e4f624e79c99314 (patch) | |
tree | 8a097147057458ef04ba8d85e2e5cfcdeaee2391 /sys/i386 | |
parent | dbe532a28bbb39ea63057c13e3834a4a47596db7 (diff) | |
download | FreeBSD-src-f98e4c8a08da099c561a33440e4f624e79c99314.zip FreeBSD-src-f98e4c8a08da099c561a33440e4f624e79c99314.tar.gz |
Due to a significant addition of code, add my copyright to this file. Also
note that the PCIe work was made possible due to hardware donations from
the FreeBSD Foundation and Intel. Thanks!
Diffstat (limited to 'sys/i386')
-rw-r--r-- | sys/i386/pci/pci_cfgreg.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/pci/pci_cfgreg.c b/sys/i386/pci/pci_cfgreg.c index ab5c558..4b766d1 100644 --- a/sys/i386/pci/pci_cfgreg.c +++ b/sys/i386/pci/pci_cfgreg.c @@ -2,6 +2,7 @@ * Copyright (c) 1997, Stefan Esser <se@freebsd.org> * Copyright (c) 2000, Michael Smith <msmith@freebsd.org> * Copyright (c) 2000, BSDi + * Copyright (c) 2004, Scott Long <scottl@freebsd.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without |