summaryrefslogtreecommitdiffstats
path: root/sys/dev/microcode (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* New version of the firmware from 3Com. Many, many thanks to David Dillowjason2002-07-111-4191/+3210
| | | | for fighting with 3com to make this happen!
* attempt to make ahc smaller. change PCI interrupt handler.smurph2002-07-052-551/+556
|
* New aicasm synced with FreeBSD.smurph2002-06-3012-548/+1558
|
* actually, new new ahc uses these after allmillert2002-06-281-0/+122
|
* not used by new ahc drivermillert2002-06-281-122/+0
|
* Return of new ahcsmurph2002-06-2811-1786/+2871
|
* Update to latest released 2300/2312 f/w.mjacob2002-05-171-5038/+5507
|
* make fw images const and fix ti for unneeded type casts; jason@ testing ans okmickey2002-05-013-38/+38
|
* Allegro-1 and Maestro 3 driver ported from netbsdfrantzen2002-04-081-0/+269
| | | | ok deraadt@
* remove __Pmillert2002-03-194-33/+30
|
* revert to older ahc driver until the new one's bugs are fixedmillert2002-03-1911-2912/+1820
|
* First round of __P removal in sysmillert2002-03-145-38/+38
|
* change to reflect the removal of sequencer.hsmurph2002-02-162-4/+4
|
* New port of FreeBSD's ahc driversmurph2002-02-1611-1789/+2881
|
* we dont have getprogname()ericj2002-01-231-2/+3
|
* move more microcode, so that it does not end up in /usr/includederaadt2001-12-172-0/+1923
|
* Roll f/w to latest && greatest for 2100 and 2200 cards.mjacob2001-12-142-9340/+9514
|
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
| | | | (Look ma, I might have broken the tree)
* update firmwaremjacob2001-10-243-6274/+9686
|
* Catch up with mainline of code development.mjacob2001-09-011-0/+5452
| | | | | | | | | | | | | Add support for 2 Gigabit cards (2300/2312). This necessitated a change in how interrupts are down- the 23XX has not only a different place to check for an interrupt, but unlike all other QLogic cards, you have to read the status as a 32 bit word- not 16 bit words. Rather than have device specific functions as called from the core module (in isp_intr), it makes more sense to have the platform/bus modules do the gruntwork of splitting out the isr, semaphore register and the first outgoing mailbox register (if needed) *prior* to calling isp_intr (if calling isp_intr is necessary at all). Rearchitect how regular SCSI parameters are stored or used.
* Put the ISES firmware under dev/microcode/.ho2001-07-021-0/+307
|
* Add support for the Cyclades-Z multiport serial cards.nate2001-06-212-0/+13589
| | | | | This has not been thoroughly tested yet, so it's not going into GENERIC now. From NetBSD.
* more more microcode (so it does not end up installed in includes, for one)deraadt2001-06-182-0/+8114
|
* move microcodederaadt2001-06-182-0/+9482
|
* updated firmware from 3com (Thanks!); contains support for 3cr990B cards.jason2001-06-051-2734/+5051
|
* Phew. After 8 months and 80+ hours of effort, I have finally gotten 3com toderaadt2001-04-241-0/+2771
| | | | release the 3CR990 microcode under an acceptable licence.
* fix headerderaadt2001-04-161-2/+1
|
* put yamaha comment in the filederaadt2001-04-161-0/+4
|
* Support U160 on 53c1010 chips.krw2001-04-152-37/+38
| | | | | | | | | | | | | | Add support for PPR negotiations and DT transfers, and the preservation and restoration of the SCNTL4 register which controls Ultra3 transfers. Redo sync lookup, since the same period factor can mean two things depending on whether you are using DT or ST. Keep a minimum allowed ST period factor, and a minimum allowd DT period factor for each adapter. Currently NO support for QAS or IUS or AIP.
* Commit newest adw microcode (3.3f) fileskrw2001-04-112-0/+1401
|
* Microcode for yds(4) driver, freed by Yamaha as follows:aaron2001-03-291-0/+1579
| | | | | "Free distribution, No restriction for their distribution, We do not make any support." -- suzuki-y@post.yamaha.co.jp
* Typo police: various misspelling, capitalizations, etc.krw2001-03-012-5/+5
|
* Import siop, a replacement for the ncr SCSI driver, from NetBSD.krw2001-02-154-0/+2228
| | | | | | | | Written for NetBSD by Manuel Bouyer. Tested with various cards on i386 and alpha. Outstanding issue: doesn't work with PowerPC yet.
* update to latest firmware levelsmjacob2001-02-125-14947/+16539
|
* update SBUS microcode to 1.37 (latest)mjacob2000-10-161-1108/+1209
|
* Split PCI firmware into separate (product) files to minimizemjacob2000-07-066-32639/+20438
| | | | CVS rototillage on f/w upgrades.
* Import tagging code and try to resolve locking problem.smurph2000-04-043-374/+384
|
* new ahc driver. Adds support for newer Adaptec controllers. This represents two months of work.smurph2000-03-2217-2798/+7363
|
* add Qlogic 12160 microcodemjacob2000-02-201-1/+4038
|
* add in initiator-only f/w (preferred) for parallel SCSI devicesmjacob1999-12-201-1/+3379
|
* Roll in new firmware (also with a shiny new BSD style licence)mjacob1999-11-222-16827/+24238
|
* - remove all trailing whitespaceaaron1999-07-091-11/+11
| | | | | | | | | | * except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
* remove redundant .Pp macrosaaron1999-07-031-3/+2
|
* Roll out changes because the tree is frozen.mjacob1999-04-041-13560/+13579
|
* roll ISP1040 and ISP2100 f/w to latest releasemjacob1999-04-041-13579/+13560
|
* roll internal revision levels and enable 1080 supportmjacob1999-03-252-6/+54
|
* fix OpenBSD headersmjacob1999-03-172-2/+2
|
* update firmware substantiallymjacob1999-03-172-3592/+19653
|
* add isp driver from netbsd, more munging neededderaadt1998-03-242-0/+4829
|
* $OpenBSD$niklas1997-11-073-1/+5
|