Module Name:src
Committed By: thorpej
Date: Thu Mar 19 14:06:32 UTC 2020
Modified Files:
src/sys/arch/sun3/dev: if_ie.c
Log Message:
Don't bother with IFF_OACTIVE. Just keep processing so long as
sc->xmit_busy is less than sc->ntxbuf.
To generate a diff of this commit:
Module Name:src
Committed By: msaitoh
Date: Fri Jun 22 09:31:04 UTC 2018
Modified Files:
src/sys/arch/sun3/dev: if_ie.c
Log Message:
Remove bpf_tap() in iexmit() because ie_start() does bpf_mtap().
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/ar
Module Name:src
Committed By: ozaki-r
Date: Tue Dec 6 07:49:25 UTC 2016
Modified Files:
src/sys/arch/sun3/dev: if_ie.c
Log Message:
Remove obsolete ancient optimization for bpf
The optimization code was obsoleted over 15 years ago.
We can remove it safely.
To generate
Module Name:src
Committed By: tsutsui
Date: Wed Aug 20 17:48:57 UTC 2014
Modified Files:
src/sys/arch/sun3/dev: fd.c
Log Message:
Sync with sparc/dev/fd.c rev 1.155.
> Fix panic() on opening fd(4), caused by a wrong pointer passed to memset().
Note sun3 still uses gcc 4.
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:35:54 UTC 2012
Modified Files:
src/sys/arch/sun3/dev: zs_kgdb.c
Log Message:
Add a cast to print dev_t. (broken since 64bit dev_t change?) from chs@
XXX: probably no one will use this...
To generate a diff of this
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:32:11 UTC 2012
Modified Files:
src/sys/arch/sun3/dev: dma.c
Log Message:
Fix botch on device_t/softc split in #if 0'ed debug printf. from chs@
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/
Module Name:src
Committed By: matt
Date: Sun Jul 29 00:07:53 UTC 2012
Modified Files:
src/sys/arch/sun3/dev: zs.c
Log Message:
A little constification
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/sun3/dev/zs.c
Please note that diffs are not
Module Name:src
Committed By: mrg
Date: Sat Jul 16 20:25:29 UTC 2011
Modified Files:
src/sys/arch/sun3/dev: fd.c
Log Message:
apply some static.
To generate a diff of this commit:
cvs rdiff -u -r1.71 -r1.72 src/sys/arch/sun3/dev/fd.c
Please note that diffs are not publi
Module Name:src
Committed By: tsutsui
Date: Sat Jun 26 01:48:57 UTC 2010
Modified Files:
src/sys/arch/sun3/dev: zs.c
Log Message:
Pull a similar fix from sparc/dev/zs.c rev 1.119:
Establish interrupt handlers with proper softc per each zs device
rather than sharing them