diff options
author | 2009-05-11 07:41:52 +0000 | |
---|---|---|
committer | 2009-05-11 07:41:52 +0000 | |
commit | 2ccad1fbf3849ff2bf5499f5d60d66c02aa847fa (patch) | |
tree | 3eb54f850c9d71eb94fd459cb239e12147492c73 | |
parent | Clean up and shrink code. Don't newfs paritions without a mount (diff) | |
download | wireguard-openbsd-2ccad1fbf3849ff2bf5499f5d60d66c02aa847fa.tar.xz wireguard-openbsd-2ccad1fbf3849ff2bf5499f5d60d66c02aa847fa.zip |
remove local copy of vendor id/device id, there's nothing wrong with
the data from pcidevs. suggested by chris@.
-rw-r--r-- | sys/dev/pci/if_vrreg.h | 39 |
1 files changed, 1 insertions, 38 deletions
diff --git a/sys/dev/pci/if_vrreg.h b/sys/dev/pci/if_vrreg.h index fe12382d930..2c89b3e771c 100644 --- a/sys/dev/pci/if_vrreg.h +++ b/sys/dev/pci/if_vrreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vrreg.h,v 1.24 2009/05/10 12:23:56 sthen Exp $ */ +/* $OpenBSD: if_vrreg.h,v 1.25 2009/05/11 07:41:52 sthen Exp $ */ /* * Copyright (c) 1997, 1998 @@ -506,43 +506,6 @@ struct vr_softc { #define VR_TIMEOUT 1000 /* - * General constants that are fun to know. - * - * VIA vendor ID - */ -#define VIA_VENDORID 0x1106 - -/* - * VIA Rhine device IDs. - */ -#define VIA_DEVICEID_RHINE 0x3043 -#define VIA_DEVICEID_RHINE_II 0x6100 -#define VIA_DEVICEID_RHINE_II_2 0x3065 -#define VIA_DEVICEID_RHINE_III 0x3106 -#define VIA_DEVICEID_RHINE_III_M 0x3053 - -/* - * Delta Electronics device ID. - */ -#define DELTA_VENDORID 0x1500 - -/* - * Delta device IDs. - */ -#define DELTA_DEVICEID_RHINE_II 0x1320 - -/* - * Addtron vendor ID. - */ -#define ADDTRON_VENDORID 0x4033 - -/* - * Addtron device IDs. - */ -#define ADDTRON_DEVICEID_RHINE_II 0x1320 - - -/* * VIA Rhine revision IDs */ |