aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/psim/ata_iobus.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc psim: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-4/+1
* ata: Remove ata_devclass from DRIVER_MODULE invocations.John Baldwin2022-05-061-1/+1
* powerpc: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-5/+0
* sys/powerpc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+4
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedMarius Strobl2013-04-061-7/+8
* Unbreak build.Nathan Whitehorn2009-12-061-1/+1
* MFp4:Alexander Motin2009-12-061-6/+4
* Move from using devclass_find_free_unit(ata_devclass, 0) to -1 for theWarner Losh2009-06-101-3/+1
* ata_generic_hw takes a dev as a parameter, not a channel.Peter Grehan2005-11-111-1/+1
* 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-071-1/+1
* - fixed trailing whitespace and indentationPeter Grehan2004-02-111-11/+10
* Catch up with ATA UMA changesPeter Grehan2004-01-151-0/+1
* 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
* Catch up with ATAng changesPeter Grehan2003-02-241-8/+9
* 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-191-0/+244