summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2000-03-22new ahc driver. Adds suport for newer Adaptec controllers. This represents ...Steve Murphree
2000-03-15more smurph damage controlTheo de Raadt
2000-03-14sloppy smurph, leaving debug garbage behind...Theo de Raadt
2000-03-10increased buffer size.Steve Murphree
2000-03-05Don't issue an initial SCSI bus reset for Ultra3 cards. What seems tomjacob
2000-03-05roll minor revision levelmjacob
2000-03-05Clean up some error messages so that the channel source is printed. Don'tmjacob
2000-03-01Proper bus_dma usage, fixes cache incosistenciesNiklas Hallqvist
2000-02-25clear m->m_pkthdr when changing mbuf type to M_PKTHDR.Jun-ichiro itojun Hagino
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