CVS commit: src/sys/arch/sun3/dev

2020-03-19 Thread Jason R Thorpe
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:

CVS commit: src/sys/arch/sun3/dev

2018-06-22 Thread SAITOH Masanobu
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

CVS commit: src/sys/arch/sun3/dev

2016-12-05 Thread Ryota Ozaki
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

CVS commit: src/sys/arch/sun3/dev

2014-08-20 Thread Izumi Tsutsui
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

CVS commit: src/sys/arch/sun3/dev

2012-10-13 Thread Izumi Tsutsui
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

CVS commit: src/sys/arch/sun3/dev

2012-10-13 Thread Izumi Tsutsui
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

CVS commit: src/sys/arch/sun3/dev

2011-07-16 Thread matthew green
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

CVS commit: src/sys/arch/sun3/dev

2010-06-25 Thread Izumi Tsutsui
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

CVS commit: src/sys/arch/sun3/dev

2009-09-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 26 16:07:51 UTC 2009 Modified Files: src/sys/arch/sun3/dev: fd.c Log Message: Make local functions static. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 src/sys/arch/sun3/dev/fd.c Please note that

CVS commit: src/sys/arch/sun3/dev

2009-09-26 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Sep 26 16:03:45 UTC 2009 Modified Files: src/sys/arch/sun3/dev: fd.c Log Message: Replace shutdownhook_establish(9) with pmf_device_register1(9). Tested on 3/80. To generate a diff of this commit: cvs rdiff -u -r1.69