summaryrefslogtreecommitdiffstats
path: root/sys/isa
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1998-05-06 23:35:36 +0000
committerjulian <julian@FreeBSD.org>1998-05-06 23:35:36 +0000
commitd07b83de55fba91dc799d99c36b792dcfb2d9430 (patch)
tree19cc38e3f96d8fa3a7c7b14669589f21da96f1b4 /sys/isa
parent86398c50a18a2b0c5d3df5ed19ba160be93cd1e2 (diff)
downloadFreeBSD-src-d07b83de55fba91dc799d99c36b792dcfb2d9430.zip
FreeBSD-src-d07b83de55fba91dc799d99c36b792dcfb2d9430.tar.gz
There is no dump routine for fd so give it an explicit NULL entry
in the SLICE table.
Diffstat (limited to 'sys/isa')
-rw-r--r--sys/isa/fd.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/isa/fd.c b/sys/isa/fd.c
index 9afadd2..5445b3f 100644
--- a/sys/isa/fd.c
+++ b/sys/isa/fd.c
@@ -43,7 +43,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.110 1998/04/22 10:25:15 julian Exp $
+ * $Id: fd.c,v 1.111 1998/05/06 22:14:41 julian Exp $
*
*/
@@ -334,7 +334,8 @@ static struct slice_handler slicetype = {
NULL, /* revoke */
NULL, /* claim */
NULL, /* verify */
- NULL /* upconfig */
+ NULL, /* upconfig */
+ NULL /* dump */
};
#endif /* SLICE */
OpenPOWER on IntegriCloud