summaryrefslogtreecommitdiff
path: root/sys/arch/walnut
AgeCommit message (Expand)Author
2001-12-09Fix a couple of rcsids.atatat
2001-11-28Add a "cacheline_size" argument to pci_configure_bus(). It is usedthorpej
2001-11-26Rename NOCACHE -> PPC_4XX_NOCACHE to avoid conflict with the nameithorpej
2001-11-20cleanup:lukem
2001-11-20- pull in opt_kgdb.h where necessarylukem
2001-11-15MAXSLP is defined to be a machine-independent scheduling parameter,soren
2001-11-13The wsmux pseudo device does not need a count anymore.augustss
2001-11-09Add a "firstbus" argument to pci_configure_bus(), indicating thethorpej
2001-11-08Overhaul the interrupt system to use hardware interrupts directly.eeh
2001-11-06Calculate the hardware interrupt to irq mapping array and irq mask fromsimonb
2001-10-31Split elf32 vs. elf64 handling in loadfile(), including support forthorpej
2001-10-29pci_conf_interrupt() takes bus/dev/pin, not bus/dev/func.thorpej
2001-10-29G/C unused enable_intr and disable_intr functions. Fix a whitespace nit.simonb
2001-10-29Whitespace nit.simonb
2001-10-29Use wrteei to enable interrupts.simonb
2001-10-29Use the Walnut FPGA register offsets instead if the i8042 offsets forsimonb
2001-10-29If a pckbc is configured in, configure the FPGA so that separatesimonb
2001-10-29Set up irq16 (FPGA interrupt) and irq17 (SMI interrupt) for the keyboardsimonb
2001-10-29Expose (and augment) the FPGA registers, and add the static RAM addresssimonb
2001-10-18Implement bus_space_mmap().eeh
2001-09-17Fix typo...reinoud
2001-08-29Add adwbriggs
2001-08-28Enable some additional useful options like NFS_SERVER and RAID.eeh
2001-08-28Stop pci_configure_bus() from mapping PCI expansion ROMs. Fixes problemssimonb
2001-08-26Use the common Makefile.powerpc.simonb
2001-08-26Make all powerpc ports use a common Makefile.powerpc (except walnut)matt
2001-08-24use pmap_k* for buffer cache pages.chs
2001-07-22bcopy -> memcpy, bzero -> memsetwiz
2001-07-19Add BUS_DMA_READ and BUS_DMA_WRITE flags, that hint the back-endthorpej
2001-07-08Standardise TCP_COMPAT_42 as commented out, grouped with other COMPAT options,abs
2001-06-24Move on-chip 405GP devices to powerpc/ibm4xx/dev.simonb
2001-06-24Update some includes, note that there can be more than one emac on somesimonb
2001-06-24ibm405gp.h also includes emac register definitions, remove them from here.simonb
2001-06-24Use 405GP PVR value from ibm405gp.h, not a local #define.simonb
2001-06-24Update for walnut.h/ibm405gp.h changes.simonb
2001-06-24Move 405GP registers, addresses and other info to ibm405gp.h. Leave onlysimonb
2001-06-24Comment out de* and uncomment the TLP_MATCH_* options.simonb
2001-06-22Use a few more header defines instead of magic numbers.simonb
2001-06-22White space nit.simonb
2001-06-22Use register names from <machine/walnut.h> and not magic numbers.simonb
2001-06-22Make this work without DDB configured in.simonb
2001-06-13Add a port to IBM's PPC405GP Reference Board (the "walnut")simonb