Oleksandr Tymoshenko
e3652db0ce
- Fix prototypes to make compiler happy
2009-06-14 20:54:46 +00:00
Oleksandr Tymoshenko
16a7c7be6d
- Replace CPU_NOFPU and SOFTFLOAT options with CPU_FPU. By default
...
we assume that there is no FPU, because majority of SoC does
not have it.
2009-05-26 22:40:12 +00:00
Oleksandr Tymoshenko
b6713e96f9
- Provide proper pre_thread/post_ithread functions for GT PCI
...
controller.
2009-05-26 04:51:56 +00:00
Oleksandr Tymoshenko
50b3024887
- Make mips_bus_space_generic be of type bus_space_tag_t instead of
...
struct bus_space and update all relevant places.
2009-04-19 22:02:14 +00:00
Oleksandr Tymoshenko
0c6b091e31
Use FreeBSD/arm approach for handling bus space access: space tag is a pointer
...
to bus_space structure that defines access methods and hence every bus can
define own accessors. Default space is mips_bus_space_generic. It's a simple
interface to physical memory, values are read with regard to host system
byte order.
2009-04-15 02:28:26 +00:00
Oleksandr Tymoshenko
00582be0e9
o Simplify code: trade 15 lines of case for one multiplication
2009-01-14 22:32:43 +00:00
Warner Losh
5d99d99ff4
MFp4: Merge interrupt code from p4
...
Submitted by: gonzo@
2008-09-19 04:16:13 +00:00
David E. O'Brien
c542342568
Catch up with intr_event_create() API changes.
2008-09-18 15:15:42 +00:00
Oleksandr Tymoshenko
c30b5c7330
Fix path in all includes: remove /mips32 subdirectory
2008-09-10 03:49:08 +00:00
David E. O'Brien
86102aae67
Catch up with the move from mips32/.
2008-09-03 18:40:29 +00:00
David E. O'Brien
69dda689d1
Style(9).
2008-09-03 18:40:02 +00:00
Warner Losh
4d9ac6c76f
As discussed on IRC and at BSDcan, move the mips32/* directories up a
...
level. The distinction was artificial. Some more movement around the
deck charis is likely depending on the fallout from this one.
Paths were corrected after the svn mv. Hope that's OK.
2008-07-06 21:09:29 +00:00