aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/agp/agp_sis.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 06:34:30 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-06-11 06:34:30 +0000
commitf4636c595963ab77fae559bb5eb35e54c9951538 (patch)
tree45aa7a8e0814925716b7df26a6901a4ee8341422 /sys/dev/agp/agp_sis.c
parent2c44651495e3efe18815da86983b398b559bd4ee (diff)
downloadsrc-f4636c595963ab77fae559bb5eb35e54c9951538.tar.gz
src-f4636c595963ab77fae559bb5eb35e54c9951538.zip
Use __FBSDID().
Notes
Notes: svn path=/head/; revision=116192
Diffstat (limited to 'sys/dev/agp/agp_sis.c')
-rw-r--r--sys/dev/agp/agp_sis.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/agp/agp_sis.c b/sys/dev/agp/agp_sis.c
index 00cb991b126f..aecbb3f0217b 100644
--- a/sys/dev/agp/agp_sis.c
+++ b/sys/dev/agp/agp_sis.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$");
+
#include "opt_bus.h"
#include <sys/param.h>