Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Manuel Bouyer rescinded clauses 3 and 4 of his license text. | 2010-07-23 | 1 | -6/+1 | |
| | |||||
* | ANSI function decs (thorpej via NetBSD), remove trailing whitespace | 2005-10-08 | 1 | -10/+5 | |
| | | | | | (perry via NetBSD). Note we are now sync'd up to latest (r1.18) NetBSD source. | ||||
* | From NetBSD (bouyer@): | 2002-11-16 | 1 | -2/+2 | |
| | | | | | | | | | In siop_reset(), reset sc_ntargets to 0. The number of targets will be computed again in siop_add_reselsw(). In siop_reset(), reset the tag reseloff to 0, in addition to the lun reseloff. If siop_add_dev() fails this time we would use the old reseloff, clobbering memory now used for something else. | ||||
* | Resync siop with NetBSD. Make strong effort to minimize | 2002-09-16 | 1 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | differences, undoing whitespace, spelling, etc. changes and adopting the NetBSD code instead of equivalent home grown code for PPR negotiation, etc. siop.c 1.21 -> 1.64 siop_common.c 1.12 -> 1.30 siopreg.h 1.7 -> 1.13 siopvar.h 1.13 -> 1.18 siopvar_common.h 1.10 -> 1.21 ncr53cxxx.c 1.5 -> 1.10 siop.ss 1.12 -> 1.17 siop_pci.c 1.8 -> 1.11 siop_pci_common.c 1.6 -> 1.17 siop_pci_common.h 1.2 -> 1.4 Many fixes, add 1010-66 support, restructure things to prepare for addition of esiop, osiop and oosiop drivers. tested on various archs by art@, millert@, wilfried@, jason@, Dan Weeks. ok deraadt@. | ||||
* | First round of __P removal in sys | 2002-03-14 | 1 | -3/+3 | |
| | |||||
* | Typo police: various misspelling, capitalizations, etc. | 2001-03-01 | 1 | -2/+2 | |
| | |||||
* | Import siop, a replacement for the ncr SCSI driver, from NetBSD. | 2001-02-15 | 1 | -0/+84 | |
Written for NetBSD by Manuel Bouyer. Tested with various cards on i386 and alpha. Outstanding issue: doesn't work with PowerPC yet. |