summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2000-02-20Add 12160 (Ultra3) support. Add files and changes for target mode support.mjacob
2000-02-19If we got an xfer from our backlog queue, don't allow sleeping; we're inTodd C. Miller
2000-02-19From NetBSD:Todd C. Miller
2000-02-13Handle out-of-bounds errors correctlyNiklas Hallqvist
2000-02-13%u for unsignedNiklas Hallqvist
2000-02-12Fix a locking bug, and a size boundary conditionNiklas Hallqvist
2000-02-07make it compilable without "options DEBUG"Jun-ichiro itojun Hagino
2000-02-07sync with netbsd. ok @deraadtKenneth R Westerback
2000-02-07Rough but working driver for ICP-Vortex RAIDNiklas Hallqvist
2000-02-05support new u2w cards; dante@mclink.it, merged by kwesterback@home.comTheo de Raadt
2000-02-05repair suspend/activate; extern rlnstop, rlninitDavid Leonard
2000-02-04Externalize comstop()Angelos D. Keromytis
2000-02-02Call xxx_init and xxx_stop on activate.Federico G. Schwindt
2000-02-02make the activate routines do xxstop() and xxinit()Theo de Raadt
2000-02-02Some KNF. Initialize shutdown just in case.Federico G. Schwindt
2000-02-01missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; ...Michael Shalayeff
2000-01-31Add support for 93C66 and 93C56 SEEPROM chips.Tobias Weingartner
2000-01-27isa-avoidanceMichael Shalayeff
2000-01-11a few ifdef accomodations for hppa, also a few knf spacesMichael Shalayeff
2000-01-09Crank up the debug levels for a couple of ISPDEBUG linesmjacob
1999-12-27Token ring driver for Tropic based boards; from NetBSD.Federico G. Schwindt
1999-12-27Add eeprom offset for 3c619 (maybe others?).Federico G. Schwindt
1999-12-20Clean up some DUALBUS initialization code. Clean up some checkingmjacob
1999-12-16Add in cleaner dual bus and dual LVD bus support.mjacob
1999-12-16Add in dual bus (1240/1280) support. Some more cleanups, including fixesmjacob
1999-12-16Roll platform version. Add a second scsi_link struct in the privatemjacob
1999-12-16Clean up some SXP definitions so that a SXP_BANK1_SELECT can be |'d in.mjacob
1999-12-16Add in dual LVD (1280) support. Reorganize the model codes slightlymjacob
1999-12-16non-working awi driver; someone finish itTheo de Raadt
1999-12-14Thanks aaron.Constantine Sapuntzakis
1999-12-14Change error diagnostic from "lost interrupt" to "timeout"Constantine Sapuntzakis
1999-12-11ATAPI Tape drive support. Should be considered experimental.Constantine Sapuntzakis
1999-12-08fix mbuf chain allocation to comply with m_devget() way.Jun-ichiro itojun Hagino
1999-12-03Amazingly neither the compiler nor review missed this silly botch.mjacob
1999-11-30Remove duplicate #include.Aaron Campbell
1999-11-30Added port of the NetBSD (-current) DPT SmartCache III/IV PCI/EISA host adaptercmetz
1999-11-28Enable TI16750 UART support.Jason Downs
1999-11-26provide general "probing" routine, also used in isa cards memory sizing;Michael Shalayeff
1999-11-23make CFGPRINTF only available for SCSIDEBUG/DEBUG kernelsmjacob
1999-11-23make a couple more items CFGPRINTF itemsmjacob
1999-11-23pretty up kernel printf'sJason Wright
1999-11-22Fix crock where channel was used before being set. All my kernelsmjacob
1999-11-22Far too many things to note- a complete new revision coming in includingmjacob
1999-11-17New interface to ATA registers that goes through the lower-level deviceConstantine Sapuntzakis
1999-11-09in the ifdef POWERPC section, do use ppc, not p4e, for the iohandleDale S. Rahn
1999-10-29Change wdc_input_bytes and wdc_output_bytes to useConstantine Sapuntzakis
1999-10-29reliability fixes from csapuntz; commit message replaced later with detailsTheo de Raadt
1999-10-28Downgrade to mode 2 first if we were udma > 2; from NetBSD. costa@ ok.Federico G. Schwindt
1999-10-26This file has my code in it, attach my copyright.Jason Downs
1999-10-09wdc layer work:Constantine Sapuntzakis