Re: cvs commit: src/sys/dev/si si.c

2008-09-08 Thread Ed Schouten
* Peter Wemm <[EMAIL PROTECTED]> wrote: > Pass 1 of mpsafetty-ifying si(4). It compiles and has basic functionality, > but needs a lot more work. In particular, it has no flow control and has > a tendency to race when giving commands. It still uses Giant for the > tty and driver lock, bu

cvs commit: src/sys/dev/si si.c

2008-09-08 Thread Peter Wemm
peter 2008-09-08 11:41:20 UTC FreeBSD src repository Modified files: sys/dev/si si.c Log: SVN rev 182871 on 2008-09-08 11:41:20Z by peter Pass 1 of mpsafetty-ifying si(4). It compiles and has basic functionality, but needs a lot more work. In particular, it h

cvs commit: src/sys/dev/si si.c si.h src/usr.sbin/sicontrol sicontrol.8 sicontrol.c

2008-06-09 Thread Ed Schouten
ed 2008-06-09 08:43:27 UTC FreeBSD src repository Modified files: sys/dev/si si.c si.h usr.sbin/sicontrol sicontrol.8 sicontrol.c Log: SVN rev 179668 on 2008-06-09 08:43:27Z by ed Remove sicontrol(8)'s "ttystat". In the FreeBSD base system, there a

cvs commit: src/sys/dev/si si.c si.h

2008-06-05 Thread Peter Wemm
peter 2008-06-06 03:21:59 UTC FreeBSD src repository Modified files: sys/dev/si si.c si.h Log: SVN rev 179589 on 2008-06-06 03:21:59Z by peter Checkpoint what I've been running for the last year. Tidy up a bunch of loose ends that "can't happen" any more, if t

Re: cvs commit: src/sys/dev/si si.c

2006-01-17 Thread John Baldwin
On Saturday 14 January 2006 19:20, Gleb Smirnoff wrote: > glebius 2006-01-15 00:20:31 UTC > > FreeBSD src repository > > Modified files:(Branch: RELENG_6) > sys/dev/si si.c > Log: > Fix build. Sorry, pointy hat to me for that one. -- John Baldwin <[EMAIL PROTECT

Re: cvs commit: src/sys/dev/si si.c

2006-01-15 Thread Gleb Smirnoff
On Sat, Jan 14, 2006 at 08:16:17PM -0700, Scott Long wrote: S> John Baldwin wrote: S> >jhb 2006-01-13 19:26:09 UTC S> > S> > FreeBSD src repository S> > S> > Modified files:(Branch: RELENG_6) S> >sys/dev/si si.c S> > Log: S> > MFC: Fix /dev entries for cards with

Re: cvs commit: src/sys/dev/si si.c

2006-01-14 Thread Scott Long
John Baldwin wrote: jhb 2006-01-13 19:26:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/si si.c Log: MFC: Fix /dev entries for cards with multiple modules. Revision ChangesPath 1.135.2.1 +7 -3 src/sys/dev/si/si

cvs commit: src/sys/dev/si si.c

2006-01-14 Thread Gleb Smirnoff
glebius 2006-01-15 00:20:31 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/si si.c Log: Fix build. Revision ChangesPath 1.135.2.2 +1 -1 src/sys/dev/si/si.c ___ cvs-all@freebsd.o

cvs commit: src/sys/dev/si si.c

2006-01-13 Thread John Baldwin
jhb 2006-01-13 19:26:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/si si.c Log: MFC: Fix /dev entries for cards with multiple modules. Revision ChangesPath 1.135.2.1 +7 -3 src/sys/dev/si/si.c _

cvs commit: src/sys/dev/si si.c

2006-01-06 Thread John Baldwin
jhb 2006-01-06 19:56:12 UTC FreeBSD src repository Modified files: sys/dev/si si.c Log: - Fix cards with multiple modules. Prior to this, the ports on the various modules would have overlapping names. - Only create /dev/si_control for unit 0. Tested by: