summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2002-06-25Unbreak config on pci architectures without firewire devices.Miod Vallat
2002-06-25IEEE1394 infrastructure part.Jun-ichiro itojun Hagino
IP-over-FW and SCSI over FW are being worked on.
2002-06-21skeleton queue handling for the enc/auth piece of the chip (fed with nops viaJason Wright
timeout for now).
2002-06-21regenMarkus Friedl
2002-06-21add some ICH4 devices; ok deraadt@Markus Friedl
2002-06-21skeleton for queue handling on the pk side of the chip. For now it justJason Wright
enqueues nops and handles them.
2002-06-20bunch more reg defns (pkh/pke mostly).Jason Wright
2002-06-19syncJason Wright
2002-06-19add magma dma4 serial board (thanks Matt!)Jason Wright
2002-06-19remove __BROKEN_INDIRECT_CONFIG cruft.Federico G. Schwindt
2002-06-17remove noisy jason debug printf blatther. bad pTheo de Raadt
2002-06-15bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). ThanksAaron Campbell
to todd@ and camiel@ for trying it, too.
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-11more debugging infoNiklas Hallqvist
2002-06-11abs() is defined by ANSI C -- don't use a macro for it. ok niklas@Thomas Nordin
2002-06-11regenMatthieu Herrb
2002-06-11Add a bunch of VGA cards, from XFree86-current. ok deraadt@Matthieu Herrb
2002-06-11Remove redundant endianess conversionsNiklas Hallqvist
2002-06-09unbreak sparc64 kernel builds after the arpcom change.Artur Grabowski
2002-06-09a step towards consistancy; in general:Todd T. Fries
'struct arpcom foo' -> 'struct arpcom sc_arpcom' ok itojun@
2002-06-09fix resuming the eso through the powerhook; from marius aamodt eriksen ↵Michael Shalayeff
<marius@gone.crockster.net> via pr2704; from the #40 train
2002-06-08match new amd pciide a'la netbsdChris Cappuccio
hpt was fixed in 1.79
2002-06-08add missing ioctl support for SIOCSIFMTUJason Wright
2002-06-08syncChris Cappuccio
2002-06-08Add AMD 8111 IDEChris Cappuccio
2002-06-08pullup two fixes from netbsdChris Cappuccio
-no longer set southbridge enable bit on ALi rev >=c2 as it is unnecessary and causes rev c4 to hang -in hpt_pci_intr accept interrupt only once IDEDMA_CTL_ACT is turned off, fixes dma errors, lost interrupts, and other problems in hpt370 native mode
2002-06-08i386 configures devices while at spl0, this causes problems if devicesDale Rahn
attach the interrupt before initializing the hardware to make sure that no interrupts are pending. By adding splusb() any possible interrupts are blocked and will be handled correctly. Discussed with niklas, ok art@
2002-06-07Fix more timeout handling issues in ohci. There are still cursed harrdwareMiod Vallat
that will keep dying with this applied, though. Discussed with drahn@
2002-06-06compatibilty -> compatibilityAaron Campbell
2002-06-06regenMichael Shalayeff
2002-06-06bunch of nvidia chips; form Dries Schellekens <gwyllion@ace.ulyssis.org> via ↵Michael Shalayeff
pr2730
2002-06-06match more cardsNiklas Hallqvist
2002-06-06syncNiklas Hallqvist
2002-06-06GDT product syncNiklas Hallqvist
2002-06-06sync; ok deraadt@Dan Harnett
2002-06-06add ATI Rage 128 TF; ok deraadt@Dan Harnett
2002-06-06fix stereo handling on bktr, remove dead code from fms (now that radio does ↵Michael Shalayeff
attachment properly; from jumbo@
2002-06-05steal'' performance calculating loop from pchb.c and have a uniform outputMichael Shalayeff
2002-06-05regenMichael Shalayeff
2002-06-05a driver for the rng on the amd768 power management device (no actual power ↵Michael Shalayeff
management capabilities are supported yet; from netbsd
2002-06-04limit number of rng's passed up per tick to 32; suggested by mickey.Jason Wright
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-06-03regenMichael Shalayeff
2002-06-03add 8233 pci-isa and some uniformity in tabs and spacesMichael Shalayeff
2002-06-03probe for flavours, aps and audigy still need more work thoughMichael Shalayeff
2002-06-03spell transceiver correctlyTheo de Raadt
2002-06-03detect stereo reception; from jumbo@Michael Shalayeff
2002-06-03wrong cutnpaster; problem reported by Tim Tickel <twt@globodom.com> via pr2711Michael Shalayeff
2002-06-03regenMichael Shalayeff
2002-06-03Guillemot/maxiradio was a rebadged gemtek/pr103.Michael Shalayeff
the mr(4) was not really tested and therefore is now replaced w/ a tested gtp(4), renamed pci ids too. from jumbo@