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 a bogus re-assignment.
jkim
2013-05-13
1
-2
/
+0
*
List TrackPoint device before generic model.
jkim
2013-03-18
1
-1
/
+1
*
Add preliminary support for IBM/Lenovo TrackPoint.
jkim
2013-03-18
1
-1
/
+270
*
Pass the device_t into atkbd_{probe,attach}_unit and get the
imp
2013-01-11
3
-14
/
+11
*
style(9) changes before I do more real changes.
imp
2013-01-11
1
-83
/
+79
*
psm: Support detection of Synaptics touchpad v7.5 and above
dumbbell
2012-12-18
1
-3
/
+9
*
Fix typo: s/protocl/protocol
kevlo
2012-09-20
1
-2
/
+2
*
Use callout(9) instead of timeout(9) to manage timers.
jhb
2012-09-07
1
-13
/
+15
*
Add another PS/2 keyboard PNP ID. This ID is listed as
jhb
2012-07-06
1
-0
/
+1
*
Add a PNP ID for Japanese 106-key keyboard.
jkim
2012-03-28
1
-0
/
+1
*
- Do not clobber softc when psm(4) is reintialized.
jkim
2012-03-27
1
-141
/
+124
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-2
/
+2
*
Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.
ed
2011-07-17
1
-0
/
+1
*
Correct a typo.
delphij
2011-06-20
1
-1
/
+1
*
Add comments about the validation.
delphij
2011-06-11
1
-0
/
+9
*
Validate INT 15h and 16h vectors more strictly. Traditionally these entry
jkim
2011-06-06
1
-1
/
+2
*
Revert r222152. The root cause was analysed and better fix is upcoming.
jkim
2011-06-06
2
-4
/
+0
*
Add a new knob to atkbd(4) to enable typematic rate detection on boot,
delphij
2011-05-20
2
-0
/
+4
*
Only use the BIOS-supplied IRQ for the atkbdc device for a child atkbd
jhb
2010-12-21
1
-8
/
+10
*
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace
tijl
2010-12-20
1
-4
/
+2
*
- If the atkbdc device is assigned an IRQ resource by ACPI or the PnPBIOS,
jhb
2010-12-16
3
-14
/
+55
*
- When moving the IRQ resource from the psmcpnp device to the psm device,
jhb
2010-12-16
1
-15
/
+5
*
Various small typos and grammar nits in comments.
jhb
2010-11-18
1
-4
/
+4
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-2
/
+2
*
Let psm(4) use si_drv1 to refer to its softc.
ed
2010-09-09
1
-28
/
+22
*
On certain chipsets AT keyboard controller isn't present and is
sobomax
2010-04-29
4
-16
/
+69
*
Add new "hw.psm.tap_enabled" tunable and sysctl.
dumbbell
2009-12-18
1
-0
/
+35
*
Rewrite x86bios and update its dependent drivers.
jkim
2009-10-19
1
-6
/
+9
*
Fix couple of style nits missed in the previous commit.
jkim
2009-09-25
1
-1
/
+1
*
- Use x86bios_offset() instead of BIOS_PADDRTOVADDR() macro.[1]
jkim
2009-09-25
1
-14
/
+23
*
- Use FreeBSD function naming convention.
jkim
2009-09-24
1
-3
/
+3
*
Move sys/dev/x86bios to sys/compat/x86bios.
jkim
2009-09-23
1
-1
/
+1
*
Temporarily disable typematic retrieving code until we get a real fix,
delphij
2009-09-22
1
-2
/
+2
*
Allow atkbd to obtain keyboard repeat rate from BIOS on amd64.
delphij
2009-09-21
1
-19
/
+18
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-4
/
+0
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-0
/
+4
*
Prevent atkbd(4) interrupt handler from calling keyboard callback function
emax
2009-04-17
1
-2
/
+4
*
Teach psm about O_ASYNC
rnoland
2009-03-16
1
-0
/
+23
*
bus_add_child takes a const char *.
imp
2009-02-05
1
-3
/
+3
*
Synaptics touchpads must be reinitialized after suspend/resume.
dumbbell
2008-12-17
1
-1
/
+9
*
Rephrase and/or fix some comments in Synaptics touchpad initialization
dumbbell
2008-12-16
1
-10
/
+15
*
Rewrite Synaptics touchpads support with the following goals in mind:
dumbbell
2008-10-14
1
-175
/
+982
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-2
/
+2
*
Fill in sysctl descriptions.
trhodes
2008-07-26
1
-10
/
+18
*
Try to detect a Synaptics touchpad before IntelliMouse. Some touchpads will
philip
2008-06-01
1
-2
/
+2
*
Clean up and fix style(9) nits.
jkim
2008-04-08
1
-2852
/
+2938
*
- Add write(2) support for psm(4) in native operation level. Now arbitrary
jkim
2008-04-08
1
-7
/
+53
*
Some PS/2 mice (at least the A4Tech X-7xx) need to be set to Intelli mode
rink
2008-02-25
1
-0
/
+7
*
Remove explicit calls to keyboard methods with their respective variants
wkoszek
2007-12-29
2
-8
/
+8
*
Initialize mouse resolution to zero if converting from
mjacob
2007-06-17
1
-0
/
+2
[next]