summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2002-05-14sync.Jason Wright
2002-05-14vendors go in numeric orderJason Wright
2002-05-14syncJason Wright
2002-05-14Remove duplicate MOT block and duplicate MPC106 defnJason Wright
2002-05-14syncJason Wright
2002-05-14several more hifn devicesJason Wright
2002-05-14Fixed ALTQ support.Todd C. Miller
2002-05-13add and use three more flags:Jason Wright
2002-05-10syncJason Wright
2002-05-10Netoctave NSP2KJason Wright
2002-05-10Normalize base and exponent to the same length as the modulus and failJason Wright
2002-05-10- Add a set length insn for the result (length gets zotted by the shift right)Jason Wright
2002-05-09Set length tag of the correct registersJason Wright
2002-05-09Set correct bit in IERJason Wright
2002-05-09Rework to process requests from a queue/interrupt handler instead of busyJason Wright
2002-05-09add support for SoundForte Theatre X-treme 5.1 SF256-PCS; from jumbo@Michael Shalayeff
2002-05-08- Go ahead and register to handle CRK_MOD_EXP_CRT opsJason Wright
2002-05-08register as having support for MODEXP operations and add associatedJason Wright
2002-05-08kt266 is reported to be doing auvia alright by Ian McWilliam <ianm@cit.uws.ed...Michael Shalayeff
2002-05-077811 needs a short pause before setting up the DMA CSR during reset or itJason Wright
2002-05-06basic infrastructure for handling RSA with CRT parameters. Just need toJason Wright
2002-05-06tuner driver for the fms cards.Michael Shalayeff
2002-05-06- Only copy the significant bits of the result out (and make sure the bufferJason Wright
2002-05-0382801CA/CAM works like previous models.Marc Espie
2002-05-02use the gallant 12x22 font by default on screens that are moreMatthieu Herrb
2002-05-02the exponent parameter is:Jason Wright
2002-05-02More of previous (don't refer to parameters by index directly)Jason Wright
2002-05-02Don't refer to the parameters directly by number, use macro's so it can beJason Wright
2002-05-02syncJason Wright
2002-05-02new vendor: AtherosJason Wright
2002-05-01- make sure 'me' is initializedJason Wright
2002-05-01make fw images const and fix ti for unneeded type casts; jason@ testing ans okMichael Shalayeff
2002-04-30enough letoh-foo to get through firmware upload on big endian machinesJason Wright
2002-04-30constify a few structsMichael Shalayeff
2002-04-30- increase sample size from 1 byte to 4 bytes so that we can detectJason Wright
2002-04-30- Output chain length must be equal to the byte count of the modulus lengthJason Wright
2002-04-29regenMichael Shalayeff
2002-04-29a couple more suzies from lava; from Richard Browne <richb@timestone.com.au>Michael Shalayeff
2002-04-29Rework memory detection (again) based on code from Henric Jungheim <henric@he...Jason Wright
2002-04-29re-do the way the bus_dma is done for transmit.Nathan Binkert
2002-04-28Add some new PERC 3/Di models.Nathan Binkert
2002-04-28syncNathan Binkert
2002-04-28New device IDs for the Dell PERC 3/Di (aac)Nathan Binkert
2002-04-28use the correct ifmedia structNathan Binkert
2002-04-28Re-do the way that bus_dma is done for transmit. Loop over the dm_segsNathan Binkert
2002-04-28make UBSEC_NO_RNG work correctly (ie. it means no RNG, not no MCR2 operations)Jason Wright
2002-04-26Add support for the WSDISPLAYIO_LINEBYTES ioctl and theMatthieu Herrb
2002-04-26be more terse with outputNathan Binkert
2002-04-26Only call bpf_mtap if we have bpf in the kernelNathan Binkert
2002-04-26debug stuff inside #ifdefTheo de Raadt