| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
ok stsp@ kettenis@
|
|
|
|
|
|
|
|
| |
local ones to ``nticks''.
(missed in previous)
ok stefan@, deraadt@
|
|
|
|
| |
From miod@.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
kernels:
- keyboard drivers will now tell wskbd if the keyboard layout they ask
for is a default value, or a value they are 100% sure of (either
because your kernel has a XXXKBD_LAYOUT option, or because the
driver can tell the keyboard layout, e.g. by the country code on USB
keyboards which provide it, such as Sun's)
- when attaching a keyboard with a non-default layout, the layout will
become the default layout of the mux for new keyboard attachments if
the mux doesn't have a layout set already.
- when changing the keyboard layout of a particular keyboard with an
ioctl (i.e. using kbd(8) or wsconsctl(8)), the layout will become the
default layout of the mux for new keyboard attachments.
ok mpi@
|
|
|
|
|
|
|
|
|
|
| |
Most of the hard work by mpi@, who provided the initial diff.
Fixes for sparc from myself. Tested on sgi and sparc myself.
Compiles and detects zstty on my powerbook, compile tested on
sparc64 by me. Real testing with zs device on sparc64 by miod@
who also gave a lot of help and feedback.
ok miod@, mpi@
|
|
|
|
| |
ok miod@, pointed Stefan Koerner <stefan dot koerner at pilum-tech dot de>
|
|
|
|
|
|
| |
WSKBD_RAW mode used in X, but X independently implements auto-repeat keys.
ok miod@
|
|
|
|
| |
from right alt. ok krw@ shadchin@ deraadt@
|
|
|
|
|
|
|
| |
to pad-align the size of the structure; it grows, the disklabel ioctl's are
break ABI. Change the uid to a character array. this also simplifies some
other stuff
ok jsing
|
|
|
|
|
|
|
| |
identifier, allowing the disk to be identified without relying on the
device name.
ok deraadt@ krw@ beck@ marco@ todd@
|
|
|
|
|
|
|
|
|
|
|
|
| |
not all Sun mice run at the canonical 1200 bps, hop between 1200, 4800 and
9600 bps by paying attention to breaks on the line.
Attachement and engine code written 7 years ago for OpenBSD/sparc, except for
sparc64 com(4) attachment. Speed hop idea borrowed from Opensolaris.
This allows sparc and sparc64 users to run X11 without needing a configuration
file anymore, as it was in the XFree86 3.x days. Multihead configurations
will still need a minimal configuration file, though.
|
|
|
|
| |
spotted the hard way by kettenis.
|
|
|
|
| |
key on type 4.
|
| |
|
|
|
|
| |
will be necessary for rawkbd mode.
|
|
|
|
| |
WSDISPLAY_COMPAT_RAWKBD support.
|
|
|
|
|
|
|
|
|
|
|
| |
associated field access defines. This reverts most changes to
dev/sun/disklabel.h without eliminating new functionality. Fix
comments to line up and fit on 80 column line, making both tsi@ and I
feel better.
Simplify logic in disksubr.c. No semantic change.
Tested & ok tsi@.
|
|
|
|
|
|
| |
by interpreting more fields out of a standard Sun disk label.
ok krw@
|
|
|
|
|
|
| |
store the information fsck needs. this allows us to create raid
partitions, nicely, of course.
ok miod todd krw
|
|
|
|
|
| |
property.
Tested with type 3 and type 4 keyboards.
|
| |
|
|
|
|
|
|
| |
sys/dev/sun/sunkbd.c, and move the layout tables to sys/dev/sun/sunkbdmap.c.
No functional changes, small sparc64 kernel shrinkage.
|
|
|
|
| |
keyboard sv map error spotted by Jan Johansson.
|
|
|
|
| |
rescinded 22 July 1999. Proofed by myself and Theo.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Reported by scott at porticia dot com.
Ok deraadt@
|
|
|
|
| |
checked against prom behaviour with a jumpered type 5.
|
|
|
|
|
| |
Currently, they are mapped to the corresponding type 5 layouts, but some
tweaks might be necessary in the future.
|
| |
|
| |
|
|
|
|
| |
thanks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
attach it with the appropriate keymap table, rather than the default KB_US
table.
If this is not the expected behaviour, users can still revert to US layout
via "kbd us" or "wsconsctl -w keyboard.encoding=us".
As the installation media uses the prom console, which will honor the
international keyboard layout, this will definitely help users with
international keyboards and fancy characters in their passwords...
Note that there is still some Sun keyboard tables missing at the moment.
|
|
|
|
|
|
|
| |
norwegian, portuguese, swiss-french, swiss-german, uk english.
Not thoroughly tested, problems (if any) should be minor.
Also fix glitch in caret handling in the previous commit.
|
|
|
|
| |
More to come as time permits...
|
| |
|
|
|
|
|
| |
and let the sun layout tables produce them.
ok mickey@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For most framebuffers it is faster.
Other changes include:
o 24 bit support in tcx(4) for the S24 framebuffer
o accelerated cgsix(4) text console
o new cgtwelve(4) driver for the GS framebuffer
o improved serial driver code
o better keyboard support
The following framebuffers have not been tested but should work: cgfour,
cgeight and cgfourteen
These changes will require XF4 changes, to use Xwsfb instead of Xsun*, to be
commited later today.
Most of the work by me during the LSM and the week after, with code borrowed
from jason@, NetBSD (new serial code), and feedback from mickey@. Work on
pnozz(4) done by millert@
|
| |
|
|
|
|
|
|
|
|
|
| |
This is needed since eg Swedish type 4 and 5 keyboard has keycodes
with different keycodes. eg AltGr and Compose are switched in type 5
compared with type 4.
This change will need a new Xserver to allow sun type 5 keyboards.
-moj ok miod@
|
| |
|
| |
|
| |
|
| |
|
| |
|