Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-05-30 | Un-bus_dma(9) mcr1 context and mcr operations (causes problems under load). | Jason Wright | |
Reimplement mcr2 bus_dma handling. | |||
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 | |
It breaks my kernel builds and I don't see any obvious correct solution. | |||
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-28 | Remove FA410TX from the invalid list; it's confusing and should be matched | Federico G. Schwindt | |
using the linksys etherfast entry; aaron@ ok. | |||
2001-05-28 | regen. | Federico G. Schwindt | |
2001-05-28 | Remove FA410TX CIS, this should be matched as linksys etherfast; aaron@ ok. | Federico G. Schwindt | |
2001-05-27 | Netgear FA410TXC; thanks to Loic Tortay <loict@bougon.net>. | Federico G. Schwindt | |
2001-05-27 | regen. | Federico G. Schwindt | |
2001-05-27 | Netgear FA410TXC; from Loic Tortay <loict@bougon.net>. | Federico G. Schwindt | |
2001-05-27 | Cleanup of defines | Constantine Sapuntzakis | |
Fix around the logic in the reset code to be more tolerant of weird devices. Pause a long time after reset to allow device to reboot itself | |||
2001-05-27 | Put back the fix for the possible leak and fix another bug | Artur Grabowski | |
that the fix uncovered. The tx descriptors were not initialized when allocated. The initialization was done in fxp_init, but the first thing fxp_init does is to call fxp_stop and fxp_stop expects the tx descriptors to be already initialized. How did this ever work? | |||
2001-05-26 | remove code which was obviously not tested. begone, sloppy code monkeys | Theo de Raadt | |
2001-05-26 | Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather than | Angelos D. Keromytis | |
having to change it every time. | |||
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 | |
accurate information about upcoming models of their cards | |||
2001-05-25 | Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>. | Federico G. Schwindt | |
2001-05-25 | regen. | Federico G. Schwindt | |
2001-05-25 | Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>. | Federico G. Schwindt | |
2001-05-24 | Sync with NetBSD: | Aaron Campbell | |
- Correct gain register initialization to fix L-R imbalance. - Allow to compile on alpha with DIAGNOSTIC. - Update TODO list. - Some delinting. | |||
2001-05-24 | Angelos' Fuji camera is an 8070i device and it only accepts 12 byte CDBs. | Constantine Sapuntzakis | |
I'm going to guess that ATAPI and QIC157 devices also want 12-byte CDBs. So, pad CDBs to be 12 bytes for ATAPI, QIC157, 8070i (as well as UFI devices) Also, remove an overly paranoid check in BBB state machine which actually violates the spec. This is half of getting Angelos' Olympus camera to work. The other half involves a semi-violent rewrite of the sd scsi driver to make it more tolerant. | |||
2001-05-24 | When releasing the tx buffers, walk through all of them, don't abort when | Artur Grabowski | |
we find a descriptor with mb_head == NULL. It happens sometimes that we have NOPs in the tx chains and normal buffers after the NOP. | |||
2001-05-24 | Check malloc() return value, from tedu@heorot.stanford.edu | Angelos D. Keromytis | |
2001-05-24 | Check malloc() returns, from tedu@heorot.stanford.edu, ok aaron@ | Angelos D. Keromytis | |
2001-05-24 | typo | Artur Grabowski | |
2001-05-23 | - relax alignment constraints | Jason Wright | |
- make sure dma_map is set to NULL on failure | |||
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 | |
- if an rng operation is already in progress, don't setup a new timeout. | |||
2001-05-22 | - Don't poll the rng more than 100 times a second | Jason Wright | |
- bus_dmaify mcr2 operations (rng) - start bus_dma of mcr1 operations (context; mcr and pktbufs to go) ... more to come ... | |||
2001-05-22 | Initialize packet tag -- this has probably been causing panics for | Angelos D. Keromytis | |
people with ep cards. | |||
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 ↵ | Michael Shalayeff | |
<tm@oganer.net> | |||
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 | |
Put Corega products together. | |||
2001-05-22 | Add Synergy21 S21810 support; from NetBSD. | Federico G. Schwindt | |
Remove flags, it's not used. | |||
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 | |
okay art@ miod@ |