diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-07-03 06:20:17 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2009-07-03 06:20:17 +0000 |
commit | 9743f68e14f4f87638a05ef6d3ec08d03c30beae (patch) | |
tree | 1afe30ce0b9ce4a5af51eccd7b860ae0dd48b11a /sys | |
parent | 446eeff127b214b97fc34c3bb7aec65669228631 (diff) |
fix a typo; from brad
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_bnxreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h index c89f253e783..5ab110c31e3 100644 --- a/sys/dev/pci/if_bnxreg.h +++ b/sys/dev/pci/if_bnxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnxreg.h,v 1.31 2009/07/03 04:54:05 dlg Exp $ */ +/* $OpenBSD: if_bnxreg.h,v 1.32 2009/07/03 06:20:16 deraadt Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -212,7 +212,7 @@ #define BRCM_DEVICEID_BCM5706 0x164A #define BRCM_DEVICEID_BCM5706S 0x16AA #define BRCM_DEVICEID_BCM5708 0x164C -#define BRCM_DEVICEID_BCMj708S 0x16AC +#define BRCM_DEVICEID_BCM5708S 0x16AC #define HP_VENDORID 0x103C |