summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2003-04-29- remove last vestige of "old autoconf": dc_unit is dead, long live dv_xnameJason Wright
2003-04-29KNFJason Wright
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-26managment -> management;Jason McIntyre
2003-04-25lm(4) driver from NetBSD adapted for sysctl interface.Alexander Yurchenko
2003-04-23give 'em some const; mjacob@ okMichael Shalayeff
2003-04-12Fix index bounds checking in save data pointers logic.Kenneth R Westerback
2003-04-11Delete a doubly redundant call to timeout_del() in osiop_timeout.Kenneth R Westerback
2003-04-09missing nl in the error msg and a return afterwardsMichael Shalayeff
2003-04-09a couple of sigmatel codec idsMichael Shalayeff
2003-04-09Cleanup/make more consistant the various DEBUG flags and uses thereof.Kenneth R Westerback
2003-04-09Reduce default OSIOP_DEBUG output to a useful volume.Kenneth R Westerback
2003-04-08Fix diagnostic output to display data buffer actually being used.Kenneth R Westerback
2003-04-07a couple more codec ids from peopleMichael Shalayeff
2003-04-06Fix a lot of issues in osiop.Kenneth R Westerback
2003-04-03adjust protection on the allocated memory through the uvm same as it was allo...Michael Shalayeff
2003-03-30Fix probing of dual channel 7899 with some fixes from current FreeBSDKenneth R Westerback
2003-03-30Delete unused local version of strncat.Kenneth R Westerback
2003-03-30As long as I am here pull in some useful changes from NetBSD.Kenneth R Westerback
2003-03-29A few final (I hope) tweaks to the dma fixes.Kenneth R Westerback
2003-03-29Another chunk of bus_dma fixes. May actually approach correctness now.Kenneth R Westerback
2003-03-29Use sc_print_addr() where possible to improve messages.Kenneth R Westerback
2003-03-28Fix REQUEST SENSE handling based on lessons learned struggling withKenneth R Westerback
2003-03-24splimp() around xl_reset() during autoconf. something in xl_reset() wantsJason Wright
2003-03-21Endian fixes for ahc driver. These are a no-op for i386. Now works on macppc.Dale Rahn
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