aboutsummaryrefslogtreecommitdiff
path: root/sys/sparc64/include
Commit message (Expand)AuthorAgeFilesLines
* <stdint.h> should define WINT_M{AX,IN} independent from whether WCHAR_MIN isStefan Farfeleder2004-05-181-1/+1
* Correct the implementation of pmap_page_is_mapped(): It should return TRUEAlan Cox2004-05-091-2/+1
* - Remove the old sparc64 OFW PCI code (as opposed to the formerMarius Strobl2004-05-081-11/+0
* Some cleanups to the nexus code:Thomas Moestl2004-04-301-5/+0
* Hide FLT_EVAL_METHOD and DECIMAL_DIG in pre-C99 compilationDavid Schultz2004-04-251-0/+2
* Remove avail_end. It is not used.Alan Cox2004-04-111-1/+0
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-0717-86/+0
* Remove avail_start on those platforms that no longer use it. (Only amd64Alan Cox2004-04-051-1/+0
* Introduce the cpumask_t type. The purpose of the type is to create aMarcel Moolenaar2004-03-201-0/+1
* Change time_t from a 32-bit value to a 64-bit value, on FreeBSD/sparc64Garance A Drosehn2004-03-101-1/+1
* Fix syntax errors and wrong function prototypes in several MD headerLukas Ertl2004-03-051-2/+2
* - Fix for sparc64 to use new __panic() functionKen Smith2004-01-271-2/+4
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-091-0/+1
* Some integrated Davicom cards in sparc64 boxes have an all zerosMaxime Henrion2004-01-081-0/+1
* GC the unused <machine/kse.h> file.Peter Wemm2003-12-241-38/+0
* - Modify alpha's sf_buf implementation to use the direct virtual-to-Alan Cox2003-11-161-0/+56
* Fix a bug in the data access error recorvery. Before re-enabling the dataJake Burkholder2003-11-111-0/+9
* Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.Bruce M Simpson2003-10-061-1/+0
* Make PAGE_SIZE and related quantities signed on sparc64. (They are signedAlan Cox2003-10-031-4/+4
* Allow the compiler to micro-optimize byte swapping functions byMaxime Henrion2003-09-301-15/+24
* Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bitPeter Wemm2003-09-251-12/+0
* Implement the bus_space_map() function to allocate resources and initializeYoshihiro Takahashi2003-09-231-0/+19
* Add function OF_decode_addr(). This function obtains the physicalMarcel Moolenaar2003-09-021-1/+2
* Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_Alexander Kabaev2003-09-011-3/+3
* "md" files for syscons.Jake Burkholder2003-08-241-0/+76
* Further cleanup <machine/cpu.h> and <machine/md_var.h>: move the MIMarcel Moolenaar2003-08-162-3/+3
* Expand inline the relevant parts of src/COPYRIGHT for Matt Dillon'sWarner Losh2003-08-121-2/+24
* - Since td_critnest is now initialized in MI code, it doesn't have to beJohn Baldwin2003-08-041-2/+0
* Deal with 'options KSTACK_PAGES' being a global option.Peter Wemm2003-07-311-0/+2
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edMaxime Henrion2003-07-271-0/+1
* Avoid exposing declarations for kernel variables to userland.Jake Burkholder2003-07-171-0/+4
* change CLASS depending upon __ELF_WORD_SIZE. This is necessary ifJohn-Mark Gurney2003-07-161-1/+5
* add support for interrupt counting on sparc64. This copies part of theJohn-Mark Gurney2003-07-162-0/+12
* Lock down the IOMMU bus_dma implementation to make it safe to useThomas Moestl2003-07-103-35/+55
* Mega busdma API commit.Scott Long2003-07-011-1/+18
* Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCIThomas Moestl2003-07-011-1/+26
* add support for peeking at pci busses on UltraSparc systems. This preventsJohn-Mark Gurney2003-06-222-0/+36
* Further cleanup of the sparc64 busdma implementation:Thomas Moestl2003-06-183-172/+52
* Migrate the thread stack management functions from the machine-dependentAlan Cox2003-06-141-2/+1
* Remove the psycho and sbus iommu function stubs, and put the pointerThomas Moestl2003-06-111-18/+13
* - Declare sparc64_memreg and sparc64_nmemreg in machine/ofw_mem.h.Jake Burkholder2003-06-071-0/+3
* BKPT_INST is supposed to be a breakpoint, not 0.Jake Burkholder2003-06-071-1/+1
* Fix interrupt assignment for non-builtin PCI devices on e450s.Thomas Moestl2003-05-301-2/+2
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.Hiten Pandya2003-05-301-2/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though theScott Long2003-05-271-2/+4
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.Scott Long2003-05-262-34/+0
* sys/sys/limits.h:Alexander Kabaev2003-05-192-3/+3
* Style fixes.Alexander Kabaev2003-05-041-8/+11
* Slight reorg and added AMD64 support. A couple of the MODINFOMD_* valuesPeter Wemm2003-05-011-6/+0
* Allow fast instruction and data access mmu miss traps to be handled byJake Burkholder2003-04-292-7/+9