summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-02-17can use the same bus_space_read_region_4() to copy both type1 and type4 prom;...Michael Shalayeff
2003-02-17oopsMichael Shalayeff
2003-02-15Increase xfer rates buffer from 8 to 12 bytes. This allows 802.11gTodd C. Miller
2003-02-13Don't force all ATAPI devices to PIO mode 3, there areAlexander Yurchenko
2003-02-13Plug mbuf leak when there is an IV mismatch during software decrypt.Todd C. Miller
2003-02-12replace crc32 code with BSD licensed code from opensshMarkus Friedl
2003-02-11As hil devices can only attach after interrupts are enabled, delayMiod Vallat
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-02-11Byte-prom font loading support.Miod Vallat
2003-02-08avoid more spurious printfs (account for other uninteresting events).Jason Wright
2003-02-05implement a few wsdisplay ioctls. comment on the putchar implementationMichael Shalayeff
2003-02-02Real (although generic) negotiation results message during boot.Kenneth R Westerback
2003-02-01Look, noone cares if you run of out rx descriptors and whining about it just ...Jason Wright
2003-01-31Working wscons attachment and block move operations; joint debug by mickeyMiod Vallat
2003-01-31more quietTheo de Raadt
2003-01-31fetch the font and use it, some cleanup and knfMichael Shalayeff
2003-01-27pad tx buffer on < minimum length frames; based on NetBSD; tested on hppa.Jason Wright
2003-01-23- Either memset() or loop and set to zero, not bothJason Wright
2003-01-23be consistant on the spl everywhere and use splimp(), this seems to prevent w...Michael Shalayeff
2003-01-21Use a 2-level timeout for hostap. Instead of of sending a stationTodd C. Miller
2003-01-21Stub out hostap bits #ifdef SMALL_KERNEL to free up space on theTodd C. Miller
2003-01-21bzero() siop_target structure after malloc().Kenneth R Westerback
2003-01-14In wihap_shutdown() use a broadcast for disassoc and deauth packetsTodd C. Miller
2003-01-10Add support for Symbol LA4123 and Nortel E-mobility 211818-A PCITodd C. Miller
2003-01-10Don't call wi_cor_reset() in wi_attach(); since sc_firmware_type isTodd C. Miller
2003-01-08Merry Christmas Mickey!Kenneth R Westerback
2003-01-07do the busy wait loops my favourite style and merry xmasMichael Shalayeff
2003-01-06syncronous -> synchronousMiod Vallat
2003-01-05spellingTheo de Raadt
2003-01-05spellingTheo de Raadt
2002-12-30proper HOSTAP_FLAGS_BITS; from merith@vantronix.netMichael Shalayeff
2002-12-23Fix complete botch in handling of 'openings'.Kenneth R Westerback
2002-12-22Define atagettrace_t type and use it instead of struct atagettrace.Alexander Yurchenko
2002-12-22No more magic wdc events types, give them names.Alexander Yurchenko
2002-12-19Protect WDCDEBUG_PRINT macro with do {} while (0)Alexander Yurchenko
2002-12-19fix a debugging printf on cmd wait timeoutMichael Shalayeff
2002-12-19proper barrier call in ie_ackMichael Shalayeff
2002-12-19comparam() does not need an spltty() for it, already called there.Michael Shalayeff
2002-12-15more typos fixed by torhHenning Brauer
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