summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2000-07-23* Add entries for older Yamaha YMF chips (724, 740) plus thejonathan
2000-07-23* Add entries for older Yamaha YMF chips (724, 740) plus thejonathan
2000-07-20Regen.ad
2000-07-20Add what is apparently ESS's old vendor ID and corresponding product ID forad
2000-07-20Make it compile when PCIIDE_AMD756_ENABLEDMA is defined. From kern/10555bouyer
2000-07-19Add MIDI support. From Tatoku Ogaito.augustss
2000-07-18add "#define PCI_INTERRUPT_PIN_MAX 0x04"soda
2000-07-17Don't make assumptions of the actual value of PCI_PMCSR_STATE_D0.tron
2000-07-17Don't clobber bits from 2 to 31 when trying to change the power state.tron
2000-07-16If card is in power state D3 put it into power state D0 so that it willtron
2000-07-15Fix uninitialized variable (reg) in fxp_pci_confreg_restore();jhawk
2000-07-15Avoid printing duplicate colon when card is waked up.tron
2000-07-15Un-__P'ify kernel prototypes.tron
2000-07-15Improve kernel message when card is in power state D3. Instead of...tron
2000-07-14Check if card was put into sleep mode using PCI/ACPI power managementtron
2000-07-10Regen.ad
2000-07-10Add ICP Vortex RAID controllers.ad
2000-07-09Clarify that the RX5C47X requires writes to the PCI_LEGACY tojhawk
2000-07-09Move legacy pcic-mode disabling code from pccbb_chipinit() tojhawk
2000-07-09Recognize the i82559ER.mycroft
2000-07-09Regen.mycroft
2000-07-09Add ID for i82559ER.mycroft
2000-07-08regenmrg
2000-07-08add microSPARC IIep PCI controllermrg
2000-07-07Use the CMD PCI0648/9 IRQ ACK code for the 0646 too, makes the 0646 worksbouyer
2000-07-06Work around a bug in AMD756 rev D2, from patches provided by David Sainty:bouyer
2000-07-05Use new isp_handle_index function. Redo how firmware is checked formjacob
2000-07-05Back out previous, it has to be done in a different way.bouyer
2000-07-05Apply patch from David Sainty <David.Sainty@optimation.co.nz>:bouyer
2000-07-05HPT: use pciide_channels[i] not pciide_channels[0]. My HPT370 now probesbouyer
2000-07-04Match with promise ultra100/ata contoller. I haven't actually test thisenami
2000-07-04Regen.enami
2000-07-04Add device ID of promise ultra100/ata controller.enami
2000-07-03Regen.gmcgarry
2000-07-03Devices found in NEC Versa Note VXgmcgarry
2000-07-01re-add README that got lost in 2.12-to-2.14 merge.wiz
2000-07-01remove unnecessary #ifdef __NetBSD__'s in #ifdef __FreeBSD__;wiz
2000-07-01resolve conflicts.wiz
2000-07-01Import release 2.14 of the bktr driver. Changes: mostly integrationwiz
2000-06-30Move the include of <vm/vm.h> into the ifndef __NetBSD__ part.veego
2000-06-30need uvm_extern.h for a function definitionmjacob
2000-06-28Don't check for a BAR address past PCI_MAPREG_END; some devicesthorpej
2000-06-28remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>mrg
2000-06-27Add special IRQ handler for CMD PCI0648 and PCI0649 taken from thetron
2000-06-27Revert some of the previous mmap() changes that were in "#ifdef FreeBSD"simonb
2000-06-26remove redundant vm includesmrg
2000-06-26remove/move more mach vm header files:mrg
2000-06-26Add support for the CMD PCI0648 and PCI0649 IDE controllers.bouyer
2000-06-26Correct 80 pin handling for promise Ultra/66: when the bit is setbouyer
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb