diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2005-09-04 20:28:30 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2005-09-04 20:28:30 +0000 |
commit | 5a74a22bc0c69edfb904f88fd2c064cf5391dd31 (patch) | |
tree | 9229dbf7dc57ed4e3f707c5150c6c5dd941db1b1 /sys | |
parent | ef98f0a3a4bceb0653cb246f9ab41259f6a66202 (diff) |
add a comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_bgereg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h index 6fffb15f6a5..0fa36393858 100644 --- a/sys/dev/pci/if_bgereg.h +++ b/sys/dev/pci/if_bgereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bgereg.h,v 1.27 2005/08/30 03:18:30 brad Exp $ */ +/* $OpenBSD: if_bgereg.h,v 1.28 2005/09/04 20:28:29 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -268,7 +268,7 @@ #define BGE_ASICREV_BCM5704 0x02 #define BGE_ASICREV_BCM5705 0x03 #define BGE_ASICREV_BCM5750 0x04 -#define BGE_ASICREV_BCM5714 0x05 +#define BGE_ASICREV_BCM5714 0x05 /* 5714, 5715 */ #define BGE_ASICREV_BCM5752 0x06 #define BGE_ASICREV_BCM5780 0x08 |