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
/
octeon
/
include
Age
Commit message (
Expand
)
Author
2013-06-01
corectly initialize the number of cores/cpus on the board. this fixes a NULL
Jasper Lievisse Adriaanse
2013-05-17
Add a dummy IPL_MPSAFE definition.
Mark Kettenis
2013-04-23
Remove a loongson reference.
Brian Callahan
2013-04-05
don't hardcode the size of u-boot's argv, but use a define instead.
Jasper Lievisse Adriaanse
2013-03-28
Add __strong_alias macros for all architectures to be able to alias
Martynas Venckus
2013-03-23
refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added
Theo de Raadt
2013-03-21
- remove an unused variable (octeon_configuration)
Jasper Lievisse Adriaanse
2013-03-19
instead of treating boot_info->cf_common_addr special, save the whole of boot...
Jasper Lievisse Adriaanse
2013-03-15
add some board types which will be used later to identify particular boards
Jasper Lievisse Adriaanse
2013-03-15
save a copy of the address at which the CF bus can be found, and use this in ...
Jasper Lievisse Adriaanse
2012-08-29
Implement pci_min_powerstate().
Mark Kettenis
2012-06-26
create new machine/_float.h which is namespace clean. create a new
Theo de Raadt
2012-04-21
Rework the signature of the cache handling routines again. It makes more sense
Miod Vallat
2011-10-27
Specify the TLS variant for each platform.
Philip Guenthe
2011-10-10
Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *).
Miod Vallat
2011-06-25
Remove irrelevant comments borrowed from loongson.
Miod Vallat
2011-06-16
Ethernet driver merged from IIJ's contribution code.
Takuya ASADA
2011-05-21
Add pci_intr_map_msi() stub.
Mark Kettenis
2011-05-08
obio renamed iobus, moved interrupt handler code to dev/octeon_intr.c
Takuya ASADA
2011-04-28
- enable fenv
Martynas Venckus
2011-03-23
Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.
Paul Irofti
2010-12-04
Introduce a new pci routine, pci_conf_size(), which returns the size of a
Miod Vallat
2010-12-04
Define BUS_SPACE_MAP_LINEAR and BUS_SPACE_MAP_PREFETCHABLE, and provide
Miod Vallat
2010-11-23
Correct interrupt handling
Takuya ASADA
2010-11-14
remove unused header file
Takuya ASADA
2010-10-28
Inital commit of PCI and SATA support for OCTEON
Takuya ASADA
2010-10-11
correct MACHINE, MACHINE_ARCH
Takuya ASADA
2010-10-10
Compact Flash support for OCTEON
Takuya ASADA
2010-10-03
Follow recent changes on mip64 FPU handling. ok deraadt@ miod@
Takuya ASADA
2010-09-21
Remove bootinfo.c which has license issue. ok deraadt@
Takuya ASADA
2010-09-20
Initial revision
Takuya ASADA