summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ncr.c
AgeCommit message (Expand)Author
2003-01-05spellingTheo de Raadt
2002-06-04spelling; raj@cerias.purdue.eduTheo de Raadt
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-26remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok.Federico G. Schwindt
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-19More old timeouts removal, mainly affected unused/unmaintained code.Miod Vallat
2001-08-12remove redundant vm includesMichael Shalayeff
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-05-16it is notright to malloc() w/ WAITOK at attach time, put back NULL check and...Michael Shalayeff
2001-05-16No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok)Hakan Olsson
2001-04-06Move offsetof define into sys/param.hConstantine Sapuntzakis
2001-01-25spellingTodd T. Fries
2000-10-08Add support for Symbios (NCR) 1510 and 1510D. Based on a patch fromTodd C. Miller
2000-08-01Add Symbios 53C895A support; armin@wolfermann.orgTodd C. Miller
2000-02-08Remove name field from ncr_chip_table since it doesn't have the chip nameTodd C. Miller
2000-02-07remove verbosity in dmesg; openbsd commit #10,000 for meTheo de Raadt
2000-02-06LVD support, from FreeBSD, tested for half a year by several peopleNiklas Hallqvist
1999-12-02o Crank MAX_START back up to 256 and allow it to be overridden. This time weTodd C. Miller
1999-06-06complete blind luck made this work without a volatileTheo de Raadt
1999-04-05revert to rev 1.42 until after 2.5 releaseTodd C. Miller
1999-03-30Crank MAX_START to 256 instead of making it dependent on MAX_TARGET andTodd C. Miller
1999-03-21Do not enable command tagged queuing by defaultTodd C. Miller
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-08-07com.c needs to know about mem mapped ports in ppc systems.Per Fogelstrom
1998-07-21#ifdef for a weird card and a strange configurationJason Downs
1998-07-16MAXSTART had an implicate assumption that MAXTARGETS was 8 when it is really 16Todd C. Miller
1998-05-23Don't play games with PAGE_SIZE and PAGE_MASK. Previously I was #undef'ing t...Todd C. Miller
1998-03-22Fix some minor type error and a ++ sideeffect error in a macro call.Per Fogelstrom
1998-03-17Code to handle mips non coherent caches added. Also a fix for the 'dataPer Fogelstrom
1998-01-07now this is really prettyTheo de Raadt
1998-01-05new style pci attach printingTheo de Raadt
1997-12-03Move "struct head header" in struct ncb down to where it used toTodd C. Miller
1997-12-01Newer ncr driver from NetBSD minus the scsipi stuff and withTodd C. Miller
1997-10-11Modification for Big Endian systems. This driver is now usable in big endianPer Fogelstrom
1997-09-07From NetBSD:Todd C. Miller
1997-04-30Change an splhigh() -> splbio(). From NetBSD (mycroft)Todd C. Miller
1997-04-10These two was not ready for commit yet. Backed out.Per Fogelstrom
1997-04-10Add Matrox MystiquePer Fogelstrom
1997-03-03Sync with NetBSD which is syncing with FreeBSD, whee!Todd C. Miller
1997-01-22only go into wide scsi mode if the card supports itTheo de Raadt
1997-01-17ncr_print() -> scsiprint()kstailey
1997-01-15sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets convertedTheo de Raadt
1996-11-30syncJason Downs
1996-11-30fix order of #if defined's so it compilesTodd C. Miller
1996-11-28Adaption to new bus.h from NetBSD. Various driver has been updated toNiklas Hallqvist
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-10-31-Wall fixes needed by alphaNiklas Hallqvist
1996-10-18-Wall happiness + feed np into ncr_scatter so vtophys will work on alphaNiklas Hallqvist