Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-14 | sync | Jason Wright | |
2002-05-14 | Remove duplicate MOT block and duplicate MPC106 defn | Jason Wright | |
2002-05-14 | sync | Jason Wright | |
2002-05-14 | several more hifn devices | Jason Wright | |
2002-05-14 | Fixed ALTQ support. | Todd C. Miller | |
Patch from ftp://ftp.csl.sony.co.jp/pub/kjc/altq-3.1.errata.txt (kjc) | |||
2002-05-13 | add and use three more flags: | Jason Wright | |
RNG: chip has usable rng (5805/5820/5821) HWNORM: chip will automagically normalize bignums (5820/5821) BIGKEY: chip supports "large keys" (5820/5821) | |||
2002-05-13 | - Request 24bit dvma allocation if we fail to find an lebuffer to attach to | Jason Wright | |
- add bus_space_barrier's to the csr read/write functions - KNF and other cleaning | |||
2002-05-13 | un-pee and KNF | Jason Wright | |
2002-05-13 | When collecting the completed tx descriptors, dmasync all of them | Artur Grabowski | |
before reading, not just the first one. jason@ ok. | |||
2002-05-13 | From netbsd: | Jason Wright | |
driver for le at lebuffer type devices | |||
2002-05-13 | Don't leak memory when bus_dmamap_load_mbuf fails. | Artur Grabowski | |
2002-05-11 | I HATE it when things that we fix come back from bad merges | Theo de Raadt | |
2002-05-10 | sync | Jason Wright | |
2002-05-10 | Netoctave NSP2K | Jason Wright | |
2002-05-10 | Dump the actual command to be sent | Constantine Sapuntzakis | |
2002-05-10 | Zap an unsued define. | Artur Grabowski | |
2002-05-10 | What we store on all archs just before the rfa is a pointer | Artur Grabowski | |
to a bus_dmamap_t, not a bus_dmamap_t (just a cosmetic change, bus_dmamap_t is a pointer on all archs, but this was confusing) | |||
2002-05-10 | Normalize base and exponent to the same length as the modulus and fail | Jason Wright | |
if either base length or exponent length is greater than modulus. | |||
2002-05-10 | - Add a set length insn for the result (length gets zotted by the shift right) | Jason Wright | |
- Use length to determine how much to copy out, and bzero the rest | |||
2002-05-09 | Set length tag of the correct registers | Jason Wright | |
2002-05-09 | an_ltv_caps has some more fluff at the tail (exatly 16bit more fluff); ↵ | Michael Shalayeff | |
reported by xyntrix@bitz.org | |||
2002-05-09 | Set correct bit in IER | Jason Wright | |
2002-05-09 | Rework to process requests from a queue/interrupt handler instead of busy | Jason Wright | |
waiting. | |||
2002-05-09 | Fix ioctl handling | Nathan Binkert | |
Add default MTU fix typo errors noted by Jason Ackley <jason@ackley.net> | |||
2002-05-09 | Sync hid stuff including ukbd, ums, and uhid with NetBSD | Nathan Binkert | |
This adds a uhidev device which can be thought of as something like a uhid bus. It allows more than one ukbd, ums, or uhid to attach to the same device instance. This functionality is found on many of the newer keyboards that have extra buttons. (The extra buttons show up as uhid device(s)). Tested by me on i386, dale on macppc, and jason on sparc64 | |||
2002-05-09 | add support for SoundForte Theatre X-treme 5.1 SF256-PCS; from jumbo@ | Michael Shalayeff | |
2002-05-09 | Restore the support of ISO 8859-1 fonts in macppc console. gallant12x22.h | Mats O Jansson | |
was updated with the characters from dev/wscons/wscons_gallant19.h. bold8x16-iso1.h is based on bold8x16.h and the missing characters added by me. bold8x16-iso1.h isn't used by default. -moj ok @drahn, @miod | |||
2002-05-08 | - Go ahead and register to handle CRK_MOD_EXP_CRT ops | Jason Wright | |
- completely (almost) revamp kprocess_rsapriv to match what the chip expects - add and use a function to compute the significant bits of a given number (this will be necessary for normalization) [Still doesn't reproduce the broadcom or provos test data, but it's closer...] | |||
2002-05-08 | Drives can go busy after IDENTIFY. Make sure drive is not busy before issuing | Constantine Sapuntzakis | |
SET PIO mode. Heh, this might have been the cause of all those old PIO mode aborts. | |||
2002-05-08 | register as having support for MODEXP operations and add associated | Jason Wright | |
goop as appropriate. Several problems still remain: - alot of incorrect results (probably something stupid) - the driver busy waits instead of being interrupt driven (pending question to hifn about how interrupt ack is supposed to work). | |||
2002-05-08 | kt266 is reported to be doing auvia alright by Ian McWilliam ↵ | Michael Shalayeff | |
<ianm@cit.uws.edu.au> | |||
2002-05-07 | Simplify multicast handling based on powerpc's gm.c and remove ether_cmp() | Jason Wright | |
2002-05-07 | 7811 needs a short pause before setting up the DMA CSR during reset or it | Jason Wright | |
will hang during the first DMA operation on some machines. | |||
2002-05-07 | Fix uvisor for what's currently in the tree | Nathan Binkert | |
2002-05-07 | Sync quirks with NetBSD | Nathan Binkert | |
2002-05-07 | Sync uvisor driver with NetBSD. This adds support for PALM4 devices | Nathan Binkert | |
2002-05-07 | Less verbose. noticed by fgsch | Nathan Binkert | |
2002-05-07 | Add a driver for Realtek RTL8150L based ethernet devices | Nathan Binkert | |
From NetBSD | |||
2002-05-07 | Add urlphy(4) which is used by url(4). | Nathan Binkert | |
From NetBSD | |||
2002-05-07 | move ether_crc32_le to if_ethersubr.c. Add ether_crc32_be | Nathan Binkert | |
2002-05-07 | Meant to commit only ulpt and committed everything. Most things weren't ready | Nathan Binkert | |
2002-05-07 | Sync ulpt driver with NetBSD | Nathan Binkert | |
2002-05-06 | sync uaudio with NetBSD | Nathan Binkert | |
2002-05-06 | basic infrastructure for handling RSA with CRT parameters. Just need to | Jason Wright | |
figure out how p, q, dp, dq, and pinv fit into the context. | |||
2002-05-06 | tuner driver for the fms cards. | Michael Shalayeff | |
attach radio at the fms(4), instead of a separate device, which would never work out fine. from Vladimir Popov <jumbo@narod.ru> rework the radio config stuff (radio at radiobus, instead of radio at radio), allowing to tag source files in the files.* files w/ radio attribute. from mickey@ | |||
2002-05-06 | - Only copy the significant bits of the result out (and make sure the buffer | Jason Wright | |
is long enough to handle it) and bzero the rest. - Increase key buffer sizes to 2048 bits. | |||
2002-05-06 | typedef for proc * for portability | Nathan Binkert | |
2002-05-06 | Make more portable with NetBSD | Nathan Binkert | |
Whitespace sync with NetBSD | |||
2002-05-06 | sync with NetBSD | Nathan Binkert | |
2002-05-06 | Sync with NetBSD | Nathan Binkert | |