diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-11-26 15:56:00 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-11-26 15:56:00 +0000 |
commit | 95771ee153fc60e2025cf02b022fc75928ce33ec (patch) | |
tree | dbd412887fd54d6ce5ef212491581122d1620ece /sys/dev/pci/if_casreg.h | |
parent | 2780a6859a5af847650e39067a3525e9216c46a8 (diff) |
Avoid resetting PCS. Don't do loopback at the serial link.
Diffstat (limited to 'sys/dev/pci/if_casreg.h')
-rw-r--r-- | sys/dev/pci/if_casreg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/pci/if_casreg.h b/sys/dev/pci/if_casreg.h index 929112045bf..16e6fc0462b 100644 --- a/sys/dev/pci/if_casreg.h +++ b/sys/dev/pci/if_casreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_casreg.h,v 1.7 2007/11/26 15:24:35 kettenis Exp $ */ +/* $OpenBSD: if_casreg.h,v 1.8 2007/11/26 15:55:59 kettenis Exp $ */ /* * @@ -113,6 +113,7 @@ #define CAS_RESET_TX 0x000000001 /* Reset TX half */ #define CAS_RESET_RX 0x000000002 /* Reset RX half */ #define CAS_RESET_RSTOUT 0x000000004 /* Force PCI RSTOUT# */ +#define CAS_RESET_BLOCK_PCS 0x00000008 /* Block PCS reset */ /* TX DMA registers */ #define CAS_TX_CONFIG 0x2004 |