CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-16 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 16 08:16:53 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: com_elb.c Log Message: Style. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbppc/explora/dev/com_elb.c

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 7 10:33:07 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Add initial support for Xorg server for wsfb(4): - Fix WSDISPLAYIO_GTYPE ioctl. - Support WSDISPLAYIO_LINEBYTES, _{GET,PUT}CMAP, an

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-07 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Mar 7 10:01:03 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Misc cleanup for clarity. No functional changes. - Group function declarations, and reorder function bodies accordingly. - Misc KNF.

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:50:57 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Fix color map. Almost all colors except *green* were wrong for the apparent reason ;). To generate a diff of this commit: cvs rdif

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:48:21 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Configure fb(4) appropriately also when it is not console. Now, wsdisplay(4) can be used with serial console. To generate a diff o

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:17:02 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: pckbc_elb.c Log Message: Avoid doubly bus_space_map(9) when pckbc(4) is already attached as console. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-04 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Mar 5 06:14:47 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: pckbc_elb.c Log Message: pckbcintr() must be running with IPL_TTY, not IPL_SERIAL. Otherwise, tty(4) routines are unexpectedly interrupted, which results i

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 2 12:01:02 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: com_elb.c le_elb.c pckbc_elb.c Log Message: Convert to intr_establish_xname(). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch

CVS commit: src/sys/arch/evbppc/explora/dev

2021-03-02 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Mar 2 11:59:49 UTC 2021 Modified Files: src/sys/arch/evbppc/explora/dev: pckbc_elb.c Log Message: Stop registering same function twice, i.e., for pckbd(4) and pms(4), via intr_establish(). To generate a diff of this commit: cv

CVS commit: src/sys/arch/evbppc/explora/dev

2010-05-15 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat May 15 07:38:24 UTC 2010 Modified Files: src/sys/arch/evbppc/explora/dev: fb_elb.c Log Message: Set RI_NO_AUTO in ri_flg if fb_init() is invoked from cnattach. Tested on Explora451. To generate a diff of this commit: cvs rd