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