aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Move several MI types from <machine/_types.h> to <sys/_types.h>.Mike Barcroft2002-08-231-37/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-216-182/+157
* In order to better support flexible and extensible access control,Robert Watson2002-08-152-2/+2
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoleteAlan Cox2002-08-071-0/+1
* o Don't set PG_MAPPED or PG_WRITEABLE when a page is mappedAlan Cox2002-08-053-21/+6
* Fix the link to the HandbookMarc Fonvieille2002-08-011-1/+1
* Create a new header <machine/_stdint.h> for storing MD parts ofMike Barcroft2002-07-294-231/+171
* de-count pciPeter Wemm2002-07-231-1/+1
* No more NO_WERROR for the kernel. It's still possible though, butPeter Wemm2002-07-221-1/+1
* Add explicit unit count on 'device pci' for ahc/ahdPeter Wemm2002-07-211-1/+1
* Infrastructure tweaks to allow having both an Elf32 and an Elf64 executablePeter Wemm2002-07-201-1/+39
* Remove the statically allocated array that holds OpenFirmware memory mappingsBenno Rice2002-07-183-12/+24
* Various comment and minor style fixes. No actual content changes.John Baldwin2002-07-161-2/+3
* Add additional cred_free_thread() calls that I had missed the first time.Jonathan Mini2002-07-132-0/+6
* Set the thread state of the newly chosen to run thread to TDS_RUNNING inJohn Baldwin2002-07-124-8/+0
* Remove label_t and physadr, which seem to have never been used inMike Barcroft2002-07-101-10/+0
* Add setjmp (needed for DDB).Benno Rice2002-07-102-37/+114
* Add DDB support.Benno Rice2002-07-108-4/+1823
* - Make sure we don't trample our metadata pointer in our initial bootstrap.Benno Rice2002-07-105-6/+84
* Metadata definitions.Benno Rice2002-07-101-0/+42
* Remove some diagnostic code that snuck in.Benno Rice2002-07-102-12/+0
* Remove some dead code.Benno Rice2002-07-101-30/+0
* Remove some unused includes.Benno Rice2002-07-102-3/+0
* Bring this in line with what I'm using.Benno Rice2002-07-091-2/+15
* Add an implementation for pmap_zero_page_area.Benno Rice2002-07-093-3/+72
* Add the OF_getetheraddr function required by if_gem.Benno Rice2002-07-093-0/+59
* Tidy up trap vector and external interrupt setup.Benno Rice2002-07-092-66/+16
* Driver for the Apple UniNorth Host-PCI bridge.Benno Rice2002-07-092-0/+546
* OpenFirmware PCI support code.Benno Rice2002-07-092-0/+273
* Changes for KSE3.Benno Rice2002-07-097-0/+158
* Add this file, which I forgot in a previous commit.Benno Rice2002-07-091-0/+34
* 1) Add busdma machdep code.Benno Rice2002-07-094-230/+547
* Driver for OpenPIC compatible interrupt controllers.Benno Rice2002-07-093-27/+547
* - Add the "compatible" property to the list that we keep in ivars.Benno Rice2002-07-093-46/+394
* Add interrupt handling support code.Benno Rice2002-07-093-0/+393
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'sMike Barcroft2002-07-081-5/+0
* Add a special page zero entry point intended to be called via the singlePeter Wemm2002-07-083-0/+33
* Collect all the (now equivalent) pmap_new_proc/pmap_dispose_proc/Peter Wemm2002-07-073-219/+0
* Update for post-kse3 pmap kthread allocation changesPeter Wemm2002-07-073-45/+27
* Since printf(3) now supports the `j' conversion specifier, use thatMike Barcroft2002-06-301-11/+11
* Add an inline to call eieio.Benno Rice2002-06-291-0/+7
* We don't need to clear RI in the MSR when entering a critical section.Benno Rice2002-06-291-1/+1
* in_cksum et al.Benno Rice2002-06-292-0/+330
* Implement vtophys()Benno Rice2002-06-291-0/+2
* Add pmap_mapdev and pmap_unmapdev.Benno Rice2002-06-294-0/+131
* - Initialise battable to cover I/O spaces.Benno Rice2002-06-293-60/+168
* To quote Peter:Benno Rice2002-06-294-31/+46
* mempcy/bcopy handles overlapping copies so make ovbcopy call it.Benno Rice2002-06-291-0/+7
* Add BOOTP_NFSROOT support code.Benno Rice2002-06-291-0/+17
* - Use tmpstk exclusively in the init path.Benno Rice2002-06-293-558/+0