The NetBSD Project

CVS log for src/sys/dev/wscons/wsdisplayvar.h

[BACK] Up to [cvs.NetBSD.org] / src / sys / dev / wscons

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.56.4.1 / (download) - annotate - [select for diffs], Mon Mar 20 17:24:15 2023 UTC (12 months, 4 weeks ago) by martin
Branch: netbsd-10
CVS Tags: netbsd-10-0-RELEASE, netbsd-10-0-RC6, netbsd-10-0-RC5, netbsd-10-0-RC4, netbsd-10-0-RC3, netbsd-10-0-RC2, netbsd-10-0-RC1
Changes since 1.56: +2 -1 lines
Diff to previous 1.56 (colored) next main 1.57 (colored) to selected 1.24 (colored)

Pull up following revision(s) (requested by mrg in ticket #122):

	sys/external/bsd/drm2/dist/drm/amd/amdgpu/amdgpu_gart.c: revision 1.11
	sys/external/bsd/drm2/nouveau/nouveau_pci.c: revision 1.37
	sys/external/bsd/drm2/radeon/radeon_pci.c: revision 1.22
	sys/dev/wscons/wsdisplay.c: revision 1.166
	sys/dev/wscons/wsdisplayvar.h: revision 1.57

amdgpu: Fix bogus loop invariant assertions in amdgpu_gart_map.
nouveau: Kick out genfb on firmware framebuffer before initializing.

PR kern/53126

radeon: Kick out genfb on firmware framebuffer before initializing.
this is the same change as nouveau_pci.c:1.37, and should fix at
least PR#56714 and i thought at least another PR i can't find right
now.  it fixes at least 2 different radeon cards for me on UEFI
booted system.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Mar 1 08:42:33 2023 UTC (13 months, 2 weeks ago) by riastradh
Branch: MAIN
CVS Tags: thorpej-ifq-base, thorpej-ifq, thorpej-altq-separation-base, thorpej-altq-separation, HEAD
Changes since 1.56: +2 -1 lines
Diff to previous 1.56 (colored) to selected 1.24 (colored)

nouveau: Kick out genfb on firmware framebuffer before initializing.

PR kern/53126

Revision 1.56 / (download) - annotate - [select for diffs], Sat Jan 29 01:19:30 2022 UTC (2 years, 2 months ago) by uwe
Branch: MAIN
CVS Tags: netbsd-10-base, bouyer-sunxi-drm-base, bouyer-sunxi-drm
Branch point for: netbsd-10
Changes since 1.55: +2 -2 lines
Diff to previous 1.55 (colored) to selected 1.24 (colored)

Default WSDISPLAY_BORDER_COLOR to WS_DEFAULT_BG.
Avoids black overscan area when WS_DEFAULT_BG is set.

Revision 1.52.10.1 / (download) - annotate - [select for diffs], Mon Jun 10 22:07:36 2019 UTC (4 years, 10 months ago) by christos
Branch: phil-wifi
Changes since 1.52: +10 -1 lines
Diff to previous 1.52 (colored) next main 1.53 (colored) to selected 1.24 (colored)

Sync with HEAD

Revision 1.55 / (download) - annotate - [select for diffs], Wed Jan 30 11:24:48 2019 UTC (5 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: thorpej-i2c-spi-conf2-base, thorpej-i2c-spi-conf2, thorpej-i2c-spi-conf-base, thorpej-i2c-spi-conf, thorpej-futex2-base, thorpej-futex2, thorpej-futex-base, thorpej-futex, thorpej-cfargs2-base, thorpej-cfargs2, thorpej-cfargs-base, thorpej-cfargs, phil-wifi-20200421, phil-wifi-20200411, phil-wifi-20200406, phil-wifi-20191119, phil-wifi-20190609, netbsd-9-base, netbsd-9-3-RELEASE, netbsd-9-2-RELEASE, netbsd-9-1-RELEASE, netbsd-9-0-RELEASE, netbsd-9-0-RC2, netbsd-9-0-RC1, netbsd-9, isaki-audio2-base, isaki-audio2, is-mlppp-base, is-mlppp, cjep_sun2x-base1, cjep_sun2x-base, cjep_sun2x, cjep_staticlib_x-base1, cjep_staticlib_x-base, cjep_staticlib_x, bouyer-xenpvh-base2, bouyer-xenpvh-base1, bouyer-xenpvh-base, bouyer-xenpvh, ad-namecache-base3, ad-namecache-base2, ad-namecache-base1, ad-namecache-base, ad-namecache
Changes since 1.54: +2 -1 lines
Diff to previous 1.54 (colored) to selected 1.24 (colored)

Suspend multicons output to the old console device while replaying
the vcons msgbuf.

Revision 1.52.8.2 / (download) - annotate - [select for diffs], Wed Dec 26 14:02:02 2018 UTC (5 years, 3 months ago) by pgoyette
Branch: pgoyette-compat
CVS Tags: pgoyette-compat-merge-20190127
Changes since 1.52.8.1: +7 -1 lines
Diff to previous 1.52.8.1 (colored) to branchpoint 1.52 (colored) next main 1.53 (colored) to selected 1.24 (colored)

Sync with HEAD, resolve a few conflicts

Revision 1.54 / (download) - annotate - [select for diffs], Tue Dec 4 09:27:59 2018 UTC (5 years, 4 months ago) by mlelstv
Branch: MAIN
CVS Tags: pgoyette-compat-20190127, pgoyette-compat-20190118, pgoyette-compat-1226
Changes since 1.53: +7 -1 lines
Diff to previous 1.53 (colored) to selected 1.24 (colored)

rasops reused wscons attribute bits for internal control.
- make upper 4 attribute bits available for such use
- use wscons flag names instead of literal constants.

Revision 1.52.8.1 / (download) - annotate - [select for diffs], Sun Sep 30 01:45:51 2018 UTC (5 years, 6 months ago) by pgoyette
Branch: pgoyette-compat
Changes since 1.52: +3 -1 lines
Diff to previous 1.52 (colored) to selected 1.24 (colored)

Ssync with HEAD

Revision 1.53 / (download) - annotate - [select for diffs], Wed Sep 26 09:04:12 2018 UTC (5 years, 6 months ago) by bouyer
Branch: MAIN
CVS Tags: pgoyette-compat-1126, pgoyette-compat-1020, pgoyette-compat-0930
Changes since 1.52: +3 -1 lines
Diff to previous 1.52 (colored) to selected 1.24 (colored)

Introduce wsdisplay_isconsole(struct wsdisplay_softc *), which
returns sc->sc_isconsole

Revision 1.49.12.3 / (download) - annotate - [select for diffs], Sun Dec 3 11:37:37 2017 UTC (6 years, 4 months ago) by jdolecek
Branch: tls-maxphys
Changes since 1.49.12.2: +3 -0 lines
Diff to previous 1.49.12.2 (colored) to branchpoint 1.49 (colored) next main 1.50 (colored) to selected 1.24 (colored)

update from HEAD

Revision 1.51.6.1 / (download) - annotate - [select for diffs], Mon Aug 28 17:52:31 2017 UTC (6 years, 7 months ago) by skrll
Branch: nick-nhusb
Changes since 1.51: +4 -1 lines
Diff to previous 1.51 (colored) next main 1.52 (colored) to selected 1.24 (colored)

Sync with HEAD

Revision 1.52 / (download) - annotate - [select for diffs], Fri May 19 19:22:33 2017 UTC (6 years, 10 months ago) by macallan
Branch: MAIN
CVS Tags: tls-maxphys-base-20171202, phil-wifi-base, pgoyette-compat-base, pgoyette-compat-0906, pgoyette-compat-0728, pgoyette-compat-0625, pgoyette-compat-0521, pgoyette-compat-0502, pgoyette-compat-0422, pgoyette-compat-0415, pgoyette-compat-0407, pgoyette-compat-0330, pgoyette-compat-0322, pgoyette-compat-0315, perseant-stdc-iso10646-base, perseant-stdc-iso10646, nick-nhusb-base-20170825, netbsd-8-base, netbsd-8-2-RELEASE, netbsd-8-1-RELEASE, netbsd-8-1-RC1, netbsd-8-0-RELEASE, netbsd-8-0-RC2, netbsd-8-0-RC1, netbsd-8, matt-nb8-mediatek-base, matt-nb8-mediatek, jdolecek-ncqfixes-base, jdolecek-ncqfixes
Branch point for: phil-wifi, pgoyette-compat
Changes since 1.51: +4 -1 lines
Diff to previous 1.51 (colored) to selected 1.24 (colored)

add support for loading fonts in vcons and subsequently resizing screens
- drivers can use this by setting VCONS_LOADFONT and WSSCREEN_RESIZE
- each vcons screen can now have its own font and geometry
- while there, add support for xterm's ESC[18t to report the text buffer's
  size

With this tou can:
wsfontload -N foo  /usr/share/wscons/fonts/flori.816
wsconsctl -dw font=foo
currently this is limited to drivers that don't use the glyph cache, like genfb

Revision 1.49.12.2 / (download) - annotate - [select for diffs], Wed Aug 20 00:03:52 2014 UTC (9 years, 7 months ago) by tls
Branch: tls-maxphys
Changes since 1.49.12.1: +2 -1 lines
Diff to previous 1.49.12.1 (colored) to branchpoint 1.49 (colored) to selected 1.24 (colored)

Rebase to HEAD as of a few days ago.

Revision 1.49.2.1 / (download) - annotate - [select for diffs], Thu May 22 11:40:37 2014 UTC (9 years, 10 months ago) by yamt
Branch: yamt-pagecache
Changes since 1.49: +6 -1 lines
Diff to previous 1.49 (colored) next main 1.50 (colored) to selected 1.24 (colored)

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs.  ("Protocol error: too many arguments")

Revision 1.50.2.1 / (download) - annotate - [select for diffs], Sun May 18 17:45:48 2014 UTC (9 years, 11 months ago) by rmind
Branch: rmind-smpnet
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored) next main 1.51 (colored) to selected 1.24 (colored)

sync with head

Revision 1.51 / (download) - annotate - [select for diffs], Tue Jan 21 00:08:27 2014 UTC (10 years, 2 months ago) by mlelstv
Branch: MAIN
CVS Tags: yamt-pagecache-base9, tls-maxphys-base, tls-earlyentropy-base, tls-earlyentropy, rmind-smpnet-nbase, rmind-smpnet-base, riastradh-xf86-video-intel-2-7-1-pre-2-21-15, riastradh-drm2-base3, prg-localcount2-base3, prg-localcount2-base2, prg-localcount2-base1, prg-localcount2-base, prg-localcount2, pgoyette-localcount-base, pgoyette-localcount-20170426, pgoyette-localcount-20170320, pgoyette-localcount-20170107, pgoyette-localcount-20161104, pgoyette-localcount-20160806, pgoyette-localcount-20160726, pgoyette-localcount, nick-nhusb-base-20170204, nick-nhusb-base-20161204, nick-nhusb-base-20161004, nick-nhusb-base-20160907, nick-nhusb-base-20160529, nick-nhusb-base-20160422, nick-nhusb-base-20160319, nick-nhusb-base-20151226, nick-nhusb-base-20150921, nick-nhusb-base-20150606, nick-nhusb-base-20150406, nick-nhusb-base, netbsd-7-nhusb-base-20170116, netbsd-7-nhusb-base, netbsd-7-nhusb, netbsd-7-base, netbsd-7-2-RELEASE, netbsd-7-1-RELEASE, netbsd-7-1-RC2, netbsd-7-1-RC1, netbsd-7-1-2-RELEASE, netbsd-7-1-1-RELEASE, netbsd-7-1, netbsd-7-0-RELEASE, netbsd-7-0-RC3, netbsd-7-0-RC2, netbsd-7-0-RC1, netbsd-7-0-2-RELEASE, netbsd-7-0-1-RELEASE, netbsd-7-0, netbsd-7, localcount-20160914, jdolecek-ncq-base, jdolecek-ncq, bouyer-socketcan-base1, bouyer-socketcan-base, bouyer-socketcan
Branch point for: nick-nhusb
Changes since 1.50: +2 -1 lines
Diff to previous 1.50 (colored) to selected 1.24 (colored)

add function to detach wscons from a console. This allows to
switch the console to a different driver.

Revision 1.49.12.1 / (download) - annotate - [select for diffs], Mon Feb 25 00:29:43 2013 UTC (11 years, 1 month ago) by tls
Branch: tls-maxphys
Changes since 1.49: +5 -1 lines
Diff to previous 1.49 (colored) to selected 1.24 (colored)

resync with head

Revision 1.49.8.1 / (download) - annotate - [select for diffs], Wed Feb 13 01:36:19 2013 UTC (11 years, 2 months ago) by riz
Branch: netbsd-6
CVS Tags: netbsd-6-1-RELEASE, netbsd-6-1-RC4, netbsd-6-1-RC3, netbsd-6-1-RC2, netbsd-6-1-RC1, netbsd-6-1-5-RELEASE, netbsd-6-1-4-RELEASE, netbsd-6-1-3-RELEASE, netbsd-6-1-2-RELEASE, netbsd-6-1-1-RELEASE, netbsd-6-1
Changes since 1.49: +5 -1 lines
Diff to previous 1.49 (colored) next main 1.50 (colored) to selected 1.24 (colored)

Pull up following revision(s) (requested by skrll in ticket #813):

etc/MAKEDEV.tmpl					1.160
etc/etc.evbarm/MAKEDEV.conf				1.9
external/broadcom/rpi-firmware/dist/LICENCE.broadcom	1.1
external/broadcom/rpi-firmware/dist/bootcode.bin	1.1
external/broadcom/rpi-firmware/dist/bootcode.bin	1.2
external/broadcom/rpi-firmware/dist/fixup.dat		1.1
external/broadcom/rpi-firmware/dist/fixup.dat		1.2
external/broadcom/rpi-firmware/dist/fixup_cd.dat	1.1
external/broadcom/rpi-firmware/dist/fixup_cd.dat	1.2
external/broadcom/rpi-firmware/dist/start.elf		1.1
external/broadcom/rpi-firmware/dist/start.elf		1.2
external/broadcom/rpi-firmware/dist/start_cd.elf	1.1
external/broadcom/rpi-firmware/dist/start_cd.elf	1.2
sys/arch/arm/broadcom/bcm2835_bsc.c			1.1 via patch
sys/arch/arm/broadcom/bcm2835_bscreg.h			1.1 via patch
sys/arch/arm/broadcom/bcm2835_dotg.c			1.1 via patch
sys/arch/arm/broadcom/bcm2835_emmc.c			1.7 via patch
sys/arch/arm/broadcom/bcm2835_genfb.c			1.4 via patch
sys/arch/arm/broadcom/bcm2835_gpio_subr.c		1.2 via patch
sys/arch/arm/broadcom/bcm2835_gpio_subr.h		1.1 via patch
sys/arch/arm/broadcom/bcm2835_gpioreg.h			1.1 via patch
sys/arch/arm/broadcom/bcm2835_intr.c			1.3 via patch
sys/arch/arm/broadcom/bcm2835_mbox.c			1.5 via patch
sys/arch/arm/broadcom/bcm2835_mbox.h			1.4 via patch
sys/arch/arm/broadcom/bcm2835_obio.c			1.17 via patch
sys/arch/arm/broadcom/bcm2835_pm.c			1.2 via patch
sys/arch/arm/broadcom/bcm2835_rng.c			1.3 via patch
sys/arch/arm/broadcom/bcm2835_space.c			1.5 via patch
sys/arch/arm/broadcom/bcm2835_spi.c			1.1 via patch
sys/arch/arm/broadcom/bcm2835_spireg.h			1.1 via patch
sys/arch/arm/broadcom/bcm2835_tmr.c			1.3 via patch
sys/arch/arm/broadcom/bcm2835reg.h			1.10 via patch
sys/arch/arm/broadcom/files.bcm2835			1.14 via patch
sys/arch/evbarm/conf/RPI				1.23 via patch
sys/arch/evbarm/conf/files.rpi				1.3 via patch
sys/arch/evbarm/conf/mk.rpi				1.2 via patch
sys/arch/evbarm/conf/std.rpi				1.4 via patch
sys/arch/evbarm/rpi/rpi_machdep.c			1.34 via patch
sys/arch/evbarm/rpi/rpi_start.S				1.7 via patch
sys/arch/evbarm/rpi/rpi_vcmbox.c			1.2 via patch
sys/arch/evbarm/rpi/vcio.h				1.1 via patch
sys/arch/evbarm/rpi/vcprop.h				1.7 via patch
sys/conf/files						patch
sys/dev/sdmmc/sdhc.c					1.43
sys/dev/sdmmc/sdhcvar.h					1.13
sys/dev/usb/dwc_otg.c					1.45 via patch
sys/dev/usb/dwc_otgreg.h				1.5 via patch
sys/dev/usb/dwc_otgvar.h				1.11 via patch
sys/dev/usb/files.usb					1.126 via patch
sys/dev/usb/if_smsc.c					1.7 via patch
sys/dev/usb/if_smscreg.h				1.1 via patch
sys/dev/usb/if_smscvar.h				1.1 via patch
sys/dev/usb/usbdevices.config				patch
sys/dev/usb/usbdevs					1.633 via patch
sys/dev/usb/usbdevs.h					regen
sys/dev/usb/usbdevs_data.h				regen
sys/dev/wscons/wsconsio.h				1.105,1.107 via patch
sys/dev/wscons/wsdisplayvar.h				1.50
sys/dev/wscons/wsdisplay_util.c				1.2
sys/dev/videomode/edid.c				1.12 via patch

	Greatly improved Raspberry Pi support.  USB and onboard
	Ethernet should work.
	[skrll, ticket #813]

Revision 1.50 / (download) - annotate - [select for diffs], Thu Jan 31 10:57:30 2013 UTC (11 years, 2 months ago) by macallan
Branch: MAIN
CVS Tags: riastradh-drm2-base2, riastradh-drm2-base1, riastradh-drm2-base, riastradh-drm2, khorben-n900, agc-symver-base, agc-symver
Branch point for: rmind-smpnet
Changes since 1.49: +5 -1 lines
Diff to previous 1.49 (colored) to selected 1.24 (colored)

add ioctl(WSDISPLAYIO_GET_FBINFO)

Revision 1.49 / (download) - annotate - [select for diffs], Wed Jun 29 03:11:59 2011 UTC (12 years, 9 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-pagecache-tag8, yamt-pagecache-base8, yamt-pagecache-base7, yamt-pagecache-base6, yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, netbsd-6-base, netbsd-6-0-RELEASE, netbsd-6-0-RC2, netbsd-6-0-RC1, netbsd-6-0-6-RELEASE, netbsd-6-0-5-RELEASE, netbsd-6-0-4-RELEASE, netbsd-6-0-3-RELEASE, netbsd-6-0-2-RELEASE, netbsd-6-0-1-RELEASE, netbsd-6-0, matt-nb6-plus-nbase, matt-nb6-plus-base, matt-nb6-plus, jmcneill-usbmp-pre-base2, jmcneill-usbmp-base9, jmcneill-usbmp-base8, jmcneill-usbmp-base7, jmcneill-usbmp-base6, jmcneill-usbmp-base5, jmcneill-usbmp-base4, jmcneill-usbmp-base3, jmcneill-usbmp-base2, jmcneill-usbmp-base10, jmcneill-usbmp-base, jmcneill-usbmp, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: yamt-pagecache, tls-maxphys, netbsd-6
Changes since 1.48: +4 -1 lines
Diff to previous 1.48 (colored) to selected 1.24 (colored)

declare wsdisplayio_get_edid()

Revision 1.47.4.1 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:09 2010 UTC (14 years, 1 month ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.47: +1 -8 lines
Diff to previous 1.47 (colored) next main 1.48 (colored) to selected 1.24 (colored)

sync with head

Revision 1.48 / (download) - annotate - [select for diffs], Tue Feb 2 16:54:40 2010 UTC (14 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, yamt-nfs-mp-base11, yamt-nfs-mp-base10, uebayasi-xip-base4, uebayasi-xip-base3, uebayasi-xip-base2, uebayasi-xip-base1, uebayasi-xip-base, uebayasi-xip, rmind-uvmplock-nbase, rmind-uvmplock-base, rmind-uvmplock, matt-mips64-premerge-20101231, jruoho-x86intr-base, jruoho-x86intr, cherry-xenmp-base, cherry-xenmp, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Changes since 1.47: +1 -8 lines
Diff to previous 1.47 (colored) to selected 1.24 (colored)

give up some silly macros which were only used ~once, and reduce
dependency on "locators.h"
makes the code more LKM frienly

Revision 1.46.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:59 2008 UTC (16 years ago) by mjf
Branch: mjf-devfs2
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) next main 1.47 (colored) to selected 1.24 (colored)

Sync with HEAD.

Revision 1.47 / (download) - annotate - [select for diffs], Tue Mar 25 00:49:20 2008 UTC (16 years ago) by cube
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base4, yamt-pf42-base3, yamt-pf42-base2, yamt-pf42-base, yamt-pf42, yamt-nfs-mp-base8, yamt-nfs-mp-base7, yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, yamt-nfs-mp-base2, yamt-nfs-mp-base, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, wrstuden-revivesa-base-1, wrstuden-revivesa-base, wrstuden-revivesa, simonb-wapbl-nbase, simonb-wapbl-base, simonb-wapbl, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-5-base, netbsd-5-2-RELEASE, netbsd-5-2-RC1, netbsd-5-2-3-RELEASE, netbsd-5-2-2-RELEASE, netbsd-5-2-1-RELEASE, netbsd-5-2, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-5-RELEASE, netbsd-5-1-4-RELEASE, netbsd-5-1-3-RELEASE, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-premerge-20091211, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jymxensuspend-base, jym-xensuspend-nbase, jym-xensuspend-base, jym-xensuspend, hpcarm-cleanup-nbase, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, haad-dm, ad-socklock-base1, ad-audiomp2-base, ad-audiomp2
Branch point for: yamt-nfs-mp
Changes since 1.46: +2 -2 lines
Diff to previous 1.46 (colored) to selected 1.24 (colored)

Split device_t and softc for wskbd(4), wsmouse(4) and that creepy wsmux(4).

Revision 1.42.16.3 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:55 2008 UTC (16 years ago) by matt
Branch: matt-armv6
Changes since 1.42.16.2: +3 -1 lines
Diff to previous 1.42.16.2 (colored) to branchpoint 1.42 (colored) next main 1.43 (colored) to selected 1.24 (colored)

sync with HEAD

Revision 1.33.2.6 / (download) - annotate - [select for diffs], Wed Feb 27 08:36:54 2008 UTC (16 years, 1 month ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.33.2.5: +3 -1 lines
Diff to previous 1.33.2.5 (colored) to branchpoint 1.33 (colored) next main 1.34 (colored) to selected 1.24 (colored)

sync with head.

Revision 1.46 / (download) - annotate - [select for diffs], Wed Feb 20 22:33:18 2008 UTC (16 years, 1 month ago) by drochner
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base
Branch point for: mjf-devfs2
Changes since 1.45: +3 -1 lines
Diff to previous 1.45 (colored) to selected 1.24 (colored)

-Don't detach/attach the X server in the pmf suspend/resume functions
 which are called somewhere in the middle of system suspend. Since the
 X server accesses hardware directly it is outside our control whether
 the devices it accesses are already/still suspended or not, so the only
 way is to detach it before any device suspends and re-attach after
 everything is awake again.
-For that, export a function ("wsdisplay_handlex" for now) which is
 to be called from central suspend/resume code.
-The right way to handle the (normally impossible) case that the X
 server is not detached on suspend is to return an error which should
 abort the suspend process. pmf doesn't yet handle errors of device
 suspend handlers, so as a temporary measure try to suspend anyway,
 to get at least a text console.
-Improve error handling of X server attach/detach and maintain a flag
 which tracks whether the X server is really active.

Revision 1.33.2.5 / (download) - annotate - [select for diffs], Mon Jan 21 09:44:53 2008 UTC (16 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.33.2.4: +1 -2 lines
Diff to previous 1.33.2.4 (colored) to branchpoint 1.33 (colored) to selected 1.24 (colored)

sync with head

Revision 1.42.16.2 / (download) - annotate - [select for diffs], Wed Jan 9 01:54:49 2008 UTC (16 years, 3 months ago) by matt
Branch: matt-armv6
Changes since 1.42.16.1: +1 -2 lines
Diff to previous 1.42.16.1 (colored) to branchpoint 1.42 (colored) to selected 1.24 (colored)

sync with HEAD

Revision 1.44.4.1 / (download) - annotate - [select for diffs], Wed Dec 26 19:47:30 2007 UTC (16 years, 3 months ago) by ad
Branch: vmlocking2
Changes since 1.44: +1 -2 lines
Diff to previous 1.44 (colored) next main 1.45 (colored) to selected 1.24 (colored)

Sync with head.

Revision 1.44.8.1 / (download) - annotate - [select for diffs], Thu Dec 13 21:56:08 2007 UTC (16 years, 4 months ago) by bouyer
Branch: bouyer-xeni386
CVS Tags: bouyer-xeni386-merge1
Changes since 1.44: +1 -2 lines
Diff to previous 1.44 (colored) next main 1.45 (colored) to selected 1.24 (colored)

Sync with HEAD

Revision 1.45 / (download) - annotate - [select for diffs], Thu Dec 13 15:14:48 2007 UTC (16 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: vmlocking2-base3, mjf-devfs-base, matt-armv6-base, bouyer-xeni386-nbase, bouyer-xeni386-base
Changes since 1.44: +1 -2 lines
Diff to previous 1.44 (colored) to selected 1.24 (colored)

Switch to console on suspend and shutdown, switch back to where the
system was before on resume. This is the second attempt and got more
complicated due to the async nature of VT_ACTIVE. After the initial
switch, check that we ended up on the first screen and if not, wait for
the switch to happen.

Revision 1.42.16.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:30:52 2007 UTC (16 years, 5 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.42: +3 -4 lines
Diff to previous 1.42 (colored) to selected 1.24 (colored)

sync with HEAD

Revision 1.33.2.4 / (download) - annotate - [select for diffs], Sat Oct 27 11:34:51 2007 UTC (16 years, 5 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.33.2.3: +3 -4 lines
Diff to previous 1.33.2.3 (colored) to branchpoint 1.33 (colored) to selected 1.24 (colored)

sync with head.

Revision 1.42.14.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:48:07 2007 UTC (16 years, 5 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.42: +3 -4 lines
Diff to previous 1.42 (colored) next main 1.43 (colored) to selected 1.24 (colored)

Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.42.20.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:39:55 2007 UTC (16 years, 5 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.42: +3 -4 lines
Diff to previous 1.42 (colored) next main 1.43 (colored) to selected 1.24 (colored)

Sync with HEAD.

Revision 1.42.2.1 / (download) - annotate - [select for diffs], Tue Oct 23 20:10:00 2007 UTC (16 years, 5 months ago) by ad
Branch: vmlocking
Changes since 1.42: +3 -4 lines
Diff to previous 1.42 (colored) next main 1.43 (colored) to selected 1.24 (colored)

Sync with head.

Revision 1.44 / (download) - annotate - [select for diffs], Fri Oct 19 08:57:50 2007 UTC (16 years, 6 months ago) by dogcow
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base2, vmlocking2-base1, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, mjf-devfs, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: vmlocking2, bouyer-xeni386
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored) to selected 1.24 (colored)

If you're going to use device_t, may as well include sys/device.h; unb0rks
the build for sparc{,64}.

Revision 1.43 / (download) - annotate - [select for diffs], Thu Oct 18 18:09:53 2007 UTC (16 years, 6 months ago) by joerg
Branch: MAIN
Changes since 1.42: +2 -3 lines
Diff to previous 1.42 (colored) to selected 1.24 (colored)

Use aprint API for output and convert to device_t/softc separation.

Revision 1.33.2.3 / (download) - annotate - [select for diffs], Mon Sep 3 14:39:34 2007 UTC (16 years, 7 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.33.2.2: +7 -7 lines
Diff to previous 1.33.2.2 (colored) to branchpoint 1.33 (colored) to selected 1.24 (colored)

sync with head.

Revision 1.41.4.1 / (download) - annotate - [select for diffs], Mon Mar 12 05:57:50 2007 UTC (17 years, 1 month ago) by rmind
Branch: yamt-idlelwp
Changes since 1.41: +7 -7 lines
Diff to previous 1.41 (colored) next main 1.42 (colored) to selected 1.24 (colored)

Sync with HEAD.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Mar 4 06:02:51 2007 UTC (17 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, yamt-idlelwp-base8, vmlocking-base, thorpej-atomic-base, thorpej-atomic, reinoud-bufcleanup, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, mjf-ufs-trans, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: vmlocking, matt-armv6, jmcneill-pm, bouyer-xenamd64
Changes since 1.41: +7 -7 lines
Diff to previous 1.41 (colored) to selected 1.24 (colored)

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.

Revision 1.33.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:49:51 2006 UTC (17 years, 3 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.33.2.1: +29 -26 lines
Diff to previous 1.33.2.1 (colored) to branchpoint 1.33 (colored) to selected 1.24 (colored)

sync with head.

Revision 1.39.10.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:28 2006 UTC (17 years, 4 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.39.10.1: +6 -3 lines
Diff to previous 1.39.10.1 (colored) to branchpoint 1.39 (colored) next main 1.40 (colored) to selected 1.24 (colored)

sync with head.

Revision 1.39.8.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:57 2006 UTC (17 years, 5 months ago) by ad
Branch: newlock2
Changes since 1.39: +29 -26 lines
Diff to previous 1.39 (colored) next main 1.40 (colored) to selected 1.24 (colored)

Sync with head.

Revision 1.41 / (download) - annotate - [select for diffs], Mon Nov 6 19:51:12 2006 UTC (17 years, 5 months ago) by macallan
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3, wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, wrstuden-fixsa, post-newlock2-merge, newlock2-nbase, newlock2-base, netbsd-4-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, netbsd-4, matt-nb4-arm-base, matt-nb4-arm, ad-audiomp-base, ad-audiomp
Branch point for: yamt-idlelwp
Changes since 1.40: +6 -3 lines
Diff to previous 1.40 (colored) to selected 1.24 (colored)

add wsdisplay_preattach() to attach an early console that can be overridden
by wsdisplay_cnattach() for instance when a hardware-specific display driver
attaches.
as discussed on tech-kern

Revision 1.39.10.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:07:00 2006 UTC (17 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.39: +26 -26 lines
Diff to previous 1.39 (colored) to selected 1.24 (colored)

sync with head

Revision 1.40 / (download) - annotate - [select for diffs], Mon Oct 9 11:03:43 2006 UTC (17 years, 6 months ago) by peter
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.39: +26 -26 lines
Diff to previous 1.39 (colored) to selected 1.24 (colored)

KNF: No variable names in the prototype.

Revision 1.34.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:56:07 2006 UTC (17 years, 7 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.34: +8 -8 lines
Diff to previous 1.34 (colored) next main 1.35 (colored) to selected 1.24 (colored)

sync with head

Revision 1.33.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:08:12 2006 UTC (17 years, 9 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.33: +14 -14 lines
Diff to previous 1.33 (colored) to selected 1.24 (colored)

sync with head.

Revision 1.35.6.1 / (download) - annotate - [select for diffs], Wed May 24 15:50:32 2006 UTC (17 years, 10 months ago) by tron
Branch: peter-altq
Changes since 1.35: +3 -8 lines
Diff to previous 1.35 (colored) next main 1.36 (colored) to selected 1.24 (colored)

Merge 2006-05-24 NetBSD-current into the "peter-altq" branch.

Revision 1.35.2.2 / (download) - annotate - [select for diffs], Wed May 24 10:58:31 2006 UTC (17 years, 10 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.35.2.1: +3 -5 lines
Diff to previous 1.35.2.1 (colored) to branchpoint 1.35 (colored) next main 1.36 (colored) to selected 1.24 (colored)

sync with head.

Revision 1.34.6.1 / (download) - annotate - [select for diffs], Sat Apr 22 11:39:44 2006 UTC (17 years, 11 months ago) by simonb
Branch: simonb-timecounters
CVS Tags: simonb-timcounters-final
Changes since 1.34: +8 -8 lines
Diff to previous 1.34 (colored) next main 1.35 (colored) to selected 1.24 (colored)

Sync with head.

Revision 1.35.4.1 / (download) - annotate - [select for diffs], Wed Apr 19 03:26:39 2006 UTC (18 years ago) by elad
Branch: elad-kernelauth
Changes since 1.35: +3 -8 lines
Diff to previous 1.35 (colored) next main 1.36 (colored) to selected 1.24 (colored)

sync with head.

Revision 1.39 / (download) - annotate - [select for diffs], Sat Apr 15 17:48:24 2006 UTC (18 years ago) by jmmv
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, yamt-pdpolicy-base5, simonb-timecounters-base, rpaulo-netinet-merge-pcb-base, gdamore-uart-base, gdamore-uart, elad-kernelauth-base, chap-midi-nbase, chap-midi-base, chap-midi, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.38: +1 -3 lines
Diff to previous 1.38 (colored) to selected 1.24 (colored)

Remove the getwschar and putwschar accessops from wsdisplay drivers as
requested by uwe@.  These were wrong because they were receiving an
emulcookie yet they were accessops (thus having to receive an accesscookie).
Instead, just handle the WSDISPLAYIO_{GET,PUT}WSCHAR ioctls from the
driver's ioctl accessop.

As this reduces the amount of code needed to handle these operations to
two small functions in each driver, remove the WSDISPLAY_CHARFUNCS kernel
option.

Reviewed by, at least, uwe@ and macallan@.  No objections in tech-kern@.

Revision 1.38 / (download) - annotate - [select for diffs], Wed Apr 12 19:38:24 2006 UTC (18 years ago) by jmmv
Branch: MAIN
Changes since 1.37: +3 -3 lines
Diff to previous 1.37 (colored) to selected 1.24 (colored)

Add an extra cookie to the ioctl and mmap wsdisplay accessops that points
to the screen on which they are being called.  The driver cannot guess
this by itself but it is needed to implement, at least, the getwschar and
putwschar functions in the correct place.  There are no functional changes
yet.

Tested on i386 (vga, vga_raster, machfb, vesafb), macppc and sparc64.
Suggested and reviewed by macallan@.

Revision 1.35.2.1 / (download) - annotate - [select for diffs], Tue Apr 11 11:55:29 2006 UTC (18 years ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.35: +1 -4 lines
Diff to previous 1.35 (colored) to selected 1.24 (colored)

sync with head

Revision 1.37 / (download) - annotate - [select for diffs], Fri Apr 7 14:30:20 2006 UTC (18 years ago) by drochner
Branch: MAIN
CVS Tags: yamt-pdpolicy-base4
Changes since 1.36: +1 -2 lines
Diff to previous 1.36 (colored) to selected 1.24 (colored)

don't include opt_wsdisplay_border.h here, to limit dependencies

Revision 1.36 / (download) - annotate - [select for diffs], Wed Apr 5 15:18:25 2006 UTC (18 years ago) by drochner
Branch: MAIN
Changes since 1.35: +1 -3 lines
Diff to previous 1.35 (colored) to selected 1.24 (colored)

Use the existing ioctl path to call WSDISPLAYIO_GBORDER/WSDISPLAYIO_SBORDER
instead of a separate accessops entry. There is no need to introduce bloat
for the majority of drivers which don't implement this feature.
This should also resolve PR kern/33186 by Valeriy E. Ushakov.

Revision 1.34.2.1 / (download) - annotate - [select for diffs], Wed Mar 1 09:28:41 2006 UTC (18 years, 1 month ago) by yamt
Branch: yamt-uio_vmspace
Changes since 1.34: +6 -1 lines
Diff to previous 1.34 (colored) next main 1.35 (colored) to selected 1.24 (colored)

sync with head.

Revision 1.35 / (download) - annotate - [select for diffs], Sun Feb 19 15:10:31 2006 UTC (18 years, 2 months ago) by jmcneill
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, peter-altq-base
Branch point for: yamt-pdpolicy, peter-altq, elad-kernelauth
Changes since 1.34: +6 -1 lines
Diff to previous 1.34 (colored) to selected 1.24 (colored)

Multiple inclusion protection.

Revision 1.34 / (download) - annotate - [select for diffs], Sun Dec 11 12:24:12 2005 UTC (18 years, 4 months ago) by christos
Branch: MAIN
Branch point for: yamt-uio_vmspace, simonb-timecounters, rpaulo-netinet-merge-pcb
Changes since 1.33: +7 -7 lines
Diff to previous 1.33 (colored) to selected 1.24 (colored)

merge ktrace-lwp.

Revision 1.25.2.7 / (download) - annotate - [select for diffs], Thu Nov 10 14:08:43 2005 UTC (18 years, 5 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.25.2.6: +10 -2 lines
Diff to previous 1.25.2.6 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored) to selected 1.24 (colored)

Sync with HEAD. Here we go again...

Revision 1.30.4.2 / (download) - annotate - [select for diffs], Tue Jun 7 17:19:08 2005 UTC (18 years, 10 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.30.4.1: +8 -1 lines
Diff to previous 1.30.4.1 (colored) to branchpoint 1.30 (colored) next main 1.31 (colored) to selected 1.24 (colored)

Pull up revision 1.32 (requested by martin in ticket #373):
Rename REALWHITE to SNOWWHITE.
While there, add LIGHT versions of the other predefined colours as well.

Revision 1.30.4.1 / (download) - annotate - [select for diffs], Sat Jun 4 15:51:38 2005 UTC (18 years, 10 months ago) by tron
Branch: netbsd-3
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored) to selected 1.24 (colored)

Pull up revision 1.31 (requested by martin in ticket #371):
Define a real white color - since WSCOL_WHITE is ANSI-emulation specific
defined as grey (which can't be fixed w/o breaking user config files).
Fixes PR kern/30064.

Revision 1.33 / (download) - annotate - [select for diffs], Sun May 29 21:56:35 2005 UTC (18 years, 10 months ago) by christos
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base3, yamt-readahead-base2, yamt-readahead-base, yamt-readahead, thorpej-vnode-attr-base, thorpej-vnode-attr, ktrace-lwp-base
Branch point for: yamt-lazymbuf
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.24 (colored)

- sprinkle const.
- avoid variable shadowing.

Revision 1.32 / (download) - annotate - [select for diffs], Mon May 23 09:44:57 2005 UTC (18 years, 10 months ago) by martin
Branch: MAIN
Changes since 1.31: +9 -2 lines
Diff to previous 1.31 (colored) to selected 1.24 (colored)

Rename REALWHITE to SNOWWHITE.
While there, add LIGHT versions of the other predefined colours as well.

Revision 1.31 / (download) - annotate - [select for diffs], Sun May 22 20:16:08 2005 UTC (18 years, 10 months ago) by martin
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30 (colored) to selected 1.24 (colored)

Define a real white color - since WSCOL_WHITE is ANSI-emulation specific
defined as grey (which can't be fixed w/o breaking user config files).
Fixes PR kern/30064.

Revision 1.29.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:19 2005 UTC (18 years, 11 months ago) by kent
Branch: kent-audio2
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) next main 1.30 (colored) to selected 1.24 (colored)

sync with -current

Revision 1.29.6.1 / (download) - annotate - [select for diffs], Sat Feb 12 18:17:51 2005 UTC (19 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) next main 1.30 (colored) to selected 1.24 (colored)

sync with head.

Revision 1.25.2.6 / (download) - annotate - [select for diffs], Fri Feb 4 11:47:34 2005 UTC (19 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.25.2.5: +2 -2 lines
Diff to previous 1.25.2.5 (colored) to branchpoint 1.25 (colored) to selected 1.24 (colored)

Sync with HEAD.

Revision 1.30 / (download) - annotate - [select for diffs], Fri Feb 4 02:10:49 2005 UTC (19 years, 2 months ago) by perry
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, yamt-km-base2, netbsd-3-base, kent-audio2-base
Branch point for: netbsd-3
Changes since 1.29: +2 -2 lines
Diff to previous 1.29 (colored) to selected 1.24 (colored)

de-__P

Revision 1.25.2.5 / (download) - annotate - [select for diffs], Tue Sep 21 13:34:29 2004 UTC (19 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.25.2.4: +7 -7 lines
Diff to previous 1.25.2.4 (colored) to branchpoint 1.25 (colored) to selected 1.24 (colored)

Fix the sync with head I botched.

Revision 1.25.2.4 / (download) - annotate - [select for diffs], Sat Sep 18 14:52:24 2004 UTC (19 years, 7 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.25.2.3: +7 -7 lines
Diff to previous 1.25.2.3 (colored) to branchpoint 1.25 (colored) to selected 1.24 (colored)

Sync with HEAD.

Revision 1.25.2.3 / (download) - annotate - [select for diffs], Thu Aug 12 11:42:19 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.25.2.2: +1 -19 lines
Diff to previous 1.25.2.2 (colored) to branchpoint 1.25 (colored) to selected 1.24 (colored)

Sync with HEAD.

Revision 1.25.2.2 / (download) - annotate - [select for diffs], Tue Aug 3 10:52:11 2004 UTC (19 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.25.2.1: +72 -1 lines
Diff to previous 1.25.2.1 (colored) to branchpoint 1.25 (colored) to selected 1.24 (colored)

Sync with HEAD

Revision 1.29 / (download) - annotate - [select for diffs], Thu Jul 29 22:29:37 2004 UTC (19 years, 8 months ago) by jmmv
Branch: MAIN
CVS Tags: yamt-km-base, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.28: +7 -1 lines
Diff to previous 1.28 (colored) to selected 1.24 (colored)

Implement border color customization in wscons(4), only available for vga(4)
at the moment.

This includes the addition of two new wsdisplay ioctls, WSDISPLAY_{G,S}BORDER,
one to get the actual color and one to set it, respectively.  Possible colors
match those defined by ANSI (and listed in wsdisplayvar.h).

It also adds two accessops to the underlying graphics device, getborder and
setborder, which mach their ioctl counterparts.

Two kernel options are added: WSDISPLAY_CUSTOM_BORDER, which enables the
ioctls described above (to customize the border color from userland after
boot), and WSDISPLAY_BORDER_COLOR, which sets the color at boot time.
The former is enabled by default on the GENERIC kernel, but not on INSTALL
(among others).  The later is always commented out, leaving the usual black
border as a default.

wsconsctl is modified to allow accessing this value easily.  For example,
'wsconsctl -d -w border=blue'.

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jul 28 12:34:04 2004 UTC (19 years, 8 months ago) by jmmv
Branch: MAIN
Changes since 1.27: +38 -1 lines
Diff to previous 1.27 (colored) to selected 1.24 (colored)

Implement support to dynamically change wscons console and kernel colors.

Two new ioctls are added to the wsdisplay device, named WSDISPLAY_GMSGATTRS
and WSDISPLAY_SMSGATTRS, used to retrieve the actual values and set them,
respectively (the name, if you are wondering, comes from "message attributes").

A new emulop is added to the underlying display driver (only vga, for now)
which sets the new attribute for the whole screen, without having to clear
it.  This is optional, which means that this also works with other drivers
that don't have this new operation.

Five new kernel options have been added, although only documented in
i386 kernels (for now):
- WSDISPLAY_CUSTOM_OUTPUT, which enables the ioctls described above to
  change the colors dynamically from userland.  This is enabled by default
  in the GENERIC kernel (as well as others) but disabled on all INSTALL*
  kernels (as this feature is useless there).
- WS_DEFAULT_COLATTR, WS_DEFAULT_MONOATTR, WS_DEFAULT_BG and WS_DEFAULT_FG,
  which specify the default colors for the console at boot time.  These have
  the same meaning as the (already existing) WS_KERNEL_* variables.

wsconsctl is modified to add msg.default.{attrs,bg,fg} and
msg.kernel.{attrs,bg,fg} to the display part, so that colors can be changed
after boot.

Tested on NetBSD/i386 with vga (and vga in mono mode), and on NetBSD/mac68k.
No objections in tech-kern@.

Revision 1.25.4.2 / (download) - annotate - [select for diffs], Mon Jun 7 09:47:19 2004 UTC (19 years, 10 months ago) by tron
Branch: netbsd-2-0
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE, netbsd-2
Changes since 1.25.4.1: +2 -2 lines
Diff to previous 1.25.4.1 (colored) to branchpoint 1.25 (colored) next main 1.26 (colored) to selected 1.24 (colored)

Pull up revision 1.27 (requested by recht in ticket #451):
move scroll function definition last.

Revision 1.25.4.1 / (download) - annotate - [select for diffs], Mon Jun 7 09:37:44 2004 UTC (19 years, 10 months ago) by tron
Branch: netbsd-2-0
Changes since 1.25: +11 -1 lines
Diff to previous 1.25 (colored) to selected 1.24 (colored)

Pull up revision 1.26 (requested by recht in ticket #451):
PR/19925: David Ferlier: Add scrolling support to wscons.

Revision 1.27 / (download) - annotate - [select for diffs], Fri May 28 22:38:28 2004 UTC (19 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.24 (colored)

move scroll function definition last.

Revision 1.26 / (download) - annotate - [select for diffs], Fri May 28 21:42:29 2004 UTC (19 years, 10 months ago) by christos
Branch: MAIN
Changes since 1.25: +11 -1 lines
Diff to previous 1.25 (colored) to selected 1.24 (colored)

PR/19925: David Ferlier: Add scrolling support to wscons.

Revision 1.25.2.1 / (download) - annotate - [select for diffs], Wed Jul 2 15:26:26 2003 UTC (20 years, 9 months ago) by darrenr
Branch: ktrace-lwp
Changes since 1.25: +7 -7 lines
Diff to previous 1.25 (colored) to selected 1.24 (colored)

Apply the aborted ktrace-lwp changes to a specific branch.  This is just for
others to review, I'm concerned that patch fuziness may have resulted in some
errant code being generated but I'll look at that later by comparing the diff
from the base to the branch with the file I attempt to apply to it.  This will,
at the very least, put the changes in a better context for others to review
them and attempt to tinker with removing passing of 'struct lwp' through
the kernel.

Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 29 22:31:03 2003 UTC (20 years, 9 months ago) by fvdl
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0, ktrace-lwp
Changes since 1.24: +6 -6 lines
Diff to previous 1.24 (colored)

Back out the lwp/ktrace changes. They contained a lot of colateral damage,
and need to be examined and discussed more.

Revision 1.24 / (download) - annotate - [selected], Sat Jun 28 14:21:47 2003 UTC (20 years, 9 months ago) by darrenr
Branch: MAIN
Changes since 1.23: +7 -7 lines
Diff to previous 1.23 (colored)

Pass lwp pointers throughtout the kernel, as required, so that the lwpid can
be inserted into ktrace records.  The general change has been to replace
"struct proc *" with "struct lwp *" in various function prototypes, pass
the lwp through and use l_proc to get the process pointer when needed.

Bump the kernel rev up to 1.6V

Revision 1.18.2.3 / (download) - annotate - [select for diffs], Fri Oct 18 02:44:45 2002 UTC (21 years, 6 months ago) by nathanw
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.18.2.2: +1 -0 lines
Diff to previous 1.18.2.2 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored) to selected 1.24 (colored)

Catch up to -current.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 15 17:38:08 2002 UTC (21 years, 6 months ago) by junyoung
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base, kqueue-beforemerge, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw, fvdl_fs64_base
Changes since 1.22: +2 -1 lines
Diff to previous 1.22 (colored) to selected 1.24 (colored)

Add modecookie to struct wsscreen_descr, which is used to point to video
mode specific information.

Revision 1.18.4.2 / (download) - annotate - [select for diffs], Fri Sep 6 08:47:30 2002 UTC (21 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.18.4.1: +10 -2 lines
Diff to previous 1.18.4.1 (colored) to branchpoint 1.18 (colored) next main 1.19 (colored) to selected 1.24 (colored)

sync kqueue branch with HEAD

Revision 1.18.2.2 / (download) - annotate - [select for diffs], Thu Aug 1 02:46:15 2002 UTC (21 years, 8 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.18.2.1: +10 -2 lines
Diff to previous 1.18.2.1 (colored) to branchpoint 1.18 (colored) to selected 1.24 (colored)

Catch up to -current.

Revision 1.20.10.1 / (download) - annotate - [select for diffs], Mon Jul 15 10:36:26 2002 UTC (21 years, 9 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.20: +10 -2 lines
Diff to previous 1.20 (colored) next main 1.21 (colored) to selected 1.24 (colored)

catch up with -current.

Revision 1.22 / (download) - annotate - [select for diffs], Thu Jul 4 14:37:14 2002 UTC (21 years, 9 months ago) by junyoung
Branch: MAIN
CVS Tags: kqueue-base, gehenna-devsw-base
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.24 (colored)

alloc_attr -> allocattr

Approved by Matthias Drochner.

Revision 1.21 / (download) - annotate - [select for diffs], Wed Jun 26 23:05:37 2002 UTC (21 years, 9 months ago) by christos
Branch: MAIN
Changes since 1.20: +9 -1 lines
Diff to previous 1.20 (colored) to selected 1.24 (colored)

PR/17402: Add wsmoused support by providing get/set char and events.

Revision 1.18.4.1 / (download) - annotate - [select for diffs], Thu Jan 10 19:59:16 2002 UTC (22 years, 3 months ago) by thorpej
Branch: kqueue
Changes since 1.18: +53 -59 lines
Diff to previous 1.18 (colored) to selected 1.24 (colored)

Sync kqueue branch with -current.

Revision 1.18.2.1 / (download) - annotate - [select for diffs], Mon Oct 22 20:41:48 2001 UTC (22 years, 5 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.18: +53 -59 lines
Diff to previous 1.18 (colored) to selected 1.24 (colored)

Catch up to -current.

Revision 1.20 / (download) - annotate - [select for diffs], Sat Oct 13 15:56:15 2001 UTC (22 years, 6 months ago) by augustss
Branch: MAIN
CVS Tags: thorpej-mips-cache-base, thorpej-mips-cache, newlock-base, newlock, netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, ifpoll-base, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.19: +51 -59 lines
Diff to previous 1.19 (colored) to selected 1.24 (colored)

ANSIfy.

Revision 1.19 / (download) - annotate - [select for diffs], Sat Oct 13 13:36:01 2001 UTC (22 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18 (colored) to selected 1.24 (colored)

Two changes to the wsmux code:
* Allow the wsmux used by wsdisplay for the keyboard(s) to be explicitely
  specified with the kbdmux locator.
* Allow keyboards and mice that have a mux to be opened in the regular way.
These changes should be totally backwards compatible.

Revision 1.12.2.3 / (download) - annotate - [select for diffs], Fri Jan 5 17:36:36 2001 UTC (23 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.12.2.2: +2 -1 lines
Diff to previous 1.12.2.2 (colored) next main 1.13 (colored) to selected 1.24 (colored)

Sync with HEAD

Revision 1.18 / (download) - annotate - [select for diffs], Sat Dec 30 01:41:52 2000 UTC (23 years, 3 months ago) by sato
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base, thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: nathanw_sa, kqueue
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.24 (colored)

notify console polling mode or not to lower level framebuffer driver.
notify EMUL mode or not to lower level framebuffer driver.
these may use framebuffer level hardware acceleration/software optimization.

Revision 1.12.2.2 / (download) - annotate - [select for diffs], Mon Nov 20 11:43:36 2000 UTC (23 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.12.2.1: +7 -3 lines
Diff to previous 1.12.2.1 (colored) to selected 1.24 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.17 / (download) - annotate - [select for diffs], Sun Sep 10 11:44:13 2000 UTC (23 years, 7 months ago) by lukem
Branch: MAIN
Changes since 1.16: +3 -1 lines
Diff to previous 1.16 (colored) to selected 1.24 (colored)

* rename vga_stdscreen* -> vga_25lscreen*
* in vga_init(), set the screen type to WSCONS_DEFAULT_TYPE, which defaults
  to "80x25".
    XXX: the code currently makes no attempt to ensure that a font
	 with the appropriate width & height is available, effectively
	 limiting this default to either "80x25" or "80x24" at this
	 time.
* make wsdisplay_screentype_pick() non static, so that vga_init() can use it

Revision 1.16 / (download) - annotate - [select for diffs], Sun Sep 10 09:39:58 2000 UTC (23 years, 7 months ago) by takemura
Branch: MAIN
Changes since 1.15: +2 -1 lines
Diff to previous 1.15 (colored) to selected 1.24 (colored)

Introduce WSDISPLAY_NULLSCREEN to allow low level device to detach control
process. Hpcmips frame buffer driver(hpcfb) call wsdisplay_switch with
WSDISPLAY_NULLSCREEN to notify user process of suspend/resume event.

Revision 1.14.4.1 / (download) - annotate - [select for diffs], Fri Jun 30 16:27:53 2000 UTC (23 years, 9 months ago) by simonb
Branch: netbsd-1-5
CVS Tags: netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) next main 1.15 (colored) to selected 1.24 (colored)

Pull up mmap paddr_t/off_t changes from trunk.

Revision 1.15 / (download) - annotate - [select for diffs], Mon Jun 26 04:56:32 2000 UTC (23 years, 9 months ago) by simonb
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.24 (colored)

Change the kernel mmap interface so that the offset to map is an
"off_t" and the return value is a "paddr_t" to allow mappings
at offsets past 2^31 bytes.  Somewhat inspired by FreeBSD, which
only changed the offset to a "vm_offset_t".

Includes updates for the i386, pc532 and sh3 mmmmap from Jason Thorpe.

Revision 1.11.8.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:35:47 1999 UTC (24 years, 3 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.11: +12 -3 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.24 (colored)

Pull up to last week's -current.

Revision 1.14 / (download) - annotate - [select for diffs], Mon Dec 6 18:52:23 1999 UTC (24 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221, netbsd-1-5-base, minoura-xpg4dl-base, minoura-xpg4dl, chs-ubc2-newbase
Branch point for: netbsd-1-5
Changes since 1.13: +3 -2 lines
Diff to previous 1.13 (colored) to selected 1.24 (colored)

-allow the "show_screen" call to the display driver to complete
 asynchronously, in the same style like the process attach/detach functions
-intercept the "cnpollc" call which originally went directly to the
 keyboard driver and keep track whether the console is in "polling" state
 (DDB!)
-pass a NULL callback to the screen switcher and the process attach/detach
 functions if the console is "polling", to tell them that asynchronous
 completion is forbidden

Revision 1.12.2.1 / (download) - annotate - [select for diffs], Wed Oct 20 22:56:01 1999 UTC (24 years, 6 months ago) by thorpej
Branch: thorpej_scsipi
Changes since 1.12: +5 -2 lines
Diff to previous 1.12 (colored) to selected 1.24 (colored)

Sync w/ trunk.

Revision 1.11.2.1 / (download) - annotate - [select for diffs], Tue Oct 19 16:42:59 1999 UTC (24 years, 6 months ago) by he
Branch: netbsd-1-4
CVS Tags: netbsd-1-4-PATCH003, netbsd-1-4-PATCH002
Changes since 1.11: +5 -2 lines
Diff to previous 1.11 (colored) next main 1.12 (colored) to selected 1.24 (colored)

Pull up revision 1.13 (requested by mycroft):
  Enable VT-switching ioctls on ttyEcfg, which allows Linux X servers
  to work when properly configured (with symlink /emul/linux/dev/tty0
  -> /dev/ttyEcfg).

Revision 1.13.2.2 / (download) - annotate - [select for diffs], Tue Oct 19 00:03:19 1999 UTC (24 years, 6 months ago) by mycroft
Branch: fvdl-softdep
Changes since 1.13.2.1: +199 -0 lines
Diff to previous 1.13.2.1 (colored) to branchpoint 1.13 (colored) next main 1.14 (colored) to selected 1.24 (colored)

Split wsdisplay_usl_ioctl() into two functions -- one which is screen-dependent
and one which isn't.  The latter is now used for ttyEcfg, enabling the
VT-switching ioctls to work on it.  (This allows Linux X servers to work when
/emul/linux/dev/tty0 is linked to /dev/ttyEcfg.)

Revision 1.13.2.1, Tue Oct 19 00:03:18 1999 UTC (24 years, 6 months ago) by mycroft
Branch: fvdl-softdep
Changes since 1.13: +0 -199 lines
FILE REMOVED

file wsdisplayvar.h was added on branch fvdl-softdep on 1999-10-19 00:03:19 +0000

Revision 1.13 / (download) - annotate - [select for diffs], Tue Oct 19 00:03:18 1999 UTC (24 years, 6 months ago) by mycroft
Branch: MAIN
CVS Tags: fvdl-softdep-base, comdex-fall-1999-base, comdex-fall-1999
Branch point for: fvdl-softdep
Changes since 1.12: +5 -2 lines
Diff to previous 1.12 (colored) to selected 1.24 (colored)

Split wsdisplay_usl_ioctl() into two functions -- one which is screen-dependent
and one which isn't.  The latter is now used for ttyEcfg, enabling the
VT-switching ioctls to work on it.  (This allows Linux X servers to work when
/emul/linux/dev/tty0 is linked to /dev/ttyEcfg.)

Revision 1.12 / (download) - annotate - [select for diffs], Tue Oct 12 16:47:41 1999 UTC (24 years, 6 months ago) by jdolecek
Branch: MAIN
Branch point for: thorpej_scsipi
Changes since 1.11: +6 -1 lines
Diff to previous 1.11 (colored) to selected 1.24 (colored)

add wsdisplay_switchtoconsole() to allow other parts of kernel to force
the wscons to switch to console; code taken from wsdisplay_shutdownhook(),
which is now just a wrapper around wsdisplay_switchtoconsole()

Revision 1.11 / (download) - annotate - [select for diffs], Fri Feb 12 11:25:23 1999 UTC (25 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH001, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame, chs-ubc2-base, chs-ubc2
Branch point for: wrstuden-devbsize, netbsd-1-4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.24 (colored)

change the "mapchar" interface to return a "quality" or "match level"
arguments which allows to find approximations for characters which are
not present in a font

Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 26 14:22:14 1999 UTC (25 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.9: +3 -3 lines
Diff to previous 1.9 (colored) to selected 1.24 (colored)

improve error handling in 2 cases:
1. If the current screen becomes invalid (ie no focus anymore), always
   set the keyboard to translating mode. Otherwise, we could get stuck
   because the command keystokes don't come through.
2. Catch errors in attaching to a process (X server) - For this,
   implement a callback mechanism similar to the detach case. Add an
   argument to report an errno via callback.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Jan 13 16:21:02 1999 UTC (25 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8 (colored) to selected 1.24 (colored)

change the way fonts are handled: now we have a display-global ioctl
to download fonts and a per-screen call to select a font
allows easier sharing of ressources in the display driver
change the parameters to the load_font driver vector to pass all
available font information

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jan 9 15:44:45 1999 UTC (25 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.7: +5 -1 lines
Diff to previous 1.7 (colored) to selected 1.24 (colored)

add ioctl()s for screen allocation/deallocation

Revision 1.7 / (download) - annotate - [select for diffs], Thu Aug 13 02:10:56 1998 UTC (25 years, 8 months ago) by eeh
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach, chs-ubc-base, chs-ubc
Changes since 1.6: +1 -1 lines
Diff to previous 1.6 (colored) to selected 1.24 (colored)

Merge paddr_t changes into the main branch.

Revision 1.6.2.2 / (download) - annotate - [select for diffs], Sat Aug 8 03:06:53 1998 UTC (25 years, 8 months ago) by eeh
Branch: eeh-paddr_t
Changes since 1.6.2.1: +2 -2 lines
Diff to previous 1.6.2.1 (colored) to branchpoint 1.6 (colored) next main 1.7 (colored) to selected 1.24 (colored)

Revert cdevsw mmap routines to return int.

Revision 1.6.2.1 / (download) - annotate - [select for diffs], Fri Aug 7 12:39:50 1998 UTC (25 years, 8 months ago) by drochner
Branch: eeh-paddr_t
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.24 (colored)

make it compile in paddr_t world

Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 28 22:01:24 1998 UTC (25 years, 8 months ago) by augustss
Branch: MAIN
CVS Tags: eeh-paddr_t-base
Branch point for: eeh-paddr_t
Changes since 1.5: +5 -3 lines
Diff to previous 1.5 (colored) to selected 1.24 (colored)

Do locator related defines using defines from locators.h rather
than literal constants.

Revision 1.5 / (download) - annotate - [select for diffs], Fri Jun 26 21:10:52 1998 UTC (25 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4 (colored) to selected 1.24 (colored)

define a "mapping" function which can be used by the emulation module
to display non-ASCII characters

Revision 1.4 / (download) - annotate - [select for diffs], Sat Jun 20 21:52:50 1998 UTC (25 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3 (colored) to selected 1.24 (colored)

Change the calling interface for text output (to the graphics driver)
to take a single character at a time, where the character is an "int" now.
The old interface (took a string) was never called with more than 1
char to print, and the "int" allows us to handle charsets cleanly.

Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 11 22:00:05 1998 UTC (25 years, 10 months ago) by drochner
Branch: MAIN
Changes since 1.2: +32 -1 lines
Diff to previous 1.2 (colored) to selected 1.24 (colored)

Implement the VT access and keyboard control ioctl()s needed for
compatibility to PCVT, syscons and the Linux console.

Revision 1.2 / (download) - annotate - [select for diffs], Thu May 14 20:49:57 1998 UTC (25 years, 11 months ago) by drochner
Branch: MAIN
Changes since 1.1: +31 -7 lines
Diff to previous 1.1 (colored) to selected 1.24 (colored)

Simple screen attribute handling for wscons.
The graphics device driver passes a "default attribute" for normal text
output to the wscons framework. If the emulation module needs more
attributes (for different "renditions") it can allocate them via a
callback.
For now, only the "sun" emulation makes use of it.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Mar 22 14:24:03 1998 UTC (26 years, 1 month ago) by drochner
Branch: MAIN
Diff to selected 1.24 (colored)

Initial import of cgd's new wscons code.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>