summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.sun4v
Commit message (Collapse)AuthorAgeFilesLines
* Don't built the unused counter-timer abstraction.marius2008-05-021-1/+0
| | | | MFC after: 3 days
* Remove the MD isa_irq_pending() and the underlying PCI-specificmarius2008-04-261-1/+0
| | | | | | | | | infrastructure. Its only consumer ever was sio(4) and thus was unused on sparc64 since removing the last traces of sio(4) in sparc64 configuration files in favor for uart(4) over three years ago. If similar functionality is required again it should be brought back as an MD intr_pending() which works for all busses by using for example interrupt controller hooks.
* Break out stack(9) from ddb(4):rwatson2007-12-021-0/+1
| | | | | | | | | | | | | | | | | | | | - Introduce per-architecture stack_machdep.c to hold stack_save(9). - Introduce per-architecture machine/stack.h to capture any common definitions required between db_trace.c and stack_machdep.c. - Add new kernel option "options STACK"; we will build in stack(9) if it is defined, or also if "options DDB" is defined to provide compatibility with existing users of stack(9). Add new stack_save_td(9) function, which allows the capture of a stacktrace of another thread rather than the current thread, which the existing stack_save(9) was limited to. It requires that the thread be neither swapped out nor running, which is the responsibility of the consumer to enforce. Update stack(9) man page. Build tested: amd64, arm, i386, ia64, powerpc, sparc64, sun4v Runtime tested: amd64 (rwatson), arm (cognet), i386 (rwatson)
* Align.obrien2007-10-251-13/+13
|
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-3/+2
| | | | | | | | option is now deprecated, as well as the KAME IPsec code. What was FAST_IPSEC is now IPSEC. Approved by: re Sponsored by: Secure Computing
* - Move ofw_pci_alloc_busno() to the ofw_pci KOBJ interface,marius2007-06-181-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | allowing the driver for the host-PCI-bridge to indicate that reenumeration of the PCI busses isn't supported by returning -1 instead of a valid PCI bus number. This is needed in order support both Tomatillo, which don't support reenumeration and thus are apparently intended to be used for independently numbered PCI domains only, and Psycho bridges, whose busses need to be reenumerated on at least some E450, without the #ifndef currently used for sun4v in order to support multiple independently PCI domains. The actual allocation/incrementation of the PCI bus numbers is now done in psycho(4), though it no longer establish a mapping between bus numbers and device nodes like ofw_pci_alloc_busno() did as that functionality wasn't used (but can easily brought back if really needed). The now no longer used sys/sparc64/pci/ofw_pci.c is also removed from sys/conf/files.sun4v as ofw_pci_alloc_busno() wasn't used there in the first place. - In ofw_pci_default_{adjust_busrange,intr_pending}() sanity check that the device has a parent before passing it on. - Make psycho_softcs static to sys/sparc64/pci/psycho.c as it's not used outside of that module. - In sys/sparc64/pci/ofw_pcib_subr.c remove the superfluous inclusion of opt_global.h and correct the debug output for adjusting the subordinate bus number.
* Use default options for default partitioning schemes, rather thanmarcel2007-06-111-4/+0
| | | | | | | | making the relevant files standard. This avoids duplication and makes it easier to override/disable unwanted schemes. Since ARM doesn't have a DEFAULTS configuration file, leave the source files for the BSD and MBR partitioning schemes in files.arm for now.
* build new mdesc filekmacy2006-12-181-1/+3
|
* move CDDL licensed machine description support routine files to cddl directorykmacy2006-11-241-9/+9
| | | | update files.sun4v accordingly
* Remove two more duplicated fileskmacy2006-11-181-2/+2
| | | | Reviewed by: jb (mentor is rwatson)
* remove 13 (largely) redundant files and switch to the sparc64/sparc64 versionkmacy2006-11-181-14/+12
| | | | Reviewed by: jb (mentor rwatson)
* Add time-of-day support to sun4vkmacy2006-11-131-0/+1
|
* The NETSMBCRYPTO option has long gone.ru2006-11-081-1/+1
|
* kernel clean up to make the sun4v kernel buildkmacy2006-10-091-6/+0
| | | | | Reviewed by: jmg Approved by: rwatson (mentor)
* placate Grim Reaper with sun4v supportkmacy2006-10-051-0/+115
OpenPOWER on IntegriCloud