Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-25 | spelling | Todd T. Fries | |
2000-10-08 | Add support for Symbios (NCR) 1510 and 1510D. Based on a patch from | Todd C. Miller | |
redjade@ada.snu.ac.kr. | |||
2000-08-01 | Add Symbios 53C895A support; armin@wolfermann.org | Todd C. Miller | |
2000-02-08 | Remove name field from ncr_chip_table since it doesn't have the chip name | Todd C. Miller | |
anymore. Instead, we print the scsi version supported based on the features flags. | |||
2000-02-07 | remove verbosity in dmesg; openbsd commit #10,000 for me | Theo de Raadt | |
2000-02-06 | LVD support, from FreeBSD, tested for half a year by several people | Niklas Hallqvist | |
1999-12-02 | o Crank MAX_START back up to 256 and allow it to be overridden. This time we | Todd C. Miller | |
leave SCSI_NCR_DFLT_TAGS alone since turning off tags caused some problems. o Use new pci routines in attach (from NetBSD). This also repairs -DNCR_IOMAPPED. | |||
1999-06-06 | complete blind luck made this work without a volatile | Theo de Raadt | |
1999-04-05 | revert to rev 1.42 until after 2.5 release | Todd C. Miller | |
1999-03-30 | Crank MAX_START to 256 instead of making it dependent on MAX_TARGET and | Todd C. Miller | |
SCSI_NCR_DFLT_TAGS | |||
1999-03-21 | Do not enable command tagged queuing by default | Todd C. Miller | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-08-07 | com.c needs to know about mem mapped ports in ppc systems. | Per Fogelstrom | |
ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit. | |||
1998-07-21 | #ifdef for a weird card and a strange configuration | Jason Downs | |
1998-07-16 | MAXSTART had an implicate assumption that MAXTARGETS was 8 when it is really 16 | Todd C. Miller | |
1998-05-23 | Don't play games with PAGE_SIZE and PAGE_MASK. Previously I was #undef'ing ↵ | Todd C. Miller | |
the real ones but that's gross. | |||
1998-03-22 | Fix some minor type error and a ++ sideeffect error in a macro call. | Per Fogelstrom | |
1998-03-17 | Code to handle mips non coherent caches added. Also a fix for the 'data | Per Fogelstrom | |
buffer on stack' problem. Everything ifdefed __mips__ Still needs some fix for scsi clock freq. check on mips. | |||
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-05 | new style pci attach printing | Theo de Raadt | |
1997-12-03 | Move "struct head header" in struct ncb down to where it used to | Todd C. Miller | |
be. Found by Ken, fixed by Niklas. | |||
1997-12-01 | Newer ncr driver from NetBSD minus the scsipi stuff and with | Todd C. Miller | |
changes to make it diff usefully against the FreeBSD driver. Tested on alpha and i386, not tested on powerpc. | |||
1997-10-11 | Modification for Big Endian systems. This driver is now usable in big endian | Per Fogelstrom | |
systems with PCI bus. The modifications were done for the new powerpc port. Most changes are done in the scripts handling storing the scripts in little endian byte order for the scripts processor in the NCR chip. | |||
1997-09-07 | From NetBSD: | Todd C. Miller | |
Add QUIRK_NOTAGS quirk type and quirk for HP C372. Print quirks (other than QUIRK_NOMSG) for a device when it is config'd. | |||
1997-04-30 | Change an splhigh() -> splbio(). From NetBSD (mycroft) | Todd C. Miller | |
1997-04-10 | These two was not ready for commit yet. Backed out. | Per Fogelstrom | |
1997-04-10 | Add Matrox Mystique | Per Fogelstrom | |
1997-03-03 | Sync with NetBSD which is syncing with FreeBSD, whee! | Todd C. Miller | |
OpenBSD-specific changes are surrounded by #ifdef __OpenBSD__ or #ifndef __OpenBSD__ | |||
1997-01-22 | only go into wide scsi mode if the card supports it | Theo de Raadt | |
1997-01-17 | ncr_print() -> scsiprint() | kstailey | |
1997-01-15 | sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets converted | Theo de Raadt | |
to 8 internally so that drivers do not need to init it for regular scsi :-) | |||
1996-11-30 | sync | Jason Downs | |
1996-11-30 | fix order of #if defined's so it compiles | Todd C. Miller | |
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-10-31 | -Wall fixes needed by alpha | Niklas Hallqvist | |
1996-10-18 | -Wall happiness + feed np into ncr_scatter so vtophys will work on alpha | Niklas Hallqvist | |
1996-10-13 | Updated driver to match FreeBSD, from Dave Huang <khym@bga.com>. | Jason Downs | |
1996-10-12 | Support LUNs. My God... | Jason Downs | |
1996-09-05 | se@freebsd.org: fix sync transfer negotiation. | dm | |
1996-09-05 | se@freebsd.org: some changes for the 53c860 and the 53c875 | dm | |
1996-08-21 | check for __OpenBSD__, prep for tossing __NetBSD__? | Theo de Raadt | |
1996-06-10 | sync to 0607 | Theo de Raadt | |
1996-05-26 | sync 0521 | Theo de Raadt | |
1996-05-07 | sync with 0504 -- prototypes and bus.h | Theo de Raadt | |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-18 | NetBSD 960317 merge | Niklas Hallqvist | |
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
1995-12-27 | from netbsd: | Theo de Raadt | |
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. Change splimp -> splnet in Ethernet, ARCnet, and FDDI drivers. |