From 66ffb1f1383c2274845ae6970fe3a5694a8cdf23 Mon Sep 17 00:00:00 2001 From: ambrisko Date: Wed, 6 Feb 2002 22:06:47 +0000 Subject: Fix support for 630ET support. We don't need the Linux part to set the mii access mode. Fix the device ID and make it read the mac via sis_read_mac. Reviewed by: imp MFC after: 1 week --- sys/pci/if_sisreg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/pci/if_sisreg.h') diff --git a/sys/pci/if_sisreg.h b/sys/pci/if_sisreg.h index 81e3e60..3137543 100644 --- a/sys/pci/if_sisreg.h +++ b/sys/pci/if_sisreg.h @@ -383,7 +383,7 @@ struct sis_ring_data { #define SIS_REV_630E 0x0081 #define SIS_REV_630S 0x0082 #define SIS_REV_630EA1 0x0083 -#define SIS_REV_630ET 0x0083 +#define SIS_REV_630ET 0x0084 #define SIS_REV_635 0x0090 /* -- cgit v1.1