Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-03 | lanergy appian pci lite; peter.galbavy at knowtion.net | Jason Wright | |
2003-01-31 | These cards just don't master... don't bother trying to enable it. | Jason Wright | |
2003-01-30 | Many Ultra 5s likes to hang when starting. The last thing on the console | Henric 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-26 | regen | Michael Shalayeff | |
2003-01-26 | a bunch of devices used in hp machines | Michael Shalayeff | |
2003-01-21 | fix cut and paste piece in dma programming, caused jumpieness in animation; ↵ | Michael Shalayeff | |
good diagnose by Kamil Andrusz <wizz@mniam.net> | |||
2003-01-21 | do not need explicit match on intel; from alexander.guy@andern.org | Michael Shalayeff | |
2003-01-20 | sync | Theo de Raadt | |
2003-01-20 | the 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-17 | sync | Theo de Raadt | |
2003-01-17 | typo | Theo de Raadt | |
2003-01-17 | 80-pin -> 80-wire in debug output; requested by chris@ | Alexander Yurchenko | |
2003-01-16 | recognize the Hauppauge wintv-fm #191; from wolfgang@wsrcc.com | Michael Shalayeff | |
2003-01-16 | sync | Theo de Raadt | |
2003-01-16 | fuckheads | Theo de Raadt | |
2003-01-16 | Missing break | Alexander Yurchenko | |
2003-01-16 | - add two inline functions for accessing chip configuration space | Alexander 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-16 | regen | Michael Shalayeff | |
2003-01-16 | add support for a few more devices (sis7012, nforce, amd768, amd8111), from ↵ | Michael Shalayeff | |
netbsd | |||
2003-01-16 | Add channel number to report of registers mapping type. | Alexander Yurchenko | |
2003-01-16 | Don'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-15 | Get rid of the remaining vm_offset_t in pci drivers. | Artur Grabowski | |
2003-01-15 | Get rid of vm_offset_t in bktr. | Artur Grabowski | |
2003-01-15 | revert last change; request from mickey@ | Alexander Yurchenko | |
2003-01-14 | regen | Anil Madhavapeddy | |
2003-01-14 | add ATI Radeon 9500/9700 gfx card | Anil Madhavapeddy | |
henning@ ok | |||
2003-01-14 | Add a define for easy access to sc_wdcdev.sc_dev.dv_xname | Alexander Yurchenko | |
2003-01-13 | Add experimental support for NVIDIA nForce/nForce2 IDE chips. | Alexander Yurchenko | |
Tested by Johan Lindman <tybollt@solace.mh.se> ok costa@ | |||
2003-01-13 | make 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-12 | support the 3com 9201 found on nForce2-based Asus A7N8X | Henning Brauer | |
tested by Johan M:son Lindman <tybollt at solace.mh.se> | |||
2003-01-12 | regen | Henning Brauer | |
2003-01-12 | SiS 745 chipset stuff; from jcbender@benderhome.net w/ minor adjustments | Henning Brauer | |
by me. | |||
2003-01-12 | 3com 9201 found on Asus A7N8X deluxe mainboard | Henning Brauer | |
2003-01-12 | regen | Alexander Yurchenko | |
2003-01-12 | Add Silicon Image SiI3112 SATA controller | Alexander Yurchenko | |
2003-01-12 | regen | Alexander Yurchenko | |
2003-01-12 | Missed nForce2 IDE | Alexander Yurchenko | |
2003-01-12 | regen | Henning Brauer | |
2003-01-12 | bunch of devices for the nVidia nForce2 chipset | Henning Brauer | |
some input grange@, tested by Johan Lindman <tybollt at solace.mh.se> | |||
2003-01-12 | regen | Michael Shalayeff | |
2003-01-12 | order the intel section and add a couple of nforce prods from dmesglog | Michael Shalayeff | |
2003-01-12 | add support for via rhine III; Jonathon Fletcher, jonathon.fletcher at pobox ↵ | Jason Wright | |
dot com | |||
2003-01-12 | pad tx buffer with zero's; John L. Scarfone, j0 at cox.net | Jason Wright | |
2003-01-11 | regen | Henning Brauer | |
2003-01-11 | VIATECH VT8235_AGP | Henning Brauer | |
2003-01-11 | regen | Henning Brauer | |
2003-01-11 | Via VT8377 Host-PCI | Henning Brauer | |
2003-01-11 | sync | Jason Wright | |
2003-01-11 | via rhine III; jonathon.fletcher at pobox.com | Jason Wright | |
2003-01-10 | Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCI | Todd C. Miller | |
cards. These use an ACEX EP1K30 programmable logic device (PLD) as the PCMCIA->PCI bridge. There's no documentation available on how Symbol has this configured; the magic bits are based on modifications to the Linux orinoco driver by Tobias Hoffmann. He, in turn, figured out the magic from the Windows driver. This does mean we have undocuemnted hex constants; sigh. I also moved commented bridge chip info to right before the appropriate bridge attachment. The massive comment at the top of the file was becoming illegible. |