summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-11-29Add another ID to match for the 88W8310 chip.Marcus Glocker
2006-11-29oops, i missed a closing brace with the scsibus_attach_args fixup.David Gwynne
2006-11-29Oh, scsi layer already has timeout stuff for us.Alexander Yurchenko
2006-11-29oops, i missed ips when giving scsibus an attach args for drivers to fillDavid Gwynne
2006-11-28give scsi controllers a real attach args to fill in when attaching scsibus.David Gwynne
2006-11-28I just don't know why I decided to set block count to 512 unconditionalyAlexander Yurchenko
2006-11-28regenRobert Nagy
2006-11-28add IDs for SiS550/1/2 audio and SiS530/1/2 vgaRobert Nagy
2006-11-28move printing of the interrupt string into re_attach().Brad Smith
2006-11-28Better debug messages.Alexander Yurchenko
2006-11-28Try to detect stalled xfers with timeouts.Alexander Yurchenko
2006-11-28acpi may steal power management functionality, in which case weMark Kettenis
2006-11-28The default debug level is ``error'' for now.Alexander Yurchenko
2006-11-28Keep free ccbs in a queue.Alexander Yurchenko
2006-11-28Add some debug facility.Alexander Yurchenko
2006-11-28Pre-allocate the TX DMA maps intead of creating and destroying a DMA mapBrad Smith
2006-11-28- ixgb_dma_alloc(): Uncomment the line setting the DMA tag to NUL upon failure.Brad Smith
2006-11-28style changes and cleaning. no op.Brad Smith
2006-11-28Pretend to implement SCSI SYNCHRONIZE_CACHE command.Alexander Yurchenko
2006-11-27Replace DMA operations with something less ugly. Still a lot of work remains.Alexander Yurchenko
2006-11-27regenJonathan Gray
2006-11-27Add some Agere Ethernet ids.Jonathan Gray
2006-11-27commit vesabios for matthieu@Gordon Willem Klok
2006-11-27Properly enable enterrupts. Now I finally can newfs the whole drive.Alexander Yurchenko
2006-11-27IBM ServeRAID controllers driver.Alexander Yurchenko
2006-11-26avoid extra inclusions; ok jsgTheo de Raadt
2006-11-26revert the Jumbo diff that was commited as part of a wireles drivers commit.Brad Smith
2006-11-26regen again. :)Dimitry Andric
2006-11-26regenDimitry Andric
2006-11-26Add some Intel 946, 963 and 965 entries.Dimitry Andric
2006-11-26Make sure AGP debug printfs actually compile.Dimitry Andric
2006-11-26commented out entry for the BCM5709.Brad Smith
2006-11-26do not have each net80211 driver define its own rates structures. if they useTheo de Raadt
2006-11-25use pci_matchbyid() here, too.Marc Balmer
2006-11-25Convert pwdog(4) over to using pci_matchbyid().Marc Balmer
2006-11-25The PWDOG1 card can be jumpered to work I/O or memory mapped. DetectMarc Balmer
2006-11-25ANSIBrad Smith
2006-11-25committ these atfter generating them, reminded by deraadt.Marc Balmer
2006-11-25Add support for the Quancom PWDOG1 watchdog timer card.Marc Balmer
2006-11-25remove some sk(4) specific media handling code.Brad Smith
2006-11-25Split the GEM registers into two halfs and provide a bus_space_handle_tBrad Smith
2006-11-24regenBrad Smith
2006-11-24add the Broadcom BCM5709 PCI id.Brad Smith
2006-11-23Do not attach second port on dual port cards for now.Mark Kettenis
2006-11-23Set some more power management bits; makes Yukon-2 XL work somewhat.Mark Kettenis
2006-11-23OpenBSD-ify the HW VLAN tag insertion code.Brad Smith
2006-11-22add the BCM4312 PCI id.Brad Smith
2006-11-22Some more minor cleanup in the PCI hookup.Marcus Glocker
2006-11-21fix dmesg printing for the artisea chipset.Brad Smith