Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcsh/dev/hd64461 HD64461PCMCIA options now come fr...
details: https://anonhg.NetBSD.org/src/rev/a0e1a50e1bec
branches: trunk
changeset: 586811:a0e1a50e1bec
user: uwe <uwe%NetBSD.org@localhost>
date: Tue Jan 03 01:06:45 2006 +0000
description:
HD64461PCMCIA options now come from "opt_hd64461pcmcia.h".
diffstat:
sys/arch/hpcsh/dev/hd64461/hd64461pcmcia.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 96ed5933c84b -r a0e1a50e1bec sys/arch/hpcsh/dev/hd64461/hd64461pcmcia.c
--- a/sys/arch/hpcsh/dev/hd64461/hd64461pcmcia.c Tue Jan 03 01:05:55 2006 +0000
+++ b/sys/arch/hpcsh/dev/hd64461/hd64461pcmcia.c Tue Jan 03 01:06:45 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: hd64461pcmcia.c,v 1.33 2005/12/18 23:38:01 uwe Exp $ */
+/* $NetBSD: hd64461pcmcia.c,v 1.34 2006/01/03 01:06:45 uwe Exp $ */
/*-
* Copyright (c) 2001, 2002, 2004 The NetBSD Foundation, Inc.
@@ -37,9 +37,9 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hd64461pcmcia.c,v 1.33 2005/12/18 23:38:01 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hd64461pcmcia.c,v 1.34 2006/01/03 01:06:45 uwe Exp $");
-#include "debug_hpcsh.h"
+#include "opt_hd64461pcmcia.h"
#include <sys/param.h>
#include <sys/systm.h>
Home |
Main Index |
Thread Index |
Old Index