summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-12-21'immediatly' -> 'immediately' in comments.Kenneth R Westerback
2006-12-18Add support for pci-based sti devices. ok mickey@Miod Vallat
2006-12-18delete extra gooTheo de Raadt
2006-12-18Format dmesg line according to our rules and make sure the firmware idMarc Balmer
2006-12-17Remove unnecessary <dev/wscons/wscons_raster.h> inclusion.Miod Vallat
2006-12-17mbg(4), a driver for Meinberg Funkuhren time signal station receiversMarc Balmer
2006-12-17add a little spacing here, to please mglockerMarc Balmer
2006-12-17regen.Marc Balmer
2006-12-17Add Meinberg Funkuhren GmbHMarc Balmer
2006-12-17Add/modify some comments. From Brad.Kenneth R Westerback
2006-12-16Enable RAM buffer for the second port too; makes dual port cards work soMark Kettenis
2006-12-16Process status descriptors for port B. Fix two typos while I'm there.Mark Kettenis
2006-12-15Process status descriptors that have SK_Y2_STOPC_OWN bit set instead ofMark Kettenis
2006-12-15regenMark Kettenis
2006-12-15Add e few entries found on a HP DL585 G2.Mark Kettenis
2006-12-14Make pci subsystem aware of domains. Each host bridge gets assigned a uniqueMark Kettenis
2006-12-14remove an ugly macro that made claudio sad. luckily it wasnt being used.David Gwynne
2006-12-12regenMichael Knudsen
2006-12-12Clarifying a few pcidevs entry names based on names foundMichael Knudsen
2006-12-12ignore bars which are 0; ok kettenisTheo de Raadt
2006-12-12small cleanup after feng shuiDavid Gwynne
2006-12-12after allocating the ahci_port bits, stash it in the softc rather thanDavid Gwynne
2006-12-12feng shuiDavid Gwynne
2006-12-12for each port the controller says is hooked up, go and allocate ourDavid Gwynne
2006-12-12start implementing the bits that allocate the per port structures and theirDavid Gwynne
2006-12-12remember our dma tag. be able to do dma is like, really cool. man.David Gwynne
2006-12-12add functions to get and put ccbs out of each ports command free list.David Gwynne
2006-12-12add wrappers for reading and writing a ports registers called ahci_pread,David Gwynne
2006-12-12introduce the command control blocks, and the concept that they are managedDavid Gwynne
2006-12-12stash the number of commands each port can do in the softcDavid Gwynne
2006-12-11use oct bits consistently in the format string for %b. pointed out byDavid Gwynne
2006-12-11On i386, swizzle interrupts for devices for which we don't have explicitMark Kettenis
2006-12-11do not bus_space_map devices which are at address 0; ok kettenisTheo de Raadt
2006-12-11oops, we want to return when everything goes well in ahci_attach, ratherDavid Gwynne
2006-12-11remove the argument to all the port registers that say which port you wantDavid Gwynne
2006-12-11dont stash the implemented ports map, im going to use a differentDavid Gwynne
2006-12-11define the command structs used by the ports.David Gwynne
2006-12-11pull the wrapper for allocations of dma mem with a single segment in fromDavid Gwynne
2006-12-11oops, too far for the match/attach funcsDavid Gwynne
2006-12-11give the function prototypes a bit more room for the return type.David Gwynne
2006-12-11Only disarm the watchdog if we really want to, not before each re-trigger.Marc Balmer
2006-12-11Shorten the code, but no functional changes.Marc Balmer
2006-12-11per port register definitionsDavid Gwynne
2006-12-11fix %b format string now that deraadt fixed printfDavid Gwynne
2006-12-11stash the field showing which ports are hooked up, and dump it if verboseDavid Gwynne
2006-12-11if ahci debug and verbose output is enabled, then dump the cap register.David Gwynne
2006-12-10regenDimitry Andric
2006-12-10Add ATI RS200M AGP.Dimitry Andric
2006-12-09sigh, split the bus space mapping and interrupt hookup apart so i canDavid Gwynne
2006-12-09reset the hba and set the enable bit.David Gwynne