aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1999-05-21 04:42:36 +0000
committerBill Paul <wpaul@FreeBSD.org>1999-05-21 04:42:36 +0000
commit405b45954e1cd06b8f6bb6746fcf86b4ea7a74ca (patch)
tree9ebc6f2998e2154faf6ca99ffb07f848055060e6 /sys
parentab431312b4cc7c4d7b23bb0d17df5645fe49d0c7 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/pci/if_al.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/pci/if_al.c b/sys/pci/if_al.c
index 5ec07b7219a0..716cbdea58a9 100644
--- a/sys/pci/if_al.c
+++ b/sys/pci/if_al.c
@@ -29,7 +29,7 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_al.c,v 1.10 1999/05/21 02:48:49 wpaul Exp $
+ * $Id: if_al.c,v 1.1 1999/05/21 04:37:23 wpaul Exp $
*/
/*
@@ -87,7 +87,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id: if_al.c,v 1.10 1999/05/21 02:48:49 wpaul Exp $";
+ "$Id: if_al.c,v 1.1 1999/05/21 04:37:23 wpaul Exp $";
#endif
/*
@@ -1999,4 +1999,4 @@ static struct pci_device al_device = {
&al_count,
NULL
};
-COMPAT_PCI_DRIVER(xl, xl_device);
+COMPAT_PCI_DRIVER(al, al_device);