summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ahc_pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-4/+2
* Format string fix in disabled code. Format bus_space_handle_t with %xl,sf2014-05-081-4/+4
* Backout a bunch of my SCSI commits from c2k11. At least one of thesematthew2011-07-171-2/+8
* Use the SDEV_2NDBUS flag like isp(4) instead of the currentmatthew2011-07-041-8/+2
* Remove commented out NetBSD __KERNEL_RCSID macro usage.brad2008-05-131-5/+4
* The obvious bzero/memset -> M_ZERO changes.krw2007-09-071-9/+8
* delete unused code; ok krwderaadt2007-05-141-5/+3
* Read PCI command/status register right before modifying it to prevent restoringkettenis2006-07-111-6/+8
* do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisubmatch(); kettenis@ testing; brad@ okmickey2005-08-091-6/+2
* enable memory-mapped i/o everywhere but on i386martin2005-03-241-3/+3
* define AHC_ALLOW_MEMIO on macppc, resulting in support for moremartin2005-02-211-3/+3
* Fix crashes during probe by ensuring that SCSI_IS_SCSIBUS_B() returnskrw2005-02-121-2/+8
* Fix issue with auto request sense handling for both ahc and ahd.krw2004-08-131-7/+12
* Fold in relevant bits of the most recent two updates fromkrw2004-08-011-3/+80
* Reduce ahc verbosity. Put chip details inside an if (bootverbose) {}krw2004-01-051-8/+5
* Sync ahc with NetBSD, which was in turn updated from FreeBSD by Pascalkrw2003-12-241-1189/+1198
* support AAA131U2; cmaxwell@themanor.netderaadt2003-09-251-1/+3
* - remove ahc dependency, convert smc93cx6 into an attribute.fgsch2003-08-151-2/+4
* move verify_cksum() to ahc; krw@ ok.fgsch2003-08-121-1/+24
* The AIC5900 and AIC5905 are ATM chipsets, not SCSI controllers.henning2003-07-251-3/+1
* intial -> initial;jmc2003-02-181-2/+2
* Add a simplistic table driven lookup routine and use it where appropriate.jason2002-11-191-50/+40
* attempt to make ahc smaller. change PCI interrupt handler.smurph2002-07-051-6/+7
* Make sure interrupts are disabled at init and attempt better termination.smurph2002-06-301-5/+29
* Be sure to correctly initialize the ahc_softc members before usingmiod2002-06-291-2/+4
* Return of new ahcsmurph2002-06-281-434/+687
* remove __Pmillert2002-03-191-36/+36
* revert to older ahc driver until the new one's bugs are fixedmillert2002-03-191-714/+461
* First round of __P removal in sysmillert2002-03-141-24/+24
* This should fix AHA-3950BU2.smurph2002-02-181-3/+5
* New port of FreeBSD's ahc driversmurph2002-02-161-442/+693
* Correct some pryntf() usage: get the correct number of arguments in themiod2001-09-211-2/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* shortenderaadt2001-08-231-1/+4
* ANSI C does not like labels: without a statement after that.espie2001-07-101-1/+2
* Make pci_mapreg_map take an extra argument where we canniklas2001-06-121-3/+3
* pretty print even during failure conditionsderaadt2001-01-221-7/+7
* Suppress PCI bus error messages on i386. They are not fatal and are usuallysmurph2000-12-291-2/+10
* Add support for big endian hardware. Clean up memory vs. io mapping code.smurph2000-07-031-20/+37
* Match 2930CU, it works with the new driverchris2000-05-261-1/+2
* Add support for Adaptec 2930U2 controller.smurph2000-04-131-2/+3
* Add support for Adaptec 2930U2 controller.smurph2000-04-131-1/+2
* Don't match AIC6915 -- that's a network card, supported by sf(4).aaron2000-04-061-2/+1
* Changed boot messages and fixed Ultra160 boot messages.smurph2000-04-051-2/+3
* new ahc driver. Adds support for newer Adaptec controllers. This represents two months of work.smurph2000-03-221-505/+1122
* Add support for 93C66 and 93C56 SEEPROM chips.weingart2000-01-311-6/+10
* 2940UWPro supportderaadt1999-09-221-1/+7
* Add device ID for 398XUW, such as found on some RAID controllers.downsj1999-08-271-1/+4
* now this is really prettyderaadt1998-01-071-4/+4
* new style pci attach printingderaadt1998-01-051-7/+4