diff options
author | mux <mux@FreeBSD.org> | 2004-05-23 10:57:11 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2004-05-23 10:57:11 +0000 |
commit | 1b3c20debe13dc97e4b966b9bb9328e2de6ce5d4 (patch) | |
tree | 0219640325c52affc685145d39f30ff12dc87da6 /sys/pci/agp_nvidia.c | |
parent | 7e8e4a7736aeaddb622871b92f843f7b426bcb88 (diff) | |
download | FreeBSD-src-1b3c20debe13dc97e4b966b9bb9328e2de6ce5d4.zip FreeBSD-src-1b3c20debe13dc97e4b966b9bb9328e2de6ce5d4.tar.gz |
Use __FBSDID.
Diffstat (limited to 'sys/pci/agp_nvidia.c')
-rw-r--r-- | sys/pci/agp_nvidia.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/pci/agp_nvidia.c b/sys/pci/agp_nvidia.c index a2d1e95..054690f 100644 --- a/sys/pci/agp_nvidia.c +++ b/sys/pci/agp_nvidia.c @@ -22,10 +22,11 @@ * 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. - * - * $FreeBSD$ */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + /* * Written using information gleaned from the * NVIDIA nForce/nForce2 AGPGART Linux Kernel Patch. |