index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
atkbdc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove five now unused fields from struct cdevsw. They should never
phk
1999-09-25
1
-5
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
9
-9
/
+9
*
Convert DEVFS hooks in (most) drivers to make_dev().
phk
1999-08-23
2
-19
/
+4
*
- Remove cdevsw entry points in individual keyboard drivers;
yokota
1999-08-22
4
-141
/
+26
*
Improve the detection code for GlidePoint. This is still a kludge,
yokota
1999-08-22
1
-2
/
+4
*
Recognize Interlink VersaPad. `Tap' action will be recognized
yokota
1999-08-17
1
-4
/
+100
*
Correctly save `flags' bits.
yokota
1999-08-15
1
-1
/
+2
*
Alter the behavior of sys/kern/subr_bus.c:device_print_child()
mdodd
1999-07-29
2
-12
/
+18
*
- Move the `return' statement the correct place so that the keyboard
yokota
1999-07-18
1
-5
/
+5
*
Improve Logitech MouseMan+ protocol support.
yokota
1999-07-12
1
-19
/
+101
*
Implement a kludge for some wheeled mice for which infamous "psmintr:
yokota
1999-07-12
1
-2
/
+16
*
Remove cmaj and bmaj args from DEV_DRIVER_MODULE.
phk
1999-07-04
1
-3
/
+2
*
Allocate the port resource when attaching the keyboard controller,
yokota
1999-06-29
2
-14
/
+20
*
Fix PS/2 MouseMan+ protocol. We have been looking at a wrong place
yokota
1999-06-03
1
-2
/
+2
*
This commit should be a extensive NO-OP:
phk
1999-05-30
2
-11
/
+42
*
No support for pnp yet.
dfr
1999-05-30
2
-2
/
+10
*
Use the resource apis to manipulate resources.
dfr
1999-05-22
2
-8
/
+36
*
- Include isa/isareg.h rather than i386/isa/isa.h for i386.
yokota
1999-05-20
1
-43
/
+3
*
Include sys/isa/isareg.h rather than i386/isa/isa.h for i386.
yokota
1999-05-20
1
-5
/
+1
*
Slight reorganization of internal interface in the keyboard controller
yokota
1999-05-18
4
-52
/
+63
*
The previous commit was wrong! This is the correct one ;-<
yokota
1999-05-18
1
-2
/
+2
*
Remove hackish foot protection.. If you ask for an atkbd on an isa bus
peter
1999-05-09
2
-34
/
+2
*
Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between
phk
1999-05-09
1
-2
/
+2
*
Don't confuse cursor keys with numpad keys when composing a char code.
yokota
1999-05-09
1
-5
/
+5
*
Minor tweak after the introduction of new-bus to i386; properly
yokota
1999-05-09
1
-14
/
+14
*
Revive APM hooking code for i386 arch now that the same source file is
yokota
1999-05-09
1
-3
/
+8
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
5
-16
/
+11
*
Print the child IRQ on it's identification line.
peter
1999-05-08
2
-2
/
+6
*
Continue where Julian left off in July 1998:
phk
1999-05-07
1
-3
/
+3
*
Merge revs 1.57 and 1.60 of i386/isa/psm.c
peter
1999-04-18
1
-53
/
+99
*
As a temporary anti-foot-shooting measure, don't let the user attach
peter
1999-04-16
2
-2
/
+34
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
4
-28
/
+30
*
Keyboard driver update in preparation for the USB keyboard driver.
yokota
1999-03-10
4
-107
/
+201
*
- Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101
yokota
1999-01-28
1
-2
/
+39
*
Update the alpha port to use the new syscons.
dfr
1999-01-23
5
-6
/
+737
*
syscons
yokota
1999-01-19
1
-4
/
+15
*
Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,
yokota
1999-01-13
1
-2
/
+2
*
Add the new keyboard driver and video card driver. They will be
yokota
1999-01-09
4
-0
/
+2626
*
* Add hooks to allow the X server to access I/O ports and memory.
dfr
1998-11-15
1
-8
/
+9
*
Port the ps/2 mouse driver to the alpha.
dfr
1998-11-08
1
-0
/
+2221