Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove more '\n's from panic() statements. Both trailing and leading. | 2002-10-12 | 1 | -3/+3 | ||
| | | | | Diff generated by Chris Kuethe. | |||||
* | More sc_arpcom fallout. | 2002-06-09 | 1 | -2/+2 | ||
| | | | | | Not tested because all alphas in my reach are dead right now. From Dries Schellekens. | |||||
* | withough -> without | 2002-06-02 | 1 | -2/+2 | ||
| | ||||||
* | Regen. | 2002-05-03 | 2 | -63/+127 | ||
| | ||||||
* | Add more cards and device names, and print better looking probe messages for | 2002-05-03 | 3 | -40/+46 | ||
| | | | | unknown cards. | |||||
* | Big TURBOchannel support catchup from NetBSD, part 1. | 2002-05-02 | 22 | -383/+2689 | ||
| | | | | | | | | | A few local changes and tweaks remain. This bring DEC 3000 machines back in the game, but framebuffers are still not supported at the moment. Thanks to ericj@ and nate@ for supplying me a DEC 3000 for testing. | |||||
* | Final __P removal plus some cosmetic fixups | 2002-03-14 | 3 | -11/+11 | ||
| | ||||||
* | First round of __P removal in sys | 2002-03-14 | 8 | -41/+41 | ||
| | ||||||
* | Sprinkle pmap_update calls where relevant and some other | 2001-12-08 | 1 | -1/+2 | ||
| | | | | misc pmap usage fixes. | |||||
* | Kill uvm_pagealloc_contig. The two drivers that still used it should have | 2001-11-30 | 1 | -5/+27 | ||
| | | | | | | been converted to bus_dma ages ago, but since noone haven't bothered to do that I haven't bothered to do more than to test that the kernel still builds with those changes. | |||||
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | 2001-11-06 | 2 | -4/+3 | ||
| | | | | (Look ma, I might have broken the tree) | |||||
* | Don't include <vm/vm_kern.h> if you don't need foo_map. | 2001-09-11 | 1 | -2/+1 | ||
| | ||||||
* | absolutely no need to include vm_parm.h after vm.h | 2001-08-12 | 1 | -2/+1 | ||
| | ||||||
* | More pmax files are leaving the party. | 2001-06-27 | 6 | -2987/+3 | ||
| | ||||||
* | zap old vm | 2001-06-27 | 1 | -9/+1 | ||
| | ||||||
* | Convert to new timeouts; miod@ ok | 2001-06-25 | 4 | -7/+11 | ||
| | ||||||
* | Revert previous untested change, until a fix is ready. | 2001-05-11 | 2 | -8/+5 | ||
| | ||||||
* | Convert to new timeouts. | 2001-05-01 | 2 | -5/+8 | ||
| | ||||||
* | spelling | 2001-01-25 | 2 | -4/+4 | ||
| | ||||||
* | allocate le_iomem in le_ioasic_attach instead of MD code, | 2000-11-08 | 1 | -3/+17 | ||
| | | | | only for UVM. | |||||
* | Pull in two asc fixes from NetBSD, makes pmax port on DS5000/200 alive again | 2000-09-10 | 1 | -16/+16 | ||
| | ||||||
* | make this compile again; millert. | 1999-12-03 | 1 | -1/+4 | ||
| | ||||||
* | more KNF and cleanup | 1999-11-30 | 1 | -52/+58 | ||
| | ||||||
* | pretty up kernel printf's | 1999-11-23 | 1 | -1/+2 | ||
| | ||||||
* | o if_media'fied am7990 | 1998-09-16 | 4 | -4/+8 | ||
| | | | | o if_media'fied sun4m le. | |||||
* | sync | 1998-06-23 | 2 | -3/+3 | ||
| | ||||||
* | add LoFi;jonathan | 1998-06-23 | 1 | -2/+3 | ||
| | ||||||
* | newer asc driver from NetBSD | 1998-05-18 | 4 | -140/+253 | ||
| | ||||||
* | sync | 1998-02-16 | 2 | -2/+34 | ||
| | ||||||
* | Add entries for the PMAZ-DS and PMAZ-FS (Flamingo Turbochannel Dual SCSI | 1998-02-16 | 1 | -1/+5 | ||
| | | | | | baseboard devices, normal and fast), and the PMAZB-AA and PMAZC-AA (Turbochannel Dual SCSI option cards, normal and fast); thorpej | |||||
* | $OpenBSD$ | 1997-11-07 | 11 | -0/+11 | ||
| | ||||||
* | Add fix for another quirky behaviour: sending the command after a sync | 1997-07-08 | 1 | -10/+67 | ||
| | | | | | | | | | | | | | negotiation sometimes doesn't send all the command data for some reason. Transfer remaining fifo data, and if that's not enough, pad the command. This fixes a system reboot during SCSI device probes. From my NetBSD fix. Add missing code to start another device when a disconnect occurs. Also from NetBSD. For all other unknown interrupt conditions, print an explanitory message before rebooting the system. This will be useful in determining other reboots if they happen in the driver. From jonathan@netbsd.org. | |||||
* | put an harmless waring behind an DIAGNOSTIC | 1997-02-01 | 1 | -0/+2 | ||
| | ||||||
* | small changes to get it compiled on the pmax (does'nt affect anything else) | 1997-01-13 | 2 | -3/+3 | ||
| | ||||||
* | Forgotten files from NetBSD merge | 1996-12-08 | 3 | -0/+503 | ||
| | ||||||
* | Merge to NetBSD 961107, i.e. mostly new bus.h | 1996-12-08 | 9 | -399/+211 | ||
| | ||||||
* | added const to second parameter of cfprint_t routines | 1996-11-23 | 2 | -5/+5 | ||
| | ||||||
* | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | 1996-11-12 | 1 | -3/+3 | ||
| | | | | possibly taken in small steps | |||||
* | -Wall fixes needed by alpha | 1996-10-31 | 1 | -1/+3 | ||
| | ||||||
* | silence warning | 1996-10-04 | 1 | -1/+2 | ||
| | ||||||
* | mhitch; Don't flush the 53C94 fifo when starting dma_in. The fifo data is | 1996-07-27 | 1 | -7/+3 | ||
| | | | | valid at that point, and flushing the fifo will hang the system. | |||||
* | Try to avoid collisions with reselection when starting a new selection. | 1996-06-18 | 1 | -7/+68 | ||
| | | | | | | | Enable reselections as soon as possible after a disconnect - prevents losing a reselecting device. Check for and ignore a spurious interrupt during a DMA input (from the Mach driver). | |||||
* | sync to 0607 | 1996-06-10 | 2 | -21/+48 | ||
| | ||||||
* | sync 0521 | 1996-05-26 | 9 | -36/+446 | ||
| | ||||||
* | if_name/if_unit -> if_xname/if_softc | 1996-05-10 | 5 | -226/+338 | ||
| | ||||||
* | split le driver, add iy driver | 1996-05-10 | 1 | -6/+8 | ||
| | ||||||
* | add : | 1996-05-07 | 1 | -3/+3 | ||
| | ||||||
* | make these work together | 1996-05-02 | 5 | -229/+267 | ||
| | ||||||
* | partial sync with netbsd 960418, more to come | 1996-04-21 | 6 | -125/+167 | ||
| | ||||||
* | NetBSD 960317 merge | 1996-04-18 | 9 | -77/+583 | ||
| |