diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-14 18:14:15 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-14 18:14:15 +0000 |
commit | c0462b3c116de4545eaa156174431a39ed524d0d (patch) | |
tree | f6ce9f7ff6f21e703f88741d21932a4dff0c6953 /sys/dev/ic/fxpreg.h | |
parent | 6722be7d99de66cc41dbfed233d586b59f8a10f1 (diff) |
use PCI Memory Write and Invalidate; from bogdan@eastonline.ru, ok pascoe
Diffstat (limited to 'sys/dev/ic/fxpreg.h')
-rw-r--r-- | sys/dev/ic/fxpreg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/fxpreg.h b/sys/dev/ic/fxpreg.h index 99f1cd81a0a..ffb02907684 100644 --- a/sys/dev/ic/fxpreg.h +++ b/sys/dev/ic/fxpreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fxpreg.h,v 1.7 2004/12/08 22:35:13 pascoe Exp $ */ +/* $OpenBSD: fxpreg.h,v 1.8 2005/01/14 18:14:12 deraadt Exp $ */ /* * Copyright (c) 1995, David Greenman @@ -129,7 +129,7 @@ struct fxp_cb_config { volatile u_int8_t byte_count; volatile u_int8_t fifo_limit; volatile u_int8_t adaptive_ifs; - volatile u_int8_t void1; + volatile u_int8_t ctrl0; volatile u_int8_t rx_dma_bytecount; volatile u_int8_t tx_dma_bytecount; volatile u_int8_t ctrl1; |