summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2007-10-13 11:55:44 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2007-10-13 11:55:44 +0000
commit6126b29163efa941dcd3a1f5d7aee0b7ebbf8069 (patch)
tree729543c1da8b81f803161db409daf005c35d4ae9 /sys/dev
parent76355a976367672af81e699962bba65478581912 (diff)
Add Yukon-2 PHY powerdown bits.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/if_skreg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/pci/if_skreg.h b/sys/dev/pci/if_skreg.h
index 47f82e6298f..11e28d8c76f 100644
--- a/sys/dev/pci/if_skreg.h
+++ b/sys/dev/pci/if_skreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_skreg.h,v 1.45 2007/10/02 07:35:55 brad Exp $ */
+/* $OpenBSD: if_skreg.h,v 1.46 2007/10/13 11:55:43 kettenis Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000
@@ -1459,6 +1459,8 @@
#define SK_PCI_PWRMGMTCTRL 0x004C /* 16 bits */
#define SK_PCI_PME_EVENT 0x004F
+#define SK_Y2_REG1_PHY1_PWRD 0x04000000
+#define SK_Y2_REG1_PHY2_PWRD 0x08000000
#define SK_Y2_REG1_PHY1_COMA 0x10000000
#define SK_Y2_REG1_PHY2_COMA 0x20000000