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
*
Replace various spelling with FALLTHROUGH which is lint()able
charnier
2002-08-25
2
-5
/
+5
*
de-count atkbdc. I have more extensive patches to make properly dynamic,
peter
2002-08-19
1
-2
/
+1
*
GC various bits and pieces of USERCONFIG from all over the place.
phk
2002-04-09
1
-1
/
+1
*
Fix typo: conole -> console
asmodai
2002-04-08
1
-1
/
+1
*
Fix spelling and grammar bogons in a comment.
murray
2002-03-27
1
-7
/
+7
*
Remove __P.
alfred
2002-03-20
1
-29
/
+29
*
Add the ia64 bus space tag for the IO ports (!).
peter
2002-03-19
1
-0
/
+4
*
Fixes to make select/poll mpsafe.
alfred
2002-03-14
1
-2
/
+0
*
Add SONY VAIO psm controller ISA-PnP ID.
takawata
2002-03-10
1
-0
/
+1
*
Add another PS2 PNP id.
sheldonh
2001-12-19
1
-0
/
+1
*
Hack for the "out-of-sync" error.
yokota
2001-10-13
1
-109
/
+152
*
Add PnP ID 'IBM3781' for TP240 mouse.
takawata
2001-10-03
1
-0
/
+1
*
Yet another turn of workaround for psm/ACPI/PnP BIOS
yokota
2001-09-25
3
-40
/
+85
*
Reinitialize the keyboard after the ACPI resume event.
yokota
2001-09-23
2
-2
/
+20
*
Refine ACPI/PnP BIOS probe/attach routines a bit.
yokota
2001-09-15
4
-17
/
+38
*
KSE Milestone 2
julian
2001-09-12
1
-5
/
+5
*
Update the atkbdc, atkbd, and psm drivers to probe/attach
yokota
2001-09-06
6
-210
/
+446
*
Add ACPI attachments.
msmith
2001-08-30
2
-0
/
+2
*
Return consistent key action codes at key press and release
yokota
2001-07-20
3
-1
/
+3
*
Add the device resume method to keyboard drivers.
yokota
2001-06-30
2
-0
/
+28
*
Hints overhaul:
peter
2001-06-12
2
-20
/
+16
*
Send the remains (such as I have located) of "block major numbers" to
phk
2001-03-26
1
-1
/
+0
*
Free the kbd pointer when it isn't NULL, as opposed to when it is.
dwmalone
2001-01-22
1
-1
/
+1
*
select() DKI is now in <sys/selinfo.h>.
wollman
2001-01-09
1
-1
/
+1
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
4
-15
/
+11
*
Staticize some malloc M_ instances.
phk
2000-12-08
2
-2
/
+2
*
- Add a hack for "psmintr: out of sync.." This is NOT a fix,
yokota
2000-12-01
1
-0
/
+11
*
- Slightly rearrnage IntelliMouse Explorer and Logitech
yokota
2000-12-01
1
-30
/
+39
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
3
-3
/
+0
*
Untangle some resource matching loops that were getting on my nerves
peter
2000-10-15
2
-16
/
+14
*
Initiate deorbit burn sequence for <machine/mouse.h>.
phk
2000-10-09
1
-1
/
+1
*
Initiate deorbit burn sequence for <machine/console.h>.
phk
2000-10-08
1
-1
/
+1
*
Fix several 64-bit-ism warnings due to sizeof(int) != sizeof(void *) on
jhb
2000-09-22
1
-6
/
+6
*
* Completely rewrite the alpha busspace to hide the implementation from
dfr
2000-08-28
1
-1
/
+1
*
Add spltty()/splx() in the watchdog timer routine.
yokota
2000-08-24
1
-0
/
+3
*
Fix GENERIC_MOUSE_ENTRY.
yokota
2000-07-28
1
-1
/
+1
*
This is yet another attempt to fix "psmintr out of sync.." problems.
yokota
2000-07-22
1
-13
/
+9
*
Manipulate with AltGR Led (really CapsLock Led) only in K_XLATE mode, because
ache
2000-05-28
1
-1
/
+2
*
Fixed the type of some ivar access functions. Ivars have type uintptr_t,
bde
2000-04-30
2
-8
/
+8
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
- Add temporary workaround to fool some "clever" KVM switch products
yokota
2000-04-02
1
-5
/
+22
*
Missing pieces of the last commit ;-(
yokota
2000-03-19
2
-22
/
+64
*
- Properly keep track of I/O port resources.
yokota
2000-03-19
8
-174
/
+278
*
- Add Support for the following PS/2 mice:
yokota
2000-03-18
2
-87
/
+398
*
One more patch for the atkbd driver. It will make sure that the
yokota
2000-03-11
1
-0
/
+12
*
Don't free(sc) before returning an error from probe, it does not "belong"
peter
2000-03-01
1
-1
/
+0
*
Do not add children (atkbd and psm) if they are disabled.
yokota
2000-02-25
2
-0
/
+6
*
- Be slightly more cautious and try to make more sure the keyboard
yokota
2000-02-11
1
-4
/
+9
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
7
-39
/
+1
*
- Add some comment from bde on the keyboard interrupt.
yokota
2000-01-20
1
-11
/
+19
[next]