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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"