summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sisreg.h
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2002-02-06 22:06:47 +0000
committerambrisko <ambrisko@FreeBSD.org>2002-02-06 22:06:47 +0000
commit66ffb1f1383c2274845ae6970fe3a5694a8cdf23 (patch)
tree66b4fc695582af1750fd1b4f19a8919f53a3d74d /sys/pci/if_sisreg.h
parentcaff7678a766dc62b2988ed0f5980fe796e5c146 (diff)
downloadFreeBSD-src-66ffb1f1383c2274845ae6970fe3a5694a8cdf23.zip
FreeBSD-src-66ffb1f1383c2274845ae6970fe3a5694a8cdf23.tar.gz
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
Diffstat (limited to 'sys/pci/if_sisreg.h')
-rw-r--r--sys/pci/if_sisreg.h2
1 files changed, 1 insertions, 1 deletions
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
/*
OpenPOWER on IntegriCloud