summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorStuart Henderson <sthen@cvs.openbsd.org>2009-05-11 07:41:53 +0000
committerStuart Henderson <sthen@cvs.openbsd.org>2009-05-11 07:41:53 +0000
commitfd052848830209dc4c23f07575aa6a541fa26e0a (patch)
treefd0dcf27bd727144a8b229ccd86b4efdf7147a6b /sys/dev/pci
parent2f23be036150fe3788e29b5925e68d03afbbd294 (diff)
remove local copy of vendor id/device id, there's nothing wrong with
the data from pcidevs. suggested by chris@.
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/if_vrreg.h39
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
*/