Age | Commit message (Expand) | Author |
2001-06-06 | PCI shim for if_wi.c as promised. Magic for setting the PLX up | Todd C. Miller |
2001-06-06 | regen | Todd C. Miller |
2001-06-06 | Add products based on the PLX 905x that act as dumb PCI -> PCMCIA bridges | Todd C. Miller |
2001-06-05 | memset/memcpy -> bzero/bcopy. Some KNF. | Hakan Olsson |
2001-06-05 | updated firmware from 3com (Thanks!); contains support for 3cr990B cards. | Jason Wright |
2001-06-04 | Some further work. No crypto yet. | Hakan Olsson |
2001-05-30 | - gather statistics (ipackets, ierrors, collisions, etc) from txp itself | Jason Wright |
2001-05-30 | define txp_command() in terms of txp_command2(). | Jason Wright |
2001-05-30 | expand txp_command2 to handle extension desciptors for long commands | Jason Wright |
2001-05-30 | - better handling for capabilities: check the card to make sure it supports | Jason Wright |
2001-05-30 | Un-bus_dma(9) mcr1 context and mcr operations (causes problems under load). | Jason Wright |
2001-05-29 | Set, don't OR the capabilities. | Angelos D. Keromytis |
2001-05-28 | sync | Theo de Raadt |
2001-05-28 | oops | Theo de Raadt |
2001-05-28 | sync | Artur Grabowski |
2001-05-28 | Back out part of last broken, untested change. | Artur Grabowski |
2001-05-28 | Set the IFCAP_IPSEC capability. | Angelos D. Keromytis |
2001-05-28 | sync | Theo de Raadt |
2001-05-28 | new | Theo de Raadt |
2001-05-25 | sync | Theo de Raadt |
2001-05-25 | we just *love it* when official people at major vendors send us | Theo de Raadt |
2001-05-24 | Sync with NetBSD: | Aaron Campbell |
2001-05-23 | - relax alignment constraints | Jason Wright |
2001-05-23 | bus_dmaify mcr handling (just leaves buffer lists and mac buffer to go...) | Jason Wright |
2001-05-22 | - delay allocation of rng handling structures | Jason Wright |
2001-05-22 | - Don't poll the rng more than 100 times a second | Jason Wright |
2001-05-22 | Compile with WDCDEBUG. Fix a debug printout. | Hakan Olsson |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-16 | use ac97_set_rate, auvia can use it too, cannot test it though | Michael Shalayeff |
2001-05-16 | malloc memory w/ NOWAIT during autoconf time, and check for NULL | Michael Shalayeff |
2001-05-16 | it is notright to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | it is notright to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | Use dm_mapsize instead of homegrown one; jason@ ok. | Federico G. Schwindt |
2001-05-16 | Bring chip out of suspend mode in case we're booting after a shutdown from | Aaron Campbell |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-05-16 | use dma_mapsize now that's available. | Federico G. Schwindt |
2001-05-16 | dump private extended ac97 reg defs | Michael Shalayeff |
2001-05-16 | extended registers are now in ac97.h | Michael Shalayeff |
2001-05-16 | update copyright | Jason Wright |
2001-05-16 | If we run out of transmit slots, try to copy the next mbuf into a single | Jason Wright |
2001-05-15 | - correct some bus_dmamap_sync() usage | Jason Wright |
2001-05-15 | sync | Theo de Raadt |
2001-05-15 | shrink | Theo de Raadt |
2001-05-15 | - bus-dmaify txp | Jason Wright |
2001-05-14 | use bus_dmamap_sync() as appropriate | Jason Wright |
2001-05-14 | From PR 1820 - initialize builin CSU/DSU card properly | Chris Cappuccio |
2001-05-14 | kill agregate messages; reported by stephen@etunnels.com | Theo de Raadt |
2001-05-14 | - simplify hifn_dmamap_aligned() | Jason Wright |
2001-05-14 | use real uio | Theo de Raadt |
2001-05-13 | First try at bus_dma(9)-ifying hifn7751 driver... advantages: | Jason Wright |