aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/psim
Commit message (Expand)AuthorAgeFilesLines
* Convert PowerPC AIM PCI and nexus busses to standard OFW bus interface. ThisNathan Whitehorn2008-10-142-4/+3
* Set sc_psim so that the openpic core can correct the off-by-oneMarcel Moolenaar2008-04-031-0/+5
* Add support for the BUS_CONFIG_INTR() method to the platform and toMarcel Moolenaar2008-03-071-0/+1
* Add PIC support for IPIs. When registering an interrupt handler,Marcel Moolenaar2008-02-121-0/+1
* Apply missing s/rv/res/g in previous commit.Marcel Moolenaar2007-12-211-1/+1
* MFamd64/ia64/i386: Only set the rman bus tags and handles inJohn Baldwin2007-12-201-2/+1
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar2007-12-191-6/+3
* Revamp the interrupt handling in support of INTR_FILTER. This includes:Marcel Moolenaar2007-08-111-128/+14
* Turn this into an uart(4) bus attachment.Marcel Moolenaar2006-07-261-40/+19
* Repocopy from: src/sys/powerpc/psim/sio_iobus.cMarcel Moolenaar2006-07-261-108/+0
* Set the rid for any resource obtained from rman_resource_reserve.Warner Losh2006-04-201-0/+1
* ata_generic_hw takes a dev as a parameter, not a channel.Peter Grehan2005-11-111-1/+1
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-2/+0
* Unbreak the powerpc build by fixing some ATA constants that were renamed.Suleiman Souhlal2005-04-121-3/+3
* Introduce channel-level setmode newbus method.Peter Grehan2005-04-011-0/+13
* Catch up with ATA-mkIIIPeter Grehan2005-03-311-17/+2
* Long overdue sync-up with ATA codePeter Grehan2005-03-151-1/+3
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-076-6/+6
* - Use the rman_get_* functions instead of reaching into struct resource.Marius Strobl2004-08-112-2/+0
* Catch up with __RMAN_RESOURCE_VISIBLE changePeter Grehan2004-07-012-0/+9
* Move soft structs back to C files to avoid exposing rman fieldsPeter Grehan2004-07-011-7/+0
* Catchup to now-required <sys/module.h> for PowerPCPeter Grehan2004-06-252-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-1/+1
* - fixed trailing whitespace and indentationPeter Grehan2004-02-111-11/+10
* - add a description of what .gdbinit should contain.Peter Grehan2004-02-041-9/+25
* Catch up with ATA UMA changesPeter Grehan2004-01-151-0/+1
* Make the OpenPic driver bus-independent, with attachments forPeter Grehan2004-01-131-0/+219
* Catch up with ATA changes by including <sys/sema.h>Peter Grehan2004-01-131-0/+1
* ATAng requires <sys/taskqueue.h>Peter Grehan2003-09-221-0/+1
* Remove reference to ata resource in print_child.Peter Grehan2003-04-181-1/+0
* Remove sparse address hack.Peter Grehan2003-04-181-2/+0
* Catch up with ATAng changesPeter Grehan2003-02-241-8/+9
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* Removed unnecessary includes and brought up to date with ataPeter Grehan2003-01-181-4/+15
* Support files and a h/w tree description for the PSIM ppc simulatorPeter Grehan2002-09-196-0/+1018