Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Mar 2003 08:25:40 -0800 (PST)
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/sio sio.c src/sys/dev/puc puc.c pucdata.c pucvar.h
Message-ID:  <200303151625.h2FGPeOb070006@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sobomax     2003/03/15 08:25:40 PST

  FreeBSD src repository

  Modified files:
    sys/dev/sio          sio.c 
    sys/dev/puc          puc.c pucdata.c pucvar.h 
  Log:
  - Add minimal support for TI16754 4xUART chip into sio(4) driver and remove
    now unnecessary hack from the previous commit;
  - Add support for Interrupt Latch Register (ILR) into puc(4). So far only
    ILRs compatible with specifications from Digi International are supported.
    Support for other types of ILRs could be easily added later;
  - Correct clock frequency for IC Book Labs Dreadnought x16 Lite board;
  - Enable ILR detection/usage for IC Book Labs Dreadnought x16 boards.
  
  Sponsored by:   IC Book Labs
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.22      +68 -6     src/sys/dev/puc/puc.c
  1.17      +34 -32    src/sys/dev/puc/pucdata.c
  1.10      +9 -0      src/sys/dev/puc/pucvar.h
  1.392     +33 -1     src/sys/dev/sio/sio.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303151625.h2FGPeOb070006>