summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ahc_pci.c
AgeCommit message (Collapse)Author
2004-08-13Fix issue with auto request sense handling for both ahc and ahd.Kenneth R Westerback
Restore hppa functionality, add sgi functionality for ahc. ok deraadt@, plus marco@, mickey@, pefo@ for various bits.
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-01-05Reduce ahc verbosity. Put chip details inside an if (bootverbose) {}Kenneth R Westerback
block. Put irq on first ahc line after 'rev 0xYY', rather than a separate line. 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-09-25support AAA131U2; cmaxwell@themanor.netTheo de Raadt
2003-08-15- remove ahc dependency, convert smc93cx6 into an attribute.Federico G. Schwindt
- support for 8 and 32 bit registers. from NetBSD. deraadt@ and krw@ testing and ok.
2003-08-12move verify_cksum() to ahc; krw@ ok.Federico G. Schwindt
2003-07-25The AIC5900 and AIC5905 are ATM chipsets, not SCSI controllers.Henning Brauer
Jason Ackley <jason@ackley.net> in PR3368
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@
2002-11-19Add a simplistic table driven lookup routine and use it where appropriate.Jason Wright
2002-07-05attempt to make ahc smaller. change PCI interrupt handler.Steve Murphree
2002-06-30Make sure interrupts are disabled at init and attempt better termination.Steve Murphree
2002-06-29Be sure to correctly initialize the ahc_softc members before usingMiod Vallat
ahc_inb(), to prevent an early panic. This could only affect non-i386 architectures.
2002-06-28Return of new ahcSteve Murphree
2002-03-19remove __PTodd C. Miller
2002-03-19revert to older ahc driver until the new one's bugs are fixedTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-18This should fix AHA-3950BU2.Steve Murphree
2002-02-16New port of FreeBSD's ahc driverSteve Murphree
2001-09-21Correct some pryntf() usage: get the correct number of arguments in theMiod Vallat
correct order.
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD.
2001-08-23shortenTheo de Raadt
2001-07-10ANSI C does not like labels: without a statement after that.Marc Espie
Restore missing breaks.
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm.
2001-01-22pretty print even during failure conditionsTheo de Raadt
2000-12-29Suppress PCI bus error messages on i386. They are not fatal and are usuallySteve Murphree
caused by another device on the PCI bus. So we won't print them. Just ACK them and go.
2000-07-03Add support for big endian hardware. Clean up memory vs. io mapping code.Steve Murphree
Fix for drives with Tag quirks.
2000-05-26Match 2930CU, it works with the new driverChris Cappuccio
2000-04-13Add support for Adaptec 2930U2 controller.Steve Murphree
2000-04-13Add support for Adaptec 2930U2 controller.Steve Murphree
2000-04-06Don't match AIC6915 -- that's a network card, supported by sf(4).Aaron Campbell
2000-04-05Changed boot messages and fixed Ultra160 boot messages.Steve Murphree
AHA-29160 Ultra160 verified working.
2000-03-22new ahc driver. Adds support for newer Adaptec controllers. This ↵Steve Murphree
represents two months of work.
2000-01-31Add support for 93C66 and 93C56 SEEPROM chips.Tobias Weingartner
Adapted from FreeBSD code.
1999-09-222940UWPro supportTheo de Raadt
1999-08-27Add device ID for 398XUW, such as found on some RAID controllers.Jason Downs
(This allows, for instance, an AAA-131CF to function as a normal SCSI controller with this driver.)
1998-01-07now this is really prettyTheo de Raadt
1998-01-05new style pci attach printingTheo de Raadt
1997-08-05Make compile on alphaNiklas Hallqvist
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes.
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
possibly taken in small steps
1996-10-16unused varTheo de Raadt
1996-08-21check for __OpenBSD__, prep for tossing __NetBSD__?Theo de Raadt
1996-06-27new 2940 driver merged from freebsd sources 960623shawn
1996-05-26sync 0521Theo de Raadt