Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/dnard/dnard Remove opt_footbridge from conf.c
details: https://anonhg.NetBSD.org/src/rev/4264191bf3f6
branches: trunk
changeset: 513351:4264191bf3f6
user: matt <matt%NetBSD.org@localhost>
date: Sun Jul 29 00:34:44 2001 +0000
description:
Remove opt_footbridge from conf.c
Use dev/ic/i8253reg.h instead of private timerreg.h
diffstat:
sys/arch/dnard/dnard/conf.c | 3 +--
sys/arch/dnard/dnard/hat.c | 4 ++--
2 files changed, 3 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r 4fd91d354b3b -r 4264191bf3f6 sys/arch/dnard/dnard/conf.c
--- a/sys/arch/dnard/dnard/conf.c Sat Jul 28 19:46:21 2001 +0000
+++ b/sys/arch/dnard/dnard/conf.c Sun Jul 29 00:34:44 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: conf.c,v 1.1 2001/05/09 15:58:07 matt Exp $ */
+/* $NetBSD: conf.c,v 1.2 2001/07/29 00:34:44 matt Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -44,7 +44,6 @@
* Created : 17/09/94
*/
-#include "opt_footbridge.h"
#include <sys/param.h>
#include <sys/systm.h>
diff -r 4fd91d354b3b -r 4264191bf3f6 sys/arch/dnard/dnard/hat.c
--- a/sys/arch/dnard/dnard/hat.c Sat Jul 28 19:46:21 2001 +0000
+++ b/sys/arch/dnard/dnard/hat.c Sun Jul 29 00:34:44 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hat.c,v 1.1 2001/05/09 15:58:07 matt Exp $ */
+/* $NetBSD: hat.c,v 1.2 2001/07/29 00:34:44 matt Exp $ */
/*
* Copyright 1997
@@ -54,7 +54,7 @@
#include <dev/isa/isareg.h>
#include <dev/isa/isavar.h>
-#include <dnard/isa/timerreg.h>
+#include <dev/ic/i8253reg.h>
#include <dnard/dnard/fiq.h>
#include <dnard/dnard/sequoia.h>
Home |
Main Index |
Thread Index |
Old Index