summaryrefslogtreecommitdiffstats
path: root/sys/arch/macppc/dev/wdc_obio.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-2/+2
* Refactor queue allocation and initialization into a wdc_alloc_queue()matthew2011-05-091-5/+4
* s/wdcactivate/config_activate_children/deraadt2010-08-291-2/+2
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Be more strict in the probe routines and actually check ca_nintr andmiod2006-06-191-2/+5
* Fix LBA48 access for ServerWorks SATA.kettenis2006-02-101-1/+2
* Allow proper detaching of wdc, so that detaching a mediabay device properlymiod2006-01-131-13/+44
* Move declaration of default _vtbl members (wdc_default_*) togrange2004-10-171-9/+1
* Use device name, not constant string, ok deraadt@drahn2004-08-171-2/+2
* Remove pointless printfs.drahn2004-03-171-7/+1
* Little sync dmesg output with pciide.grange2004-01-111-2/+2
* More ansi/knf missed the first time around.drahn2003-10-261-15/+10
* Oops, I'm on drugs. Revert and blame gremlins for the state of my tree.miod2003-10-261-3/+3
* Unbrek after recent wdc changes.miod2003-10-261-3/+3
* ANSI/KNF now that conflict has been resolved.drahn2003-10-181-48/+24
* Merge an old fix from NetBSD:grange2003-10-171-4/+4
* The last parameter to _dma_init for wdc code is flags, not read,drahn2003-07-191-5/+6
* Get rid of the '#if 1' nonsense.drahn2003-06-111-24/+1
* Previously DMA/UDMA was disabled on macppc RAMDISK kernels, I have notdrahn2003-06-111-5/+3
* Fix a copied constant, mention why a number doesnt match linux, removedrahn2003-06-061-4/+3
* Cleanup and enable kauaiata DMA. Tables should be mostly sanedrahn2003-06-051-35/+32
* ATA100 driver for apple's new machines, aka kauai.drahn2003-06-051-2/+143
* backout prematurederaadt2002-09-151-11/+11
* KNFderaadt2002-09-151-11/+11
* On the wdc_obio controller if one device is UDMA capable and one is not,drahn2002-03-261-3/+14
* First round of __P removal in sysmillert2002-03-141-18/+18
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* reimplement dbdma such that it does memory allocationsmickey2001-09-151-110/+217
* correct files for the powerpc/mac/ -> macppc/dev which did not getdrahn2001-09-011-2/+2
* The "powerpc" port which has supported the newer Apple Macintosh powerpc baseddrahn2001-09-011-0/+408