summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
1998-09-21Add softserial to the alpha port. This significantly improved PPPmatt
1998-09-20Add definitions for the maximum allowable `whami' procssor ID and thethorpej
1998-09-14Need 83 longs for a jmp_buf now.thorpej
1998-09-13Make signal delivery work again.thorpej
1998-08-30don't define __BUS_SPACE_COMPAT_OLDDEFS by default. As stated incgd
1998-08-14vm_offset_t -> {paddr_t,vaddr_t}, vm_size_t -> vsize_tthorpej
1998-08-14Change the "vm_offset_t"s to "u_long"s for now; eventually, we can makethorpej
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-08-06_POSIX_SOURCE -> _POSIX_C_SOURCEkleink
1998-08-01Remove some lint.thorpej
1998-08-01Implement alpha_shared_intr_disestablish(). Simply removes the handlerthorpej
1998-07-31(Always) (practice) (safe) (macro expansion).mycroft
1998-07-31Provide a hook for bypassing space accounting, needed to support ISA PnPthorpej
1998-07-27Delint.mycroft
1998-07-24Provide PMAP_{,UN}MAP_POOLPAGE().thorpej
1998-07-18Switching dev/ic/lpt.c to use spllpt() instead of spltty(). It doesn't useis
1998-07-13Kill the old extern mchkinfo pointer and prototype cpu_mchkinfo().ross
1998-07-08stale beer- place structure in right filemjacob
1998-07-08Define a macro that returns the mask of PALcode PTE bits that we carethorpej
1998-07-08Define a shorthand macro that represents the mask of PTE bits that thethorpej
1998-07-08Cosmetic change.thorpej
1998-07-08Define one page free list, and put all pages on it.thorpej
1998-07-08Add machine check type definitions. Structure the expected/receivedmjacob
1998-07-08common logout structure definitions, or a start thereofmjacob
1998-07-07On second thought, call that like the rest of the shared intr functions.thorpej
1998-07-07Define a macro to test if a shared interrupt should be disabled afterthorpej
1998-06-27Take a stab at EB66 support. An EB66 is basically an EB64+ with athorpej
1998-06-26Note ST_DEC_1000 as PCI/EISA.ross
1998-06-26Add AlphaServer 1000 interrupts.ross
1998-06-24Identify ST_DEC_1000A as PCI/EISA.ross
1998-06-24Add dec_1000a interrupts.ross
1998-06-14GC the unused `physadr' type, which was not able to hold a complete physicalkleink
1998-06-12Rework the way kernel include files are installed. In the new method,cgd
1998-06-11Define a macro to test PG_EXEC.thorpej
1998-06-11Define a software PTE bit to track VM_PROT_EXEC.thorpej
1998-06-08Add debugging support to the bus_space macros. If BUS_SPACE_DEBUG (or DEBUG)thorpej
1998-06-06Clean up a little, and add a `powerdown' hook in the platform structure.thorpej
1998-06-05Add system variation for Miata 1.5.thorpej
1998-06-05Support for the Digital Personal Workstation [456]xx, a.k.a. Miata (systypethorpej
1998-06-03Define a bunch more system variations.thorpej
1998-06-03Allow the DMA tag to specify a boundary contraint. If the device has athorpej
1998-05-25If any of _ANSI_SOURCE, _POSIX_C_SOURCE or _XOPEN_SOURCE are defined, don'tkleink
1998-05-25Add "SCSIID" and "SCSIFAST" environment variables present on thethorpej
1998-05-20Add fine-grained locking, using a locking protocol modeled after the i386thorpej
1998-05-19Argh, finish renaming Lev1map to kernel_lev1map.thorpej
1998-05-19Make PT page reference counting more generic so it can be used for otherthorpej
1998-05-19The Alpha architecture has a variable page size; don't hardwire thethorpej
1998-05-19Make the page attribute manifest constant names have similar form tothorpej
1998-05-19Keep track of page usage inside the pmap (pvent, l{1,2,3}pt page, "normal").thorpej
1998-05-14Garbage-collect the old confargs stuff that was used in the Early Days.thorpej