summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-03-15specifed -> specifiedTheo de Raadt
2003-03-13Initialize the timeout for the non-console case of PS2 keyboard. FixesDale Rahn
2003-03-10Fix AP scan on prism and add a /* FALLTHROUGH */ comment to makeTodd C. Miller
2003-03-06this is a fix for kernel panics and craches along w/ other stabilityMichael Shalayeff
2003-03-06Remove double include of scsi_all.hmjacob
2003-03-05update media handling based on NetBSD: mainly fix setting up of the outputJason Wright
2003-03-03nuke extra semicolonmjacob
2003-03-03Argh. Put back mickey's change here and also follow Ted's suggestionmjacob
2003-03-03Add some A64 defines.mjacob
2003-03-03Get rid of ISP_DMA_ADDR_T and uses ISP_DAC_SUPPORTED to define themjacob
2003-03-03spelling fixesmjacob
2003-03-03In isp_putback_atio, propagate iid && rxid for FC ATIOs.mjacob
2003-03-03Remove STRNCAT define.mjacob
2003-03-03For type 3 requests, the count is ISP_RQDSEG_T3, not ISP_RQDSEG_T2, that we needmjacob
2003-03-03Add (untested, no h/w) 10160 support. Propagate some spelling fixes.mjacob
2003-03-02The gem driver will sometimes unmap bus_dma mappings that are stillHenric Jungheim
2003-02-28Revert previous change. This driver is shared with 4 other platforms.mjacob
2003-02-25remove redundant check.Ted Unangst
2003-02-25correct bounds check. yichen xie's bounds checker catch.Ted Unangst
2003-02-25fix two off by onesTed Unangst
2003-02-24Various typos.Miod Vallat
2003-02-21Fix Manuel Bouyer's copyright, from NetBSDAlexander Yurchenko
2003-02-19use a nop with I bit set at the end of the tx chain. This avoids a raceJason Wright
2003-02-18Whenever possible, store the prom font data in off-screen frame bufferMiod Vallat
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