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
/
isa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an endianness issue in pnp_eisaformat(). This corrects printing PnP IDs
marius
2005-09-28
1
-1
/
+4
*
Add pnp and location info for the ISA bus. The pnp info is the
imp
2005-08-01
1
-0
/
+25
*
Fixup some more fallout from the lapic/i8254 changes:
jhb
2005-07-13
1
-24
/
+20
*
Remove a || 1 that crept into the i8254 commit and was subsequently
jhb
2005-07-05
1
-1
/
+1
*
Use a simpler implementation for the i8254 timecounter when using the lapic
jhb
2005-07-01
1
-12
/
+35
*
- Hook up the new locations of the atkbdc(4), atkbd(4) and psm(4) source
marius
2005-06-10
3
-4203
/
+0
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
- Move bus dependent defines to {isa,cbus}_dmareg.h.
nyan
2005-05-14
2
-5
/
+56
*
- Move timerreg.h to <arch>/include and split i8253 specific defines into
nyan
2005-05-14
3
-23
/
+15
*
Remove unused IO_NPX* defines.
nyan
2005-05-12
1
-2
/
+0
*
Add ISACFGATTR_HINTS flag to allow detection of a device that was created
mdodd
2005-04-13
2
-0
/
+3
*
Replace spl protection in rtcin() and writertc() with spinlocks
mdodd
2005-04-12
1
-6
/
+6
*
- Don't enable periodic interrupts from the RTC by default in rtc_statusb.
jhb
2005-03-24
1
-22
/
+26
*
Use STAILQ in preference to SLIST for the resources. Insert new resources
imp
2005-03-18
1
-5
/
+5
*
Whitespace sync with amd64. (Rather than re-add the extra blank lines
peter
2005-03-11
1
-3
/
+0
*
- Remove the BURN_BRIDGES marked support for hooking into the ISA timer 0
jhb
2005-03-09
1
-144
/
+2
*
Save and restore the VGA state across a suspend-resume cycle. This
iedowse
2005-02-28
1
-0
/
+55
*
Use dynamic major number allocation.
phk
2005-02-27
1
-1
/
+0
*
Use the local APIC timer to drive the various kernel clocks on SMP machines
jhb
2005-02-08
1
-19
/
+19
*
Since we are quite unlikely to ever face another platform which
phk
2005-02-06
1
-8
/
+9
*
Anytime we write to the RTC's status B register to possibly enable
jhb
2005-02-03
1
-0
/
+3
*
Protect against wrapping. This appaers to fix some hangs that people
imp
2005-01-23
1
-1
/
+1
*
Make life for owners of Synaptics Touchpads more pleasant :-)
philip
2005-01-10
1
-11
/
+207
*
/* -> /*- for copyright notices, minor format tweaks as necessary
imp
2005-01-06
2
-2
/
+2
*
Reduce diffs to work in progress before checking in serious changes.
philip
2005-01-03
1
-19
/
+20
*
Formatting nits
imp
2004-12-27
1
-6
/
+6
*
Get rid of #ifdef for legacy system. Move that into the MD code.
imp
2004-12-24
2
-6
/
+7
*
A few style(9) changes before more extensive changes:
imp
2004-12-24
2
-74
/
+65
*
Make the other pnp messages more explicit as well...
imp
2004-12-24
1
-1
/
+1
*
Note when we're done probing PNP. There's been several reports over the
imp
2004-12-24
1
-0
/
+2
*
Various style(9) items before of some more extensive work:
imp
2004-12-24
2
-67
/
+64
*
GC #if 0'd code. It can go away now...
imp
2004-12-24
2
-99
/
+0
*
PNP BIOS devices are fundamentally different than ISA PNP devices.
imp
2004-12-07
1
-8
/
+9
*
Stop printing the VGA registers during verbose boot, in order to not
phk
2004-11-03
1
-1
/
+1
*
Remove local hacks to set flags now that the device probe does this for us.
njl
2004-10-14
2
-6
/
+1
*
Introduce a tunable to disable support for Synaptics touchpads. A number of
philip
2004-09-29
1
-1
/
+11
*
Converge towards i386. I originally resisted creating <machine/pc/bios.h>
peter
2004-09-24
1
-8
/
+7
*
Add new a function isa_dma_init() which returns an errno when it fails
phk
2004-09-15
1
-1
/
+7
*
Improve sync recovery algorithm:
gibbs
2004-08-27
1
-97
/
+119
*
Defer the capture of the "expected sync bits" until the first "normal"
gibbs
2004-08-17
1
-20
/
+13
*
Don't initialize static variables to 0 (C should just take care of that).
philip
2004-08-16
1
-2
/
+2
*
Update support for Synaptics Touchpads (Volume V)
philip
2004-08-16
1
-5
/
+29
*
Assume a finger of regular width when no width value is reported by
philip
2004-08-08
1
-3
/
+10
*
Update support for Synaptics Touchpads (Volume IV)
philip
2004-08-08
1
-2
/
+2
*
Update support for Synaptics Touchpads (Volume III)
philip
2004-08-08
1
-0
/
+26
*
Update support for Synaptics Touchpads (Volume II)
philip
2004-08-08
1
-5
/
+26
*
Update support for Synaptics Touchpads (Volume I)
philip
2004-08-08
1
-53
/
+64
*
Add support for the Synaptics Touchpad mouse driver. I reworked the
njl
2004-07-30
1
-1
/
+213
*
Ignore more strange return values of the test_aux_port() function,
mux
2004-07-16
1
-6
/
+10
*
Partially revert previous commit. Calling getit() unconditionally fixed
marcel
2004-07-11
1
-11
/
+22
[next]