Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Mar 2006 18:33:22 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/share/man/man4 scc.4 src/sys/dev/uart uart_bus_scc.c src/sys/kern serdev_if.m src/sys/dev/scc scc_bfe.h scc_bfe_ebus.c scc_bfe_sbus.c scc_bus.h scc_core.c scc_dev_sab82532.c scc_dev_z8530.c scc_if.m src/sys/modules/scc ...
Message-ID:  <200603301833.k2UIXMIa064774@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2006-03-30 18:33:22 UTC

  FreeBSD src repository

  Added files:
    share/man/man4       scc.4 
    sys/dev/uart         uart_bus_scc.c 
    sys/kern             serdev_if.m 
    sys/dev/scc          scc_bfe.h scc_bfe_ebus.c scc_bfe_sbus.c 
                         scc_bus.h scc_core.c scc_dev_sab82532.c 
                         scc_dev_z8530.c scc_if.m 
    sys/modules/scc      Makefile 
  Log:
  Add scc(4), a driver for serial communications controllers. These
  controllers typically have multiple channels and support a number
  of serial communications protocols. The scc(4) driver is itself
  an umbrella driver that delegates the control over each channel
  and mode to a subordinate driver (like uart(4)).
  The scc(4) driver supports the Siemens SAB 82532 and the Zilog
  Z8530 and replaces puc(4) for these devices.
  
  Revision  Changes    Path
  1.1       +75 -0     src/share/man/man4/scc.4 (new)
  1.1       +153 -0    src/sys/dev/scc/scc_bfe.h (new)
  1.1       +87 -0     src/sys/dev/scc/scc_bfe_ebus.c (new)
  1.1       +84 -0     src/sys/dev/scc/scc_bfe_sbus.c (new)
  1.1       +51 -0     src/sys/dev/scc/scc_bus.h (new)
  1.1       +542 -0    src/sys/dev/scc/scc_core.c (new)
  1.1       +137 -0    src/sys/dev/scc/scc_dev_sab82532.c (new)
  1.1       +202 -0    src/sys/dev/scc/scc_dev_z8530.c (new)
  1.1       +77 -0     src/sys/dev/scc/scc_if.m (new)
  1.1       +115 -0    src/sys/dev/uart/uart_bus_scc.c (new)
  1.1       +79 -0     src/sys/kern/serdev_if.m (new)
  1.1       +14 -0     src/sys/modules/scc/Makefile (new)



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