Age | Commit message (Expand) | Author |
2004-06-25 | Minor fixes suggested by nordin@ and henning@ | Thorsten Lockert |
2004-06-24 | This moves access to wall and uptime variables in MI code, | Thorsten Lockert |
2004-06-21 | First step towards more sane time handling in the kernel -- this changes | Thorsten Lockert |
2003-11-07 | adress -> address, and a few more; all from Jonathon Gray; | Jason McIntyre |
2003-04-27 | strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit. | Hakan Olsson |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-05 | spelling | Theo de Raadt |
2002-06-04 | spelling; raj@cerias.purdue.edu | Theo de Raadt |
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-08-26 | remove useless INUSE references from scsi_xfer->flags; art@ miod@ ok. | Federico G. Schwindt |
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski |
2001-08-19 | More old timeouts removal, mainly affected unused/unmaintained code. | Miod Vallat |
2001-08-12 | remove redundant vm includes | Michael Shalayeff |
2001-06-12 | Make pci_mapreg_map take an extra argument where we can | Niklas Hallqvist |
2001-05-16 | it is notright to malloc() w/ WAITOK at attach time, put back NULL check and... | Michael Shalayeff |
2001-05-16 | No need to check M_WAIT/M_WAITOK malloc return values. (art@ ok) | Hakan Olsson |
2001-04-06 | Move offsetof define into sys/param.h | Constantine Sapuntzakis |
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 |
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 |
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 |
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 |
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 |
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 t... | Todd C. Miller |
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 |
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 |
1997-12-01 | Newer ncr driver from NetBSD minus the scsipi stuff and with | Todd C. Miller |
1997-10-11 | Modification for Big Endian systems. This driver is now usable in big endian | Per Fogelstrom |
1997-09-07 | From NetBSD: | Todd C. Miller |
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 |
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 |
1996-11-30 | sync | Jason Downs |