| Commit message (Expand) | Author | Age | Files | Lines |
* | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | peter | 1999-04-24 | 1 | -2/+6 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-27 | 1 | -3/+13 |
* | Silence -Wtrigraph. | hoek | 1998-12-30 | 1 | -3/+3 |
* | pci_device pd_probe function changed from returning char * to returning | dillon | 1998-12-14 | 1 | -4/+4 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -6/+5 |
* | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | archie | 1998-12-04 | 1 | -3/+3 |
* | Honor CAM_TAG_ACTION_NONE. | gibbs | 1998-10-15 | 1 | -2/+3 |
* | FIxed printf format errors (an new one that is only detected on systems | bde | 1998-09-29 | 1 | -6/+6 |
* | Add hooks so that the alpha can detect which disk has the root partition. | dfr | 1998-09-26 | 1 | -2/+6 |
* | Don't set script to vaddr2 on the alpha - it can't access scripts in device | dfr | 1998-09-26 | 1 | -2/+6 |
* | A fix from Justin for the NCR bug that caused panics on 875 (and possibly | ken | 1998-09-22 | 1 | -3/+3 |
* | Bring back the cleanups from revs 1.121 and rev.1.122 of ncr.c. | gibbs | 1998-09-22 | 1 | -23/+25 |
* | Alpha patches for the NCR driver from Doug Rabson. I've tested these on an | ken | 1998-09-20 | 1 | -54/+136 |
* | Set QUIRK_NOMSG for all devices as was the case in the non-CAM version | gibbs | 1998-09-18 | 1 | -3/+3 |
* | Really correct ncr_freeze_devq now. We scan backwards from the current | gibbs | 1998-09-17 | 1 | -11/+26 |
* | Use %p with (void *) casts to print pointers with printf. | gibbs | 1998-09-17 | 1 | -5/+5 |
* | Fix a regression that caused the script to spam itself by copying something | gibbs | 1998-09-16 | 1 | -17/+49 |
* | Fix a bug in ncr_freeze_devq() which is called when we see a queue | gibbs | 1998-09-16 | 1 | -5/+10 |
* | Correct printf format bugs. | gibbs | 1998-09-15 | 1 | -6/+8 |
* | Convert ISP pci front end to CAM/bus space/dma. | gibbs | 1998-09-15 | 1 | -1647/+1073 |
* | Fixed the formatting of some tables (mainly the one produced by ps | bde | 1998-08-10 | 1 | -3/+3 |
* | Avoid some casts of pointers to integers (of possibly different sizes). | bde | 1998-07-14 | 1 | -7/+7 |
* | Remove unused member reselet from struct tstamp. | se | 1998-07-12 | 1 | -3/+2 |
* | Fix size of time stamps (had been time_t before the variable "time" was | se | 1998-07-12 | 1 | -26/+29 |
* | Fixed printf format errors. | bde | 1998-07-11 | 1 | -8/+9 |
* | This commit fixes various 64bit portability problems required for | dfr | 1998-06-07 | 1 | -3/+3 |
* | Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. | des | 1998-04-17 | 1 | -4/+4 |
* | Eradicate the variable "time" from the kernel, using various measures. | phk | 1998-03-30 | 1 | -34/+33 |
* | Staticize. | eivind | 1998-02-09 | 1 | -3/+3 |
* | Make FAILSAFE a new-style option. | eivind | 1998-02-04 | 1 | -2/+3 |
* | Fix size of start queue to 32 entries, independent of the default | se | 1997-12-02 | 1 | -3/+3 |
* | Rename some local variables to avoid shadowing other local variables. | phk | 1997-11-07 | 1 | -5/+5 |
* | Update for new callout interface. | gibbs | 1997-09-21 | 1 | -4/+5 |
* | Treat "reservation conflict" status similar to "busy". | se | 1997-09-10 | 1 | -4/+6 |
* | Remove scaling of tp->period, since the value is assumed to be in | se | 1997-09-09 | 1 | -12/+2 |
* | Prepare for 64bit programming environment (e.g. Alpha): | se | 1997-08-31 | 1 | -32/+32 |
* | Remove debug printf() that had been ommited by accident. | se | 1997-08-31 | 1 | -3/+2 |
* | Fix problem with early revision 53c825a and 53c875 chips, which | se | 1997-08-31 | 1 | -5/+3 |
* | Some cleanup and a fix for an assumed chip bug: | se | 1997-08-23 | 1 | -93/+90 |
* | Minor corrections to the code added in rev. 1.100 and 1.101: | se | 1997-08-23 | 1 | -4/+4 |
* | Removed unused #includes. | bde | 1997-08-02 | 1 | -6/+2 |
* | Fix problem caused by a chunk of the previous patch having been | se | 1997-07-29 | 1 | -3/+3 |
* | Add support for loading the SCRIPTS microcode into the on-chip RAM | se | 1997-07-28 | 1 | -598/+795 |
* | Add Ultra-SCSI support and enable more features for advanced | se | 1997-07-25 | 1 | -209/+689 |
* | Fix "unexpected phase change" interrupt handler: Do not access the | se | 1997-07-18 | 1 | -7/+10 |
* | Add device IDs for new Symbios SCSI chips (53c875J,885,895,896), which | se | 1997-06-11 | 1 | -97/+56 |
* | Fixed the type of timeout functions and removed casts that hid the | bde | 1997-04-20 | 1 | -11/+7 |
* | Fixed some invalid (non-atomic) accesses to `time', mostly ones of the | bde | 1997-03-22 | 1 | -5/+5 |
* | Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not | peter | 1997-02-22 | 1 | -2/+2 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -2/+2 |