mycroft
|
b5cf1b5ddd
|
Add interrupt sharing types.
|
1995-01-03 01:30:14 +00:00 |
mycroft
|
05e78f1424
|
Add empty pcstop().
|
1994-12-13 13:42:53 +00:00 |
mycroft
|
8fd1f92ae7
|
Don't futz with the cursor shape unless we really, really need to.
|
1994-12-01 11:12:04 +00:00 |
mycroft
|
61800cfa25
|
Convert port, IRQ, and DRQ numbers to ints.
|
1994-11-18 22:07:32 +00:00 |
mycroft
|
b7acf321cd
|
No longer needs icu.h.
|
1994-11-04 18:59:34 +00:00 |
mycroft
|
d9b8813f0e
|
Correct pcprobe() argument list.
|
1994-11-04 07:30:51 +00:00 |
mycroft
|
10c353cf10
|
Update to match autoconfig code.
|
1994-11-04 01:02:40 +00:00 |
cgd
|
6ac2bbfc35
|
be more careful with types, also pull in headers where necessary.
|
1994-10-30 21:43:03 +00:00 |
cgd
|
022ee8f7fe
|
new RCS ID format.
|
1994-10-27 04:14:23 +00:00 |
mycroft
|
e75cb9b517
|
Oops; need spltty() around call to print().
|
1994-10-26 18:13:24 +00:00 |
mycroft
|
556a119342
|
Implement *cnpollc().
|
1994-10-26 18:06:30 +00:00 |
mycroft
|
d00c05633a
|
Wait on the correct bit in the lower half of kbc_get8042cmd(); and some other
mostly stylistic changes. Based on suggestions from John Hood.
|
1994-10-16 15:46:13 +00:00 |
mycroft
|
cce04a7aa1
|
Put the delay in a macro, and implement it differently.
|
1994-10-09 09:28:54 +00:00 |
mycroft
|
24381e7f01
|
Validate unit number correctly.
|
1994-08-17 19:14:53 +00:00 |
mycroft
|
327f9dd950
|
Remove now-bogus cast.
|
1994-05-05 08:28:35 +00:00 |
cgd
|
a0a7429482
|
lots of changes: prototype migration, move lots of variables, definitions,
and structure elements around. kill some unnecessary type and macro
definitions. standardize clock handling. More changes than you'd want.
|
1994-05-05 05:35:42 +00:00 |
mycroft
|
2f66816d8b
|
Rename two files.
|
1994-04-24 01:34:05 +00:00 |
mycroft
|
3f5e4f423f
|
Implement dynamic IRQ configuration and IRQ sharing. Inline spl*() calls.
Reorganize and clean up the relevant code.
|
1994-04-07 06:48:19 +00:00 |
mycroft
|
592ec61b17
|
Updates for new autoconfig.
|
1994-03-29 04:35:37 +00:00 |
mycroft
|
15d758c39a
|
Remove backward compatibility hacks for config(8), as they are no longer
useful.
|
1994-03-12 03:45:03 +00:00 |
deraadt
|
08678da2df
|
hack to get cursor right on video cards with real 6845 chips
|
1994-03-11 12:22:31 +00:00 |
mycroft
|
108cc16061
|
Move some code, but no functional difference.
|
1994-03-03 20:48:16 +00:00 |
mycroft
|
16d4233622
|
Add some comments explaining this ridiculous interface, and enable the reset
code by default.
|
1994-03-03 19:28:04 +00:00 |
mycroft
|
3bf0631a5e
|
Flush the keyboard buffer before and after the reset. This should now work
on all machines and keyboards.
|
1994-03-03 19:11:59 +00:00 |
mycroft
|
a9e3e0dd28
|
Add more experimental probe gunk, not enabled.
|
1994-03-02 08:03:02 +00:00 |
mycroft
|
2292eadf37
|
Set the keyboard to scancode table 1 rather than having the 8042 convert.
|
1994-03-02 06:46:11 +00:00 |
mycroft
|
ab1474a681
|
Remove scantokey[] and extscantokey[], as they are not used.
|
1994-03-02 05:44:10 +00:00 |
mycroft
|
6ba1208b1d
|
Add code to set the translation table number, but disabled for now.
|
1994-03-02 04:38:26 +00:00 |
mycroft
|
6902746df6
|
Attempt to insure the keyboard is enabled after reset, but turn off the entire
reset sequence by default since it causes some keyboards to become catatonic.
|
1994-03-02 00:57:35 +00:00 |
mycroft
|
b9dbe12a58
|
Check for acks and naks in X mode.
|
1994-03-01 18:30:13 +00:00 |
mycroft
|
445d057248
|
Don't repeat lock keys in X, either.
|
1994-02-25 05:36:51 +00:00 |
mycroft
|
2c578d3586
|
Oops.
|
1994-02-25 05:15:31 +00:00 |
mycroft
|
49db93fa54
|
Two compatibility kluges for X; deal with the lock keys and reset the cursor
shape when X exits.
|
1994-02-25 03:48:51 +00:00 |
mycroft
|
196f213289
|
Allow keyboard-less boot.
|
1994-02-23 22:20:40 +00:00 |
mycroft
|
5fe1f9f9c6
|
Remove some more dead code.
|
1994-02-23 20:15:28 +00:00 |
mycroft
|
5dfb68e441
|
Add insert and delete line capabilities.
|
1994-02-23 18:42:04 +00:00 |
mycroft
|
4252abe773
|
Remove some code that is no longer used.
|
1994-02-23 00:54:45 +00:00 |
mycroft
|
8e1aea9a33
|
Most of the changes from the magnum branch; rearrange the parser to be a bit
faster, and rework the keyboard handling.
|
1994-02-22 23:01:22 +00:00 |
hpeyerl
|
aa55bde66e
|
Herb sheepishly puts the keyboard connection code back in.
(which means Herb needs to buy a keyboard now)
|
1994-02-17 15:08:30 +00:00 |
mycroft
|
bbb3e7618c
|
All ioctl routines take a struct proc * now.
|
1994-02-09 21:06:46 +00:00 |
cgd
|
b452451cfe
|
new cons.h location, etc.
|
1994-02-01 03:42:08 +00:00 |
deraadt
|
9825dd1730
|
ttrstrt definition doesn't belong here
|
1994-01-28 13:43:41 +00:00 |
hpeyerl
|
01f4843507
|
I want to boot without a keyboard dammit!
|
1994-01-25 04:32:02 +00:00 |
mycroft
|
f2a0b4b335
|
Canonicalize all #includes, and add pio.h where appropriate.
|
1993-12-20 09:05:17 +00:00 |
mycroft
|
243bc4cc05
|
Boundary check on backspace.
|
1993-11-11 15:43:52 +00:00 |
mycroft
|
cd216b5938
|
Make Ctrl-Space input a NUL and Ctrl-/ input a ^/ (undo in Emacs).
|
1993-09-28 04:55:17 +00:00 |
andrew
|
ceb2a05027
|
Added keyboard typematic rate adjustment ioctl. Rudimentary support for
entering DDB from X11 by means of the F12 key (when XSERVER_DDB is
defined).
|
1993-09-28 03:25:01 +00:00 |
brezak
|
cb098b5eb0
|
Changes to use a trap frame for syscalls.
|
1993-09-16 03:24:13 +00:00 |
mycroft
|
91b8683f3e
|
Make Ctrl-Space and Ctrl-2 send a NUL, even without XSERVER defined.
(This has annoyed me for a while, and people are complaining about it.)
|
1993-09-06 05:52:33 +00:00 |
mycroft
|
59d53ecfbf
|
Check some boundary conditions is cursor movement and scrolling.
|
1993-09-05 17:56:58 +00:00 |