summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
AgeCommit message (Collapse)Author
2004-11-22rename these two firmwares to nicer namesTheo de Raadt
2004-11-22stdlib.hTheo de Raadt
2004-11-22enter kue & symbolTheo de Raadt
2004-11-22firmware loading for kue(4), tested for me by dhartmeiTheo de Raadt
2004-11-22missed a few capable machinesTheo de Raadt
2004-11-22for later use, install theseTheo de Raadt
2004-11-22build and install neomagic firmwareTheo de Raadt
2004-11-22filesystem firmware loadingTheo de Raadt
2004-11-22build & install tigon firmwaresTheo de Raadt
2004-11-22build a tigon firmware file. Saves 150KB or so in GENERIC kernelsTheo de Raadt
2004-11-21$OpenBSD$ tagAlexander Yurchenko
2004-11-20sgi tooTheo de Raadt
2004-11-19copyrightTheo de Raadt
2004-11-19return 0 from main, hppa cares :)Theo de Raadt
2004-11-17rename to atmelTheo de Raadt
2004-11-17fix non-usb buildsTheo de Raadt
2004-11-17install all 8 filesTheo de Raadt
2004-11-17list licensed filesTheo de Raadt
2004-11-17forgot 2 firmwaresTheo de Raadt
2004-11-17not sparcTheo de Raadt
2004-11-16put copy of license in firmware dir tooTheo de Raadt
2004-11-16flat firmware file creation and installationTheo de Raadt
2004-11-12file not usedTheo de Raadt
2004-11-02BSD-like license permitting redistribution of of the current AtmelTheo de Raadt
firmware (apparently new firmwares coming soon). Agreement worked out with rbisset@atmel -- the marketing director :) Thanks Atmel, I am working on a driver.
2004-11-02from netbsd:Theo de Raadt
Generated from the firmware binaries for T3 series CF adapter. Obtained from Tim Gardner <timg@tpi.com> who developed the Linux driver. And approved by Brad Lefore <blefore@sj.symbol.com> to redistribute it with BSD license.
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-09-18regen w/ proper rcsids and constMichael Shalayeff
2004-09-18repair build that reused y.tab.h for two different parsersMichael Shalayeff
thus failing a build every other time. make generated arrays const and repair rcsid generation for output. allow one-step build; from krw@ krw@ ok
2004-08-03microcode for interrupts coalescing on fxp; from intel via freebsdMichael Shalayeff
2004-08-01Fold in relevant bits of the most recent two updates fromKenneth R Westerback
gibbs@freebsd. Large commit messages detailing all changes can be read at revisions 1.97 and 1.100 of aic7xxx.c: www.freebsd.org/cgi/cvsweb.cgi/src/sys/dev/aic7xxx/aic7xxx.c Tested by marco, nate and pefo. Fixed broken system for nate. ok marco@
2004-06-12Sync with FreeBSD aicasm. No changes to the generated reg.h or seq.hKenneth R Westerback
files used by ahc or ahd result from these changes, so they are not being sync'ed at this time. ok deraadt@
2004-05-19Add missing aic79xx_reg.h file. Update aic79xx* files to latestKenneth R Westerback
FreeBSD versions in preparation for ahd. Update Makefile to generate aic79xx* files. ok marco@, tested by Milos Urbanek.
2004-04-27irregardless -> irrespective;Jason McIntyre
ok millert@ krw@ derision from the rest of the world stolen from a rejected freebsd pr;
2004-03-12RegenMiod Vallat
2004-03-12Preliminary port of NetBSD oosiop driver, for NCR53C700 chips, as commonlyMiod Vallat
encountered on the oldest hppa machines. Currently compiled in, but disabled, in the kernel, until it is stable enough - right now read access are fine, but writes eventually time out and do not complete. ok deraadt@
2004-02-13Not used in updated ahc.Kenneth R Westerback
2004-02-08Pull in a few recent changes from FreeBSD, plus a couple of localKenneth R Westerback
tweaks. ok deraadt@.
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
Renauld of Network Storage Solutions, Inc. Many fixes, wider device support. In particular, the notorious 'Target 0' problem seems to be fixed. Does *not* include any updates to isa or eisa code beyond what was necessary to compile. Known issues: 1) Tagged Queuing is probably not optimal. 2) PPR negotiation may not be fully functional. 3) No support yet for freezing devices or channels. 4) The mechanism for preventing 'A' and 'B' channel confusion during probe can fail if scsibus > 254 found. 5) Requeuing I/O's not working. A workaround will be committed almost immediately. At the moment timeouts, SCSI message rejects, aborting SCB's and trying to freeze a device may cause incomplete i/o's to be reported as complete. 6) Verbosity and probe messages need work. 7) Last disk on bus seems to go through an extra re-negotiation. 8) >16 devices on an adapter will trigger the usual problems of total openings exceeding available SCB's under heavy load. Tested by deraadt@, beck@, miod@, naddy@, drahn@, marc@ amoung others. ok deraadt@.
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
Renauld of Network Storage Solutions, Inc. Many fixes, wider device support. In particular, the notorious 'Target 0' problem seems to be fixed. Does *not* include any updates to isa or eisa code beyond what was necessary to compile. Known issues: 1) Tagged Queuing is probably not optimal. 2) PPR negotiation may not be fully functional. 3) No support yet for freezing devices or channels. 4) The mechanism for preventing 'A' and 'B' channel confusion during probe can fail if scsibus > 254 found. 5) Requeuing I/O's not working. A workaround will be committed almost immediately. At the moment timeouts, SCSI message rejects, aborting SCB's and trying to freeze a device may cause incomplete i/o's to be reported as complete. 6) Verbosity and probe messages need work. 7) Last disk on bus seems to go through an extra re-negotiation. 8) >16 devices on an adapter will trigger the usual problems of total openings exceeding available SCB's under heavy load. Tested by deraadt@, beck@, miod@, naddy@, drahn@, marc@ amoung others. ok deraadt@.
2003-12-24Sync ahc with NetBSD, which was in turn updated from FreeBSD by PascalKenneth R Westerback
Renauld of Network Storage Solutions, Inc. Many fixes, wider device support. In particular, the notorious 'Target 0' problem seems to be fixed. Does *not* include any updates to isa or eisa code beyond what was necessary to compile. Known issues: 1) Tagged Queuing is probably not optimal. 2) PPR negotiation may not be fully functional. 3) No support yet for freezing devices or channels. 4) The mechanism for preventing 'A' and 'B' channel confusion during probe can fail if scsibus > 254 found. 5) Requeuing I/O's not working. A workaround will be committed almost immediately. At the moment timeouts, SCSI message rejects, aborting SCB's and trying to freeze a device may cause incomplete i/o's to be reported as complete. 6) Verbosity and probe messages need work. 7) Last disk on bus seems to go through an extra re-negotiation. 8) >16 devices on an adapter will trigger the usual problems of total openings exceeding available SCB's under heavy load. Tested by deraadt@, beck@, miod@, naddy@, drahn@, marc@ amoung others. ok deraadt@.
2003-10-20check strdup failure; nimadeus@pandora.beTheo de Raadt
2003-08-28Sync ('make microcode') with change to aicasm_symbol.c:Kenneth R Westerback
Fix use of uninitialized variable by porting NetBSD patch to correctly initialize it. Said variable is used as the value of the define DOWNLOAD_CONST_COUNT in the generated file aic7xxxreg.h. This define is currently not used anywhere. Spotted and ok mickey@.
2003-08-28Fix use of uninitialized variable by porting NetBSD patch to correctlyKenneth R Westerback
initialize it. Said variable is used as the value of the define DOWNLOAD_CONST_COUNT in the generated file aic7xxxreg.h. This define is currently not used anywhere. Spotted and ok mickey@.
2003-08-12regenMichael Shalayeff
2003-08-12constify sequencer script; krw@ okMichael Shalayeff
2003-07-01Don't dma map the xs->cmd. Copy it to a safe buffer that is alreadyKenneth R Westerback
mapped and sync'ed appropriately, and is guaranteed to be in one memory page. Eliminate now unused dmamap_cmd and rs_cmd fields. Fix another error message (adding active command to reset list) so that it includes the adapter name. Add missing letoh32() calls to debug code. The evils of directly mapping *xs->cmd were pointed out by Mickey during osiop development. In particular, *xs->cmd may start on one memory page and run into the next. Since the dma logic in most cards/drivers (including siop) only allocates one address/size pair to map *xs->cmd, parts of a command could be lost or corrupted. The large number of 6 byte dma mappings noted long ago by someone (Henric?). This change reduces the dma mapping activity per i/o by 1/3 to 1/2 and may give a performance boost of some kind. Successfully tested on i386, sparc64 (ultra30 - thanks Jolan, blade100), macppc and alpha. Unfortunately these changes don't fix the Blade1000 siop problems. **NOTE** If scsi_generic is ever upped to 16 bytes the offsets in siop.ss must be updated!
2003-06-27Take strlen() of an existing variable. Syntax error introduced in str*Kenneth R Westerback
cleanup. Can once again compile ncr53cxxx.c and use it to generate microcode.
2003-06-26constify readonly dataMichael Shalayeff
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-04-06strcat/strcpy/sprintf cleanup. krw@, anil@ ok. art@ tested sparc64.Hakan Olsson