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
*
Be consistent with the spelling of "dependent" in user-visible places.
ceri
2006-12-30
1
-1
/
+1
*
Optimized RTC accesses by avoiding null writes to the index register
bde
2006-12-03
1
-9
/
+16
*
Use calendaric calculation support from subr_clock.c instead of home-rolled.
phk
2006-10-02
1
-88
/
+33
*
Second part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-3
/
+0
*
First part of a little cleanup in the calendar/timezone/RTC handling.
phk
2006-10-02
1
-0
/
+1
*
Eliminate one set of XBOX #ifdefs. The Xbox code just needs to set a
imp
2006-08-09
1
-9
/
+0
*
(apply '(lambda (reformat-region 'style-9-parens)) (read-file isahint.c))
imp
2006-07-08
1
-2
/
+2
*
Remove old GENERIC kludge. We no longer need to skip devices named
imp
2006-07-08
1
-8
/
+2
*
Make the ISAPNP code optional and only enable it on i386 and pc98 (used
marius
2006-06-12
1
-0
/
+6
*
Remove various bits of conditional Alpha code and fixup a few comments.
jhb
2006-05-12
2
-6
/
+0
*
Committed the xbox syscons(8)-able console driver.
rink
2006-03-03
1
-0
/
+19
*
Tweak how the MD code calls the fooclock() methods some. Instead of
jhb
2005-12-22
1
-6
/
+7
*
MFamd64 rev 1.223: Use the TSC to implement DELAY() if not marked broken
peter
2005-12-13
1
-0
/
+15
*
Fix -Wundef.
ru
2005-12-04
1
-1
/
+1
*
Add support for XBOX to the FreeBSD port. The xbox architecture is
imp
2005-11-09
1
-0
/
+10
*
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
[next]