diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-28 00:52:17 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-28 00:52:17 +0000 |
commit | c15a6552ec2a039a98d32645ba01ef8e2b5c0923 (patch) | |
tree | f3255cda921a64b6bc6f125662d21d50f74a19d6 | |
parent | 956a91d2627823c0820260561f0ec906a5230c2f (diff) |
Dell PCI vendor subid.
-rw-r--r-- | sys/dev/pci/if_bgereg.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h index b520565ee6f..24569b3c482 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.53 2006/08/27 21:06:16 brad Exp $ */ +/* $OpenBSD: if_bgereg.h,v 1.54 2006/08/28 00:52:16 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems @@ -1964,10 +1964,14 @@ struct bge_status_block { /* * SysKonnect Subsystem IDs */ -#define SK_SUBSYSID_9D21 0x4421 #define SK_SUBSYSID_9D41 0x4441 /* + * Dell PCI vendor ID + */ +#define DELL_VENDORID 0x1028 + +/* * Offset of MAC address inside EEPROM. */ #define BGE_EE_MAC_OFFSET 0x7C |