Date: Tue, 16 Sep 2003 01:08:08 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ic ns16550.h src/sys/dev/sio sioreg.h Message-ID: <200309160808.h8G888AW061052@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2003/09/16 01:08:08 PDT FreeBSD src repository Modified files: sys/dev/ic ns16550.h sys/dev/sio sioreg.h Log: Moved the definitions of the bits in the ns*50 registers from sioreg.h to ns16550.h. The organization of these files was sort of backwards. The bits in the registers have no driver or bus dependencies but they but the offsets of the registers in bus space are very bus-dependent. However, it does no harm to keep the definitions of the register offsets in ns16550.h provided they are thought of as internal ns*50 offsets. Revision Changes Path 1.10 +85 -0 src/sys/dev/ic/ns16550.h 1.23 +0 -85 src/sys/dev/sio/sioreg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309160808.h8G888AW061052>