clean up for fd changes.

This commit is contained in:
mrg 2001-10-22 15:19:55 +00:00
parent 63a4b630bb
commit 195bc7aef4
2 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: genassym.c,v 1.21 2001/10/05 21:53:56 eeh Exp $ */
/* $NetBSD: genassym.c,v 1.22 2001/10/22 15:19:55 mrg Exp $ */
/*
* Copyright (c) 1992, 1993
@ -72,10 +72,10 @@
#include <dev/ic/am7930reg.h>
#include <dev/ic/am7930var.h>
#endif
#include <sparc64/dev/fdreg.h>
#include <sparc64/dev/fdvar.h>
#include <dev/sun/fdreg.h>
#include <dev/sun/fdvar.h>
#endif
#include <stdio.h>
#include <stddef.h>
@ -241,6 +241,7 @@ main()
off("M_DATA", struct mbuf, m_data);
off("M_LEN", struct mbuf, m_len);
#if 0
/* floppy trap handler fields */
off("FDC_REG_MSR", struct fdcio, fdcio_reg_msr);
off("FDC_REG_FIFO", struct fdcio, fdcio_reg_fifo);
@ -251,7 +252,6 @@ main()
off("FDC_TC", struct fdcio, fdcio_tc);
off("FDC_EVCNT", struct fdcio, fdcio_intrcnt.ev_count);
#if 0
/* db_regs structure so we can save all registers */
off("DBR_TRAPS", struct db_regs, dbr_traps);
off("DBR_Y", struct db_regs, dbr_y);

View File

@ -1,4 +1,4 @@
# $NetBSD: genassym.cf,v 1.24 2001/10/05 21:53:56 eeh Exp $
# $NetBSD: genassym.cf,v 1.25 2001/10/22 15:19:55 mrg Exp $
#
# Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -108,10 +108,10 @@ endif
ifdef notyet
include <dev/ic/am7930reg.h>
include <dev/ic/am7930var.h>
endif
include <sparc64/dev/fdreg.h>
include <sparc64/dev/fdvar.h>
include <dev/sun/fdreg.h>
include <dev/sun/fdvar.h>
endif
# general constants
define BSD BSD
@ -239,6 +239,7 @@ define M_NEXT offsetof(struct mbuf, m_next)
define M_DATA offsetof(struct mbuf, m_data)
define M_LEN offsetof(struct mbuf, m_len)
ifdef notyet
# floppy trap handler fields
define FDC_REG_MSR offsetof(struct fdcio, fdcio_reg_msr)
define FDC_REG_FIFO offsetof(struct fdcio, fdcio_reg_fifo)
@ -249,7 +250,6 @@ define FDC_DATA offsetof(struct fdcio, fdcio_data)
define FDC_TC offsetof(struct fdcio, fdcio_tc)
define FDC_EVCNT offsetof(struct fdcio, fdcio_intrcnt.ev_count)
ifdef notyet
# db_regs structure so we can save all registers
define DBR_TRAPS offsetof(struct db_regs, dbr_traps)
define DBR_Y offsetof(struct db_regs, dbr_y)