summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2001-06-06Don't forget to make it compile.Angelos D. Keromytis
2001-06-05Don't forget to init b_dep.Artur Grabowski
2001-06-05memset/memcpy -> bzero/bcopy. Some KNF.Hakan Olsson
2001-06-05updated firmware from 3com (Thanks!); contains support for 3cr990B cards.Jason Wright
2001-06-04Some further work. No crypto yet.Hakan Olsson
2001-06-04Don't print these messages unless debugging. mickey@ okHakan Olsson
2001-06-04Linksys PCM100 support; from Matt Behrens <matt@zigg.com>.Federico G. Schwindt
2001-06-03ICS_1892 support; Henning BrauerTheo de Raadt
2001-06-01support BCM5221Theo de Raadt
2001-06-01syncTheo de Raadt
2001-06-01BCM5221Theo de Raadt
2001-05-30syncTheo de Raadt
2001-05-30ICS1892; Henning Brauer, hostmaster@bsws.deTheo de Raadt
2001-05-30seeq 84220 support; Henning Brauer, hostmaster@bsws.deTheo de Raadt
2001-05-30- gather statistics (ipackets, ierrors, collisions, etc) from txp itselfJason Wright
2001-05-30define txp_command() in terms of txp_command2().Jason Wright
2001-05-30expand txp_command2 to handle extension desciptors for long commandsJason Wright
2001-05-30- better handling for capabilities: check the card to make sure it supportsJason Wright
2001-05-30Un-bus_dma(9) mcr1 context and mcr operations (causes problems under load).Jason Wright
2001-05-29Set, don't OR the capabilities.Angelos D. Keromytis
2001-05-28syncTheo de Raadt
2001-05-28oopsTheo de Raadt
2001-05-28syncArtur Grabowski
2001-05-28Back out part of last broken, untested change.Artur Grabowski
2001-05-28Set the IFCAP_IPSEC capability.Angelos D. Keromytis
2001-05-28syncTheo de Raadt
2001-05-28newTheo de Raadt
2001-05-28Remove FA410TX from the invalid list; it's confusing and should be matchedFederico G. Schwindt
2001-05-28regen.Federico G. Schwindt
2001-05-28Remove FA410TX CIS, this should be matched as linksys etherfast; aaron@ ok.Federico G. Schwindt
2001-05-27Netgear FA410TXC; thanks to Loic Tortay <loict@bougon.net>.Federico G. Schwindt
2001-05-27regen.Federico G. Schwindt
2001-05-27Netgear FA410TXC; from Loic Tortay <loict@bougon.net>.Federico G. Schwindt
2001-05-27Cleanup of definesConstantine Sapuntzakis
2001-05-27Put back the fix for the possible leak and fix another bugArtur Grabowski
2001-05-26remove code which was obviously not tested. begone, sloppy code monkeysTheo de Raadt
2001-05-26Use m_tag_init() to initialize new mbuf m_pkthdr fields, rather thanAngelos D. Keromytis
2001-05-25syncTheo de Raadt
2001-05-25we just *love it* when official people at major vendors send usTheo de Raadt
2001-05-25Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>.Federico G. Schwindt
2001-05-25regen.Federico G. Schwindt
2001-05-25Wisecom T210CT; from Daniel Lucq <dlucq@ieee.org>.Federico G. Schwindt
2001-05-24Sync with NetBSD:Aaron Campbell
2001-05-24Angelos' Fuji camera is an 8070i device and it only accepts 12 byte CDBs.Constantine Sapuntzakis
2001-05-24When releasing the tx buffers, walk through all of them, don't abort whenArtur Grabowski
2001-05-24Check malloc() return value, from tedu@heorot.stanford.eduAngelos D. Keromytis
2001-05-24Check malloc() returns, from tedu@heorot.stanford.edu, ok aaron@Angelos D. Keromytis
2001-05-24typoArtur Grabowski
2001-05-23- relax alignment constraintsJason Wright
2001-05-23bus_dmaify mcr handling (just leaves buffer lists and mac buffer to go...)Jason Wright