cvs commit: src/sys/dev/ic ns16550.h src/sys/dev/sio sioreg.h

Bruce Evans bde at FreeBSD.org
Tue Sep 16 01:08:09 PDT 2003


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


More information about the cvs-src mailing list