summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2002-12-12Always use queue(3) macros.Alexander Yurchenko
2002-12-11smaller delays, unneeded splsMichael Shalayeff
2002-12-11sendbug(1), not send-pr; Peter WernerHenning Brauer
2002-12-09From Andrushock, s/sucess/success/gTodd C. Miller
2002-12-02- Remove a few magic constantsJason Wright
2002-12-02set if_baudrateHenning Brauer
2002-11-29Foward; torh@bogus.netTheo de Raadt
2002-11-28generic isa mpu, from Sergey A. Smitienko w/ fixes from meMichael Shalayeff
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-11-26re-enable if_timer; jason@ ok.Federico G. Schwindt
2002-11-25remove printf's in xl_setmode().Brad Smith
2002-11-20Store which tcvr to preferJason Wright
2002-11-20If both phys are available, prefer the external one.Jason Wright
2002-11-17Make sure never to put a loaded dmamap in the spare. 3c90x should workJason Wright
2002-11-17this driver has never been in sys/pci (in OpenBSD at least) and supportsJason Wright
2002-11-17Fix another case (tx this time) where buffers were not unloaded (nor sync'd)....Jason Wright
2002-11-17- lightly season with htole32 and friends... enough to get rx workingJason Wright
2002-11-16From NetBSD (bouyer@):Kenneth R Westerback
2002-11-14Don't complain about the defer timer expiring, call it an oerror instead.Jason Wright
2002-11-14Rework iha copyight verbiage to make clear what needs to be clear forKenneth R Westerback
2002-11-09Instead of relying on uvm_useracc(), get a false sense of security, andMiod Vallat
2002-11-01fight the grammar in the tdr messagesMichael Shalayeff
2002-10-30bring on a few changes from netbsd, such as better rx mbuf calculation, ram p...Michael Shalayeff
2002-10-27Add an option to use software WEP now that we have a software decryptTodd C. Miller
2002-10-27add a matching wi_do_hostdecrypt()Markus Friedl
2002-10-25remove dead code; krw@ ok.Federico G. Schwindt
2002-10-22Make wi_keydat in struct wi_key 13 bytes, not 14. This is not aTodd C. Miller
2002-10-21ugly hack to make the 21145 work without manual media setting.Henning Brauer
2002-10-20add support for intel 21145Henning Brauer
2002-10-18Account for the aligned m_data when checking boundaries; from NetBSD.Federico G. Schwindt
2002-10-18media support; slightly modified from FreeBSD.Federico G. Schwindt
2002-10-17ifndef __HAVE_GENERIC_SOFT_INTERRUPTS leaved a label without a statement afte...Artur Grabowski
2002-10-17Bigendian support for fxp, work from pefo with cleanups, ok art@ and others.Dale Rahn
2002-10-16minor formatting.Artur Grabowski
2002-10-15re-init the hw on resume, from grendel@zeitbombe.orgMichael Shalayeff
2002-10-13do not flush cache here, better support for intrhook, increase number of tran...Michael Shalayeff
2002-10-11pad keys of size != RC4KEYLEN or RC4KEYLEN/2 with zero; noticed and tested by...Markus Friedl
2002-10-11Stash the value of letoh16(ver.wi_ver[0]) in a variable so we don'tTodd C. Miller
2002-10-11Sigh, we can't just put the htole16() in the WI_CARD_IDS macroTodd C. Miller
2002-10-10Make wi_get_id() table driven, similar to NetBSD and FreeBSD butTodd C. Miller
2002-10-09Remove trailing '\n's from panic messages.Kenneth R Westerback
2002-10-04Limit the TX key to a valid range; imp@Todd C. Miller
2002-09-28- disable if_timer handling (there's a bug which causes this not to getJason Wright
2002-09-23make the leds blink (on those machines where we have 'em).Michael Shalayeff
2002-09-22Update ifp->if_opackets correctlyJason Wright
2002-09-17add ad1981a id; from hunter@dg.net.uaMichael Shalayeff
2002-09-17deal w/ the dma in a special thread to follow the busdma semantics. this fixe...Michael Shalayeff
2002-09-16Resync siop with NetBSD. Make strong effort to minimizeKenneth R Westerback
2002-09-15make it at least compile; parts from maurice@amaze.nlTheo de Raadt
2002-09-15Add a license from the author Timo Rossi <trossi@co.jyu.fi>Artur Grabowski