CVS commit: src/sys/arch/mac68k/obio

2021-05-13 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Thu May 13 08:47:21 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: iwm_fd.c Log Message: We do not match machines whose SWIM does not support the IWM register set used by this driver (SWIM II/III, SWIM behind IOP, AV models'

CVS commit: src/sys/arch/mac68k/obio

2021-02-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 22 05:23:37 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: Elucidate why synchronous transfer is disabled for AV Macs. Sync negotiation times out when drive advertises that capability: sd1 at

CVS commit: src/sys/arch/mac68k/obio

2021-02-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 22 04:24:42 UTC 2021 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: - Add missing \n's to printf(9). - Whitespace fixes. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59

CVS commit: src/sys/arch/mac68k/obio

2020-05-31 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun May 31 08:59:40 UTC 2020 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: For wdc_obio_match(), struct wdc_regs is too large for stack. Use kmem_alloc(9) instead. Frame size becomes: 3088 --> 0 To

CVS commit: src/sys/arch/mac68k/obio

2017-10-12 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Thu Oct 12 09:48:53 UTC 2017 Modified Files: src/sys/arch/mac68k/obio: asc.c Log Message: Exclude Enhanced Apple Sound Chip (EASC) without support for wavetable mode used by asc(4). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/mac68k/obio

2015-01-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jan 3 16:44:15 UTC 2015 Modified Files: src/sys/arch/mac68k/obio: iwm_fd.c Log Message: fix typo To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/obio/iwm_fd.c Please note that diffs are

CVS commit: src/sys/arch/mac68k/obio

2015-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 2 15:49:52 UTC 2015 Modified Files: src/sys/arch/mac68k/obio: iwm_fd.c Log Message: name the flag ioctl argument flag like most other drivers. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/arch/mac68k/obio

2015-01-02 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jan 2 15:50:28 UTC 2015 Modified Files: src/sys/arch/mac68k/obio: iwm.s Log Message: avoid trigraph To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/mac68k/obio/iwm.s Please note that diffs are

CVS commit: src/sys/arch/mac68k/obio

2015-01-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 1 17:47:21 UTC 2015 Modified Files: src/sys/arch/mac68k/obio: iwm_fd.c Log Message: declare error To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/arch/mac68k/obio/iwm_fd.c Please note that

CVS commit: src/sys/arch/mac68k/obio

2013-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 25 21:24:14 UTC 2013 Modified Files: src/sys/arch/mac68k/obio: asc.c Log Message: Remove not yet used stuff To generate a diff of this commit: cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/obio/asc.c Please note that

CVS commit: src/sys/arch/mac68k/obio

2013-10-25 Thread Martin Husemann
Module Name:src Committed By: martin Date: Fri Oct 25 21:50:28 UTC 2013 Modified Files: src/sys/arch/mac68k/obio: wdc_obio.c Log Message: Simplify To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/mac68k/obio/wdc_obio.c Please note that diffs

CVS commit: src/sys/arch/mac68k/obio

2011-08-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Aug 2 05:10:31 UTC 2011 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: Include sys/simplelock.h to use simple_lock(); fix build. To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53

CVS commit: src/sys/arch/mac68k/obio

2011-08-01 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Tue Aug 2 05:17:18 UTC 2011 Modified Files: src/sys/arch/mac68k/obio: esp.c Log Message: ncr53c9x was converted to use mutex(9), follow that. Fix DEBUG build too. To generate a diff of this commit: cvs rdiff -u -r1.53

CVS commit: src/sys/arch/mac68k/obio

2010-11-30 Thread Hauke Fath
Module Name:src Committed By: hauke Date: Tue Nov 30 16:05:56 UTC 2010 Modified Files: src/sys/arch/mac68k/obio: iwm.s Log Message: Fix an embarassing tyop. gcc should run aspell over the comments... To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6