diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-11-09 22:54:02 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2008-11-09 22:54:02 +0000 |
commit | e5627f2bd3423221f3a4b8d1e06b4eae2921dfc7 (patch) | |
tree | 9f75fe3a96b11aea99583286fc6253660c4e5f23 /sys/dev | |
parent | 3bf7f64185222b89ef9fc63e454967e3747198d0 (diff) |
correct device name.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/agp_sis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/agp_sis.c b/sys/dev/pci/agp_sis.c index 0109988e732..079809cf24c 100644 --- a/sys/dev/pci/agp_sis.c +++ b/sys/dev/pci/agp_sis.c @@ -1,4 +1,4 @@ -/* $OpenBSD: agp_sis.c,v 1.9 2008/11/09 22:47:54 oga Exp $ */ +/* $OpenBSD: agp_sis.c,v 1.10 2008/11/09 22:54:01 oga Exp $ */ /* $NetBSD: agp_sis.c,v 1.2 2001/09/15 00:25:00 thorpej Exp $ */ /*- @@ -70,7 +70,7 @@ struct cfattach sisagp_ca = { }; struct cfdriver sisagp_cd = { - NULL, "intelagp", DV_DULL + NULL, "sisagp", DV_DULL }; const struct agp_methods agp_sis_methods = { |