summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2003-02-14Let UBSEC_DEBUG compile; based on diff from sam at errno dot comJason Wright
(also nuke the last vtophys so it'll even work on sparc64)
2003-02-13proper free order; from sturm@Michael Shalayeff
2003-02-13Final part of NVIDIA nForce/nForce2 IDE support:Alexander Yurchenko
- registers definitions - timing values setup - cable detection Partially from Linux, FreeBSD and AMD specs. Many thanks to Johan Lindman <tybollt@solace.mh.se> for providing access to the testing machine. ok gluk@
2003-02-13Add cable detection for AMD chips, directly from AMD specs.Alexander Yurchenko
Tested by todd@; ok gluk@
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-10Try to fetch MAC address from ebus bridge; based on NetBSDJason Wright
2003-02-09Must set BCR0/BCR1 since they can override the RXCFG/TXCFG registers; from ↵Jason Wright
freebsd via openbsd pr 3086 (thom at press dot alt-f4 dot org)
2003-02-08definitions and structures for vital product data (VPD); from netbsdJason Wright
2003-02-08syncTheo de Raadt
2003-02-08typoTheo de Raadt
2003-02-06syncTheo de Raadt
2003-02-06minor tweaks; raj@cerias.purdue.eduTheo de Raadt
2003-02-05regenMichael Shalayeff
2003-02-05compaq pci hot plug controllerMichael Shalayeff
2003-02-05syncJason Wright
2003-02-05add cavium and nitrox xlJason Wright
2003-02-04regenMichael Shalayeff
2003-02-04TSB43AB21 FireWireMichael Shalayeff
2003-02-03syncJason Wright
2003-02-03lanergy appian pci lite; peter.galbavy at knowtion.netJason Wright
2003-01-31These cards just don't master... don't bother trying to enable it.Jason Wright
2003-01-30Many Ultra 5s likes to hang when starting. The last thing on the consoleHenric Jungheim
is: "pcons at mainbus0 not configured". The problem is that the IDE chip asserts a PCI interrupt line even while the registers on the chip claim that it is not. Doing a channel reset helps, but is almost certainly only a work-around for the real problem. Several other work-arounds have been suggested, but this one has had the most testing. Many have looked and helped (notably grange@). Thanks. ok jason@
2003-01-26regenMichael Shalayeff
2003-01-26a bunch of devices used in hp machinesMichael Shalayeff
2003-01-21fix cut and paste piece in dma programming, caused jumpieness in animation; ↵Michael Shalayeff
good diagnose by Kamil Andrusz <wizz@mniam.net>
2003-01-21do not need explicit match on intel; from alexander.guy@andern.orgMichael Shalayeff
2003-01-20syncTheo de Raadt
2003-01-20the real liar is Tony Pierce <tonypi@pcisig.com>. he says this is a ↵Theo de Raadt
"misunderstanding". how far can one get from the truth
2003-01-17syncTheo de Raadt
2003-01-17typoTheo de Raadt
2003-01-1780-pin -> 80-wire in debug output; requested by chris@Alexander Yurchenko
2003-01-16recognize the Hauppauge wintv-fm #191; from wolfgang@wsrcc.comMichael Shalayeff
2003-01-16syncTheo de Raadt
2003-01-16fuckheadsTheo de Raadt
2003-01-16Missing breakAlexander Yurchenko
2003-01-16- add two inline functions for accessing chip configuration spaceAlexander Yurchenko
through the index and data registers - proper registers and bits names - more debug in cable detection - back the code for checking interrupt asserting in case of shared IRQ, it seems to solve the problem with repeatable ``bugus intr'' messages in PDC20376 (one more step to get it working); based on tests by j@pureftpd.org Some input and ok from costa@
2003-01-16regenMichael Shalayeff
2003-01-16add support for a few more devices (sis7012, nforce, amd768, amd8111), from ↵Michael Shalayeff
netbsd
2003-01-16Add channel number to report of registers mapping type.Alexander Yurchenko
2003-01-16Don't hardcode IO mapping for cmd/ctl regs, use pci_mapreg_type()Alexander Yurchenko
instead. This allows chips with memory mapped registers (e.g. Promise PDC20376) to work. ok costa@
2003-01-15Get rid of the remaining vm_offset_t in pci drivers.Artur Grabowski
2003-01-15Get rid of vm_offset_t in bktr.Artur Grabowski
2003-01-15revert last change; request from mickey@Alexander Yurchenko
2003-01-14regenAnil Madhavapeddy
2003-01-14add ATI Radeon 9500/9700 gfx cardAnil Madhavapeddy
henning@ ok
2003-01-14Add a define for easy access to sc_wdcdev.sc_dev.dv_xnameAlexander Yurchenko
2003-01-13Add experimental support for NVIDIA nForce/nForce2 IDE chips.Alexander Yurchenko
Tested by Johan Lindman <tybollt@solace.mh.se> ok costa@
2003-01-13make 3com 9201 really work - got the last success report a bit early.Henning Brauer
tested by "Johan M:son Lindman" <tybollt at solace.mh.se>
2003-01-12support the 3com 9201 found on nForce2-based Asus A7N8XHenning Brauer
tested by Johan M:son Lindman <tybollt at solace.mh.se>
2003-01-12regenHenning Brauer