Module Name:src
Committed By: macallan
Date: Mon Mar 1 05:26:53 UTC 2010
Modified Files:
src/sys/dev/sbus: p9100.c
Log Message:
fix ancient typo, noticed by mouse@
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/sbus/p9100.c
Please note that
Module Name:src
Committed By: macallan
Date: Mon Mar 1 05:26:53 UTC 2010
Modified Files:
src/sys/dev/sbus: p9100.c
Log Message:
fix ancient typo, noticed by mouse@
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/dev/sbus/p9100.c
Please note that
Module Name:src
Committed By: macallan
Date: Mon Mar 1 05:42:08 UTC 2010
Modified Files:
src/sys/dev/sbus: files.sbus p9100.c
Log Message:
make latching optional.
The SPARCbook docs claim it's necessary but my 3GX happily works without.
To generate a diff of this
Module Name:src
Committed By: macallan
Date: Mon Mar 1 05:42:08 UTC 2010
Modified Files:
src/sys/dev/sbus: files.sbus p9100.c
Log Message:
make latching optional.
The SPARCbook docs claim it's necessary but my 3GX happily works without.
To generate a diff of this
Module Name:src
Committed By: macallan
Date: Thu Feb 18 02:21:39 UTC 2010
Modified Files:
src/sys/dev/sbus: dbri.c
Log Message:
Abort setup when we find no audio codec to avoid crashing later on with
ISDN-only cards.
Should fix PR41055
To generate a diff of this commit:
Module Name:src
Committed By: macallan
Date: Wed Jan 27 21:01:33 UTC 2010
Modified Files:
src/sys/dev/sbus: files.sbus
Log Message:
tcx doesn't use bt_dac
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/sbus/files.sbus
Please note that diffs
Module Name:src
Committed By: macallan
Date: Thu Jan 14 02:20:08 UTC 2010
Modified Files:
src/sys/dev/sbus: dbri.c
Log Message:
set a delta value for the master channel so volume control via PMF works
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29
Module Name:src
Committed By: dyoung
Date: Fri Jan 8 20:01:21 UTC 2010
Modified Files:
src/sys/dev/sbus: dbri.c p9100.c
Log Message:
Expand PMF_FN_* macros.
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/dev/sbus/dbri.c
cvs rdiff -u -r1.50 -r1.51
Module Name:src
Committed By: macallan
Date: Tue Jan 5 04:17:49 UTC 2010
Modified Files:
src/sys/dev/sbus: zx.c
Log Message:
fix off by one error in zx_fillrect()
while there, use vcons_replay_msgbuf()
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34
Module Name:src
Committed By: christos
Date: Sat Jan 2 01:43:42 UTC 2010
Modified Files:
src/sys/dev/sbus: dbri.c
Log Message:
convert to pmf
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/dev/sbus/dbri.c
Please note that diffs are not public
sbus_establish() should take device_t self for the device itself,
not device_t parent even if sbus is grandparent of the device,
otherwise (*sd_reset)() callbacks will be called with an wrong device_t.
Even in such case, sbus_establish() looks for an sbus though device tree.
On Wed, Sep 09, 2009 at 04:00:30AM +0900, Izumi Tsutsui wrote:
sbus_establish() should take device_t self for the device itself,
not device_t parent even if sbus is grandparent of the device,
otherwise (*sd_reset)() callbacks will be called with an wrong device_t.
Even in such
On Fri, Mar 27, 2009 at 12:25:41PM +, Izumi Tsutsui wrote:
Log Message:
Use bus_space(9) to access registers. SETREG() macro using bogus casts
against packed structures doesn't work on gcc4. (no character on screen)
See also:
http://mail-index.NetBSD.org/port-sparc/2003/11/11/0002.html
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
On Mar 27, 2009, at 9:07 AM, Izumi Tsutsui wrote:
a...@netbsd.org wrote:
On Fri, Mar 27, 2009 at 12:25:41PM +, Izumi Tsutsui wrote:
Log Message:
Use bus_space(9) to access registers. SETREG() macro using bogus
casts
against
On Fri, Mar 27, 2009 at 04:31:33PM -0400, Michael wrote:
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hello,
On Mar 27, 2009, at 9:07 AM, Izumi Tsutsui wrote:
a...@netbsd.org wrote:
On Fri, Mar 27, 2009 at 12:25:41PM +, Izumi Tsutsui wrote:
Log Message:
Use bus_space(9) to
15 matches
Mail list logo