Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-02 | withough -> without | Theo de Raadt | |
2002-05-03 | Regen. | Miod Vallat | |
2002-05-03 | Add more cards and device names, and print better looking probe messages for | Miod Vallat | |
unknown cards. | |||
2002-05-02 | Big TURBOchannel support catchup from NetBSD, part 1. | Miod Vallat | |
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. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski | |
misc pmap usage fixes. | |||
2001-11-30 | Kill uvm_pagealloc_contig. The two drivers that still used it should have | Artur Grabowski | |
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. | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-08-12 | absolutely no need to include vm_parm.h after vm.h | Michael Shalayeff | |
2001-06-27 | More pmax files are leaving the party. | Miod Vallat | |
2001-06-27 | zap old vm | Artur Grabowski | |
2001-06-25 | Convert to new timeouts; miod@ ok | Aaron Campbell | |
2001-05-11 | Revert previous untested change, until a fix is ready. | Miod Vallat | |
2001-05-01 | Convert to new timeouts. | Aaron Campbell | |
2001-01-25 | spelling | Todd T. Fries | |
2000-11-08 | allocate le_iomem in le_ioasic_attach instead of MD code, | Artur Grabowski | |
only for UVM. | |||
2000-09-10 | Pull in two asc fixes from NetBSD, makes pmax port on DS5000/200 alive again | Miod Vallat | |
1999-12-03 | make this compile again; millert. | Jason Wright | |
1999-11-30 | more KNF and cleanup | Jason Wright | |
1999-11-23 | pretty up kernel printf's | Jason Wright | |
1998-09-16 | o if_media'fied am7990 | Jason Wright | |
o if_media'fied sun4m le. | |||
1998-06-23 | sync | Theo de Raadt | |
1998-06-23 | add LoFi;jonathan | Theo de Raadt | |
1998-05-18 | newer asc driver from NetBSD | Todd C. Miller | |
1998-02-16 | sync | Theo de Raadt | |
1998-02-16 | Add entries for the PMAZ-DS and PMAZ-FS (Flamingo Turbochannel Dual SCSI | Theo de Raadt | |
baseboard devices, normal and fast), and the PMAZB-AA and PMAZC-AA (Turbochannel Dual SCSI option cards, normal and fast); thorpej | |||
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1997-07-08 | Add fix for another quirky behaviour: sending the command after a sync | mhitch | |
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. | |||
1997-02-01 | put an harmless waring behind an DIAGNOSTIC | Thomas Graichen | |
1997-01-13 | small changes to get it compiled on the pmax (does'nt affect anything else) | Thomas Graichen | |
1996-12-08 | Forgotten files from NetBSD merge | Niklas Hallqvist | |
1996-12-08 | Merge to NetBSD 961107, i.e. mostly new bus.h | Niklas Hallqvist | |
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-04 | silence warning | Theo de Raadt | |
1996-07-27 | mhitch; Don't flush the 53C94 fifo when starting dma_in. The fifo data is | Theo de Raadt | |
valid at that point, and flushing the fifo will hang the system. | |||
1996-06-18 | Try to avoid collisions with reselection when starting a new selection. | Theo de Raadt | |
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). | |||
1996-06-10 | sync to 0607 | Theo de Raadt | |
1996-05-26 | sync 0521 | Theo de Raadt | |
1996-05-10 | if_name/if_unit -> if_xname/if_softc | Theo de Raadt | |
1996-05-10 | split le driver, add iy driver | Theo de Raadt | |
1996-05-07 | add : | Theo de Raadt | |
1996-05-02 | make these work together | 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-01-05 | from netbsd: | Theo de Raadt | |
Commit trivial changes from Mach MK84 to force sup'ables source to be updated: Drop spurious interrupts in asc_intr(). Read back the pending SCSI command so asc_intr() can add it to the asc SCSI log. | |||
1995-12-30 | from netbsd | Theo de Raadt | |