Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Nuke some silliness.
details: https://anonhg.NetBSD.org/src/rev/4b6f60cf8ad0
branches: trunk
changeset: 477536:4b6f60cf8ad0
user: ad <ad%NetBSD.org@localhost>
date: Wed Oct 20 12:27:38 1999 +0000
description:
Nuke some silliness.
diffstat:
sys/dev/ic/dpt.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (31 lines):
diff -r aff938a98d39 -r 4b6f60cf8ad0 sys/dev/ic/dpt.c
--- a/sys/dev/ic/dpt.c Wed Oct 20 11:54:10 1999 +0000
+++ b/sys/dev/ic/dpt.c Wed Oct 20 12:27:38 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dpt.c,v 1.10 1999/10/20 11:54:10 ad Exp $ */
+/* $NetBSD: dpt.c,v 1.11 1999/10/20 12:27:38 ad Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -65,12 +65,11 @@
* o Test with a bunch of different boards.
* o dpt_readcfg() should not be using CP_PIO_GETCFG.
* o An interface to userland applications.
- * o A port of DPT Storage Manager included in the base system would be nice.
* o Some sysctls or a utility (eg dptctl(8)) to control parameters.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.10 1999/10/20 11:54:10 ad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dpt.c,v 1.11 1999/10/20 12:27:38 ad Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -81,6 +80,7 @@
#include <sys/buf.h>
#include <machine/endian.h>
+#include <machine/bswap.h>
#include <machine/bus.h>
#include <dev/scsipi/scsi_all.h>
Home |
Main Index |
Thread Index |
Old Index