index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
Age
Commit message (
Expand
)
Author
2005-11-26
Frequency scaling for IBM 970FX.
Mark Kettenis
2005-11-26
some cleanup from gordon
Ted Unangst
2005-11-25
Get rid of BROKEN_MMU_MASK, unnecessary now that bus_dmamap_sync() behaves
Miod Vallat
2005-11-25
Replace utterly wrong bus_dmamap_sync() with a much better version.
Miod Vallat
2005-11-25
Let the cache synchronization and invalidation functions report whether
Miod Vallat
2005-11-25
Prefer vaddr_t and paddr_t types, instead of void * and heavy casts.
Miod Vallat
2005-11-25
Need an explicit cast for atop() now.
Miod Vallat
2005-11-25
We don't have a va mapping in match() so don't bother trying to use badvaddr()
Miod Vallat
2005-11-25
explicitly cast caddr_t to vaddr_t
Michael Shalayeff
2005-11-25
Remove $ on access to cpuid_level: we want to get the value of the
Tom Cosgrove
2005-11-25
splimp -> splhigh in setroot()/rootconf().
Brad Smith
2005-11-24
Prefer vaddr_t and paddr_t types in device softc, instead of void * and
Miod Vallat
2005-11-24
Peek at the correct location in badpaddr() - how could this go unnoticed before?
Miod Vallat
2005-11-24
Remove unnecessary cast in an atop() construct.
Miod Vallat
2005-11-24
enable esm
David Gwynne
2005-11-24
remove __GNUC_PREREQ__(2, 96) block because lint pukes; idea for solution fro...
Theo de Raadt
2005-11-24
add lint-specific hacks. at the same time, clean out a lot of ancient
Theo de Raadt
2005-11-24
Remove kernfs, okay deraadt@.
Pedro Martelletto
2005-11-24
#if 0 doesnt belong here
David Gwynne
2005-11-24
repair indent that cvs has scrwed make it extra confusing
Michael Shalayeff
2005-11-24
print something out when we hit unsupported devices. hopefully we can
David Gwynne
2005-11-24
white space fixes
David Gwynne
2005-11-24
break the 1:1 mapping of esm sensors to kernel sensors. according to
David Gwynne
2005-11-24
splimp -> splhigh
Brad Smith
2005-11-24
splimp -> spluba
Brad Smith
2005-11-24
splimp -> spl6
Brad Smith
2005-11-24
splimp -> splbio
Brad Smith
2005-11-24
splimp -> splvm
Brad Smith
2005-11-24
splimp -> splnet
Brad Smith
2005-11-24
add AMD 768 interrupt router PCI id and use the proper id for the AMD 766 chi...
Brad Smith
2005-11-23
finnish the PTDPTDI and APTDPTDI conversion to PDSLOT_PTE and PDSLOT_APTE thu...
Michael Shalayeff
2005-11-23
kill two old mach macros that are not used anywhere in the tree anymore (or e...
Michael Shalayeff
2005-11-23
use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...
Michael Shalayeff
2005-11-23
assume vtophys(vaddr_t) just what all the other archs expect; no functional c...
Michael Shalayeff
2005-11-23
there is no vtophys here
Michael Shalayeff
2005-11-23
prioritise <16m memory for isa bus_dma'ble memorble memory allocations
Michael Shalayeff
2005-11-23
resolve a couple of problems in mpbios-mapped interrupts:
Michael Shalayeff
2005-11-23
Pick HP-IB describe structures changes from main kernel code here as well.
Miod Vallat
2005-11-23
fix DEBUG build
Martin Reindl
2005-11-23
merge probe and match since one is only ever called from the other. knf too
David Gwynne
2005-11-22
Added probing for Dell ESM server
Jordan Hargrave
2005-11-22
support one of the powerunits
David Gwynne
2005-11-22
add another backplane
David Gwynne
2005-11-22
shrink a little
David Gwynne
2005-11-22
do not manually inline kvtopte() macro; no func change
Michael Shalayeff
2005-11-22
pm_pdirpa is apaddr_t and PTDpaddr (on the contrary) is u_int32_t
Michael Shalayeff
2005-11-22
bios gives 32bit units not paddr/psize; no func change
Michael Shalayeff
2005-11-22
for every sensor esm looks after it has to talk to the hardware, which
David Gwynne
2005-11-22
repair verbose printfs
Michael Shalayeff
2005-11-22
get rid of bmc_wait and use a flag on bmc_ready to indicate if we want
David Gwynne
[next]