summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ami_pci.c
AgeCommit message (Expand)Author
2006-08-06sync PCI ids.Brad Smith
2006-07-14clean up a few defines and apply some knfDavid Gwynne
2006-07-14dont pretend to configure the BAR to only use 32bit addressing, and makeDavid Gwynne
2006-05-21recognise the perc4/dc firmwareDavid Gwynne
2006-03-13make the dmseg printing look a little nicer.Brad Smith
2006-03-04add PCI sub-ids for ACER, FSC, Intel and NEC products.Brad Smith
2005-12-13use consistent naming for members of the softc structDavid Gwynne
2005-12-13the megaraid i4 and my dell perc 3/dc share the same vendor and productDavid Gwynne
2005-12-12knfDavid Gwynne
2005-12-05Add older card to quirk table. This fixes the ccb timeout as reported byMarco Peereboom
2005-11-15missing return upon intr_establish failureMichael Shalayeff
2005-08-24Add MegaRAID 320E.Marco Peereboom
2005-08-15Add global hot spare support.Marco Peereboom
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-18remove trailing newline in panic(9); ok millert@ and deraadt@Federico G. Schwindt
2005-06-05Add megaraid 320 from Alexey E. Suslikov <cruel at texnika dot com dot ua>Marco Peereboom
2005-05-27step 1 in fixing bioctl commands intermixed with regular io.Marco Peereboom
2005-05-09replace sc_quirk with sc_flags, spotted and ok mickey@Marco Peereboom
2005-04-16Add SATA 8 channel.Marco Peereboom
2004-12-26Make debug less verbose. Prompted by mickey@Marco Peereboom
2004-12-26This should fix long outstanding issues with ami(4). The reportedMarco Peereboom
2004-11-22support PCI-Express PERC4e/Di; j@pureftpd.orgTheo de Raadt
2004-02-28dig lsi/symbios sata boards; reported and tesing by pailloncy@ifrance.comMichael Shalayeff
2003-06-02kill the caluses three and four on some of my codeMichael Shalayeff
2003-05-24support Perc 4/Di (e.g. in Dell PowerEdge 2600); ok mickey@Markus Friedl
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2003-02-28remove non-typo changes. sorry folksMichael Shalayeff
2003-02-28typo; from weissmanndudeMichael Shalayeff
2002-12-10Translate mickeyspeak into english.Miod Vallat
2002-10-04as i said, only check the class; add a comment on signature checkingMichael Shalayeff
2002-10-03Fix check for I2O based AMI cards (we don't want to match them here); meJason Wright
2002-03-30map only first page of whatever is given to us in the bar,Michael Shalayeff
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-06-23remove debug printfMichael Shalayeff
2001-06-23under some circumstances, such as on ppc, signature does not read all 32 bits...Michael Shalayeff
2001-06-19do not attach at i2o-configured adapter; pointed out by ad@netbsd.orgMichael Shalayeff
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-04-16dmesg cleanupsTheo de Raadt
2001-03-27avoid a mapreg type mismatch warning when mapping card's io spaceMichael Shalayeff
2001-03-09seems to work; rush because of cvs's battery at 73% nowMichael Shalayeff