Age | Commit message (Expand) | Author |
2002-07-11 | add rcsid to firmware, and remove defn for tc990_IMAGE_SIZE, its ugly. | Jason Wright |
2002-07-11 | Convert the cmd and response queues to be endian aware, also prepare for new ... | Jason Wright |
2002-07-10 | Use the correct COR offset for pcmcia card; noted by Warner Losh | Todd C. Miller |
2002-07-10 | shorten address printout | Theo de Raadt |
2002-07-10 | sync | Theo de Raadt |
2002-07-10 | shorten name | Theo de Raadt |
2002-07-10 | ICH4 support; ok gluk@ | Markus Friedl |
2002-07-09 | move common declarations to if_wivar.h; mickey@ and millert@ ok. | Federico G. Schwindt |
2002-07-08 | Another missing bit (appears to make the 582x series work like the 580x series | Jason Wright |
2002-07-08 | 5821 has two additional bits that must be ack'd (note they don't have | Jason Wright |
2002-07-08 | tl* multicast filter is broken. use ALLMULTI for now. | Jun-ichiro itojun Hagino |
2002-07-06 | HPT 372, 372A and 374. Only HPT372 was tested. | Grigoriy Orlov |
2002-07-06 | regen | Grigoriy Orlov |
2002-07-06 | HPT372/4 | Grigoriy Orlov |
2002-07-05 | Never call crp_callback directly, use crypto_done() instead | Jason Wright |
2002-07-05 | KNF (no space after casts) | Jason Wright |
2002-07-05 | Typo; stobe -> strobe | Aaron Campbell |
2002-07-05 | attempt to make ahc smaller. change PCI interrupt handler. | Steve Murphree |
2002-07-04 | repair a dmesg cleanup | Michael Shalayeff |
2002-07-04 | Various tga hacks: | Miod Vallat |
2002-07-03 | Fix some major brain damage where I was performing arithmetic on a | Aaron Campbell |
2002-07-03 | But when denormalizing we need the normalized length, too as well as the dest... | Jason Wright |
2002-07-03 | result only needs to be as big as the number of real bits in the modulus | Jason Wright |
2002-07-02 | bus_dma'ify, works on an SiS900 and a Netgear FA411. Thanks to wilfried@ for | Aaron Campbell |
2002-06-30 | Make sure interrupts are disabled at init and attempt better termination. | Steve Murphree |
2002-06-30 | The #@$% message about the #$%@ cable down is going to drive me @#%$ insane. | Artur Grabowski |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-06-29 | Be sure to correctly initialize the ahc_softc members before using | Miod Vallat |
2002-06-28 | Whoops, don't actually register for MODEXP yet | Jason Wright |
2002-06-28 | Implement MODEXP as MODMUL for debugging purposes until I understand the | Jason Wright |
2002-06-28 | support for PCI_PRODUCT_INTEL_PRO_100_VM_3; ok art@ | Markus Friedl |
2002-06-28 | sync | Markus Friedl |
2002-06-28 | more ICH4 fxp chips; sync names w/ NetBSD; ok art@ | Markus Friedl |
2002-06-28 | Return of new ahc | Steve Murphree |
2002-06-26 | rm duplicated decl of fwohci/fwlynx | Jun-ichiro itojun Hagino |
2002-06-25 | un __P() -ify. | Jun-ichiro itojun Hagino |
2002-06-25 | Unbreak config on pci architectures without firewire devices. | Miod Vallat |
2002-06-25 | IEEE1394 infrastructure part. | Jun-ichiro itojun Hagino |
2002-06-21 | skeleton queue handling for the enc/auth piece of the chip (fed with nops via | Jason Wright |
2002-06-21 | regen | Markus Friedl |
2002-06-21 | add some ICH4 devices; ok deraadt@ | Markus Friedl |
2002-06-21 | skeleton for queue handling on the pk side of the chip. For now it just | Jason Wright |
2002-06-20 | bunch more reg defns (pkh/pke mostly). | Jason Wright |
2002-06-19 | sync | Jason Wright |
2002-06-19 | add magma dma4 serial board (thanks Matt!) | Jason Wright |
2002-06-19 | remove __BROKEN_INDIRECT_CONFIG cruft. | Federico G. Schwindt |
2002-06-17 | remove noisy jason debug printf blatther. bad p | Theo de Raadt |
2002-06-15 | bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). Thanks | Aaron Campbell |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-11 | more debugging info | Niklas Hallqvist |