summaryrefslogtreecommitdiff
path: root/sys/dev/pci/amr.c
AgeCommit message (Expand)Author
2003-11-05Apparently, Dell PERC 4/Di controllers can have two memory BARs, with thefvdl
2003-10-29Rework to remove bogus initializers. Also fixes a potential problem withmycroft
2003-10-25Fix completely bogus printf that used uninitialized variables.christos
2003-10-25Fix uninitialized variable warningschristos
2003-10-21Don't pass NULL as an integer value.fvdl
2003-10-14Added another Dell PERC 4/Dimartti
2003-10-13Make this work with the newer 'Quartz' controllers.ad
2003-09-26Add DELL Perc 4/di (from Freebsd).matt
2003-05-15Fix reversed arguments to bus_space_unmap.fvdl
2003-05-14Fix thinko.ad
2003-05-04- Fix the mailbox protocol. Not tested with newer 'Quartz' controllers.ad
2003-01-31Use aprint_*().thorpej
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-06-01SIMPLEQ rototill:lukem
2002-01-30Bare-bones driver for AMI RAID. Parts taken from FreeBSD. This was tried aad