aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cy
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-03-28 12:29:11 +0000
committerBruce Evans <bde@FreeBSD.org>1995-03-28 12:29:11 +0000
commit2f86e398e13886afc84375761c323f772f8ebe70 (patch)
treea88ec184e1ea5dd350a1df9d3258caabf542af45 /sys/dev/cy
parent4e0df42774c572d009f3a4fd787def98a633fd6a (diff)
Notes
Diffstat (limited to 'sys/dev/cy')
-rw-r--r--sys/dev/cy/cy.c8
-rw-r--r--sys/dev/cy/cy_isa.c8
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/dev/cy/cy.c b/sys/dev/cy/cy.c
index 03e561c2ce0c..a37292e6d460 100644
--- a/sys/dev/cy/cy.c
+++ b/sys/dev/cy/cy.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.4 1995/02/28 00:20:52 pst Exp $
+ * $Id: cy.c,v 1.5 1995/03/28 07:55:25 bde Exp $
*/
/*
@@ -82,14 +82,14 @@
#include <machine/cpu.h>
#ifdef NetBSD
#include <machine/pio.h>
-#endif
#include <machine/cpufunc.h>
+#else
+#include <machine/clock.h>
+#endif
#include <i386/isa/isa_device.h>
#include <i386/isa/ic/cd1400.h>
-#else
-#include <machine/clock.h>
#define RxFifoThreshold 3 /* 3 characters (out of 12) in the receive
* FIFO before an interrupt is generated
*/
diff --git a/sys/dev/cy/cy_isa.c b/sys/dev/cy/cy_isa.c
index 03e561c2ce0c..a37292e6d460 100644
--- a/sys/dev/cy/cy_isa.c
+++ b/sys/dev/cy/cy_isa.c
@@ -27,7 +27,7 @@
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: cy.c,v 1.4 1995/02/28 00:20:52 pst Exp $
+ * $Id: cy.c,v 1.5 1995/03/28 07:55:25 bde Exp $
*/
/*
@@ -82,14 +82,14 @@
#include <machine/cpu.h>
#ifdef NetBSD
#include <machine/pio.h>
-#endif
#include <machine/cpufunc.h>
+#else
+#include <machine/clock.h>
+#endif
#include <i386/isa/isa_device.h>
#include <i386/isa/ic/cd1400.h>
-#else
-#include <machine/clock.h>
#define RxFifoThreshold 3 /* 3 characters (out of 12) in the receive
* FIFO before an interrupt is generated
*/