Age | Commit message (Expand) | Author |
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 | Initialize packet tag -- this has probably been causing panics for | Angelos D. Keromytis |
2001-05-22 | Compile with WDCDEBUG. Fix a debug printout. | Hakan Olsson |
2001-05-22 | support for D-Link DFE-530TX and DFE-530TX+; from Maxim Tsyplakov <tm@oganer.... | Michael Shalayeff |
2001-05-22 | Vendor and prodid are 16-bits, not 32. | Federico G. Schwindt |
2001-05-22 | A few more entries from NetBSD. | Federico G. Schwindt |
2001-05-22 | regen. | Federico G. Schwindt |
2001-05-22 | More products from NetBSD. | Federico G. Schwindt |
2001-05-22 | Corega FastEther TXD. | Federico G. Schwindt |
2001-05-22 | regen. | Federico G. Schwindt |
2001-05-22 | Corega Fast Ether TXD; from NetBSD. | Federico G. Schwindt |
2001-05-22 | Add Synergy21 S21810 support; from NetBSD. | Federico G. Schwindt |
2001-05-22 | regen. | Federico G. Schwindt |
2001-05-22 | Add Synergy21 S21810; from NetBSD. | Federico G. Schwindt |
2001-05-20 | Convert from tdbi to tags. | Angelos D. Keromytis |
2001-05-18 | stupidous debug was left enabled | Michael Shalayeff |
2001-05-17 | convert mbuf and cluster allocation to pool, mostly from NetBSD | Niels Provos |
2001-05-17 | Implement pcic_delay, it uses tsleep for large delays to avoid | Federico G. Schwindt |
2001-05-17 | It's Daylight Saving Time, not Savings. Fix comments. | Peter Valchev |
2001-05-16 | use ac97_set_rate, auvia can use it too, cannot test it though | Michael Shalayeff |
2001-05-16 | add surrond, center and lfe ports (per 2.2 spec). | Michael Shalayeff |
2001-05-16 | define power register bits | Michael Shalayeff |
2001-05-16 | it is not right to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | it is not right to malloc() w/ WAITOK at attach time, put back NULL check and... | 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 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff |
2001-05-16 | allocate memory w/ NOWAIT during autoconf time and check for NULL return | Michael Shalayeff |
2001-05-16 | call malloc w/ NOWAIT and check for NULL return | 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 | shorten by one byte :-) | Theo de Raadt |
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 | split codec vendor/product into separate tables, | Michael Shalayeff |
2001-05-16 | extended registers are now in ac97.h | Michael Shalayeff |
2001-05-16 | kill COMPAT_{09,10,11} kernel options. We still need kern_info_09.c and kern... | Todd C. Miller |
2001-05-16 | more regs from 2.2 version of specs | 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 | partial KNF | Theo de Raadt |
2001-05-15 | a few more codecs, a few more consts, trailing spaces | Michael Shalayeff |
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-15 | Split wi(4) into bus-dependent and bus-independent bits similar to | Todd C. Miller |