summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2002-07-06HPT372/4Grigoriy Orlov
2002-07-05Never call crp_callback directly, use crypto_done() insteadJason Wright
2002-07-05KNF (no space after casts)Jason Wright
2002-07-05Typo; stobe -> strobeAaron Campbell
2002-07-05attempt to make ahc smaller. change PCI interrupt handler.Steve Murphree
2002-07-04repair a dmesg cleanupMichael Shalayeff
2002-07-04Various tga hacks:Miod Vallat
2002-07-03Fix some major brain damage where I was performing arithmetic on aAaron Campbell
2002-07-03But when denormalizing we need the normalized length, too as well as the dest...Jason Wright
2002-07-03result only needs to be as big as the number of real bits in the modulusJason Wright
2002-07-02bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ forAaron Campbell
2002-06-30Make sure interrupts are disabled at init and attempt better termination.Steve Murphree
2002-06-30The #@$% message about the #$%@ cable down is going to drive me @#%$ insane.Artur Grabowski
2002-06-30allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always knowJun-ichiro itojun Hagino
2002-06-29Be sure to correctly initialize the ahc_softc members before usingMiod Vallat
2002-06-28Whoops, don't actually register for MODEXP yetJason Wright
2002-06-28Implement MODEXP as MODMUL for debugging purposes until I understand theJason Wright
2002-06-28support for PCI_PRODUCT_INTEL_PRO_100_VM_3; ok art@Markus Friedl
2002-06-28syncMarkus Friedl
2002-06-28more ICH4 fxp chips; sync names w/ NetBSD; ok art@Markus Friedl
2002-06-28Return of new ahcSteve Murphree
2002-06-26rm duplicated decl of fwohci/fwlynxJun-ichiro itojun Hagino
2002-06-25un __P() -ify.Jun-ichiro itojun Hagino
2002-06-25Unbreak config on pci architectures without firewire devices.Miod Vallat
2002-06-25IEEE1394 infrastructure part.Jun-ichiro itojun Hagino
2002-06-21skeleton queue handling for the enc/auth piece of the chip (fed with nops viaJason Wright
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
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
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
2002-06-09fix resuming the eso through the powerhook; from marius aamodt eriksen <mariu...Michael Shalayeff
2002-06-08match new amd pciide a'la netbsdChris Cappuccio
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
2002-06-08i386 configures devices while at spl0, this causes problems if devicesDale Rahn