Skip to content

Commit

Permalink
Remove support for FreeBSD 4.x and earlier from agp driver
Browse files Browse the repository at this point in the history
Compile tested only, but do we still need this driver?
  • Loading branch information
bsdimp committed Feb 26, 2020
1 parent 757a04b commit 4f8959b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sys/dev/agp/agp_nvidia.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,8 @@ __FBSDID("$FreeBSD$");
#include <sys/module.h>
#include <sys/bus.h>
#include <sys/lock.h>

#if __FreeBSD_version < 500000
#include "opt_pci.h"
#endif

#if __FreeBSD_version > 500000
#include <sys/mutex.h>
#include <sys/proc.h>
#endif

#include <dev/agp/agppriv.h>
#include <dev/agp/agpreg.h>
Expand Down

0 comments on commit 4f8959b

Please sign in to comment.