Age | Commit message (Expand) | Author |
2010-05-20 | New scsi code seems to be stable. Pluck previously identified | Kenneth R Westerback |
2010-04-12 | Some of the line disciplines want to check for suser. Better to pass them | Ted Unangst |
2010-03-23 | Change the scsi_cmd function member of scsi_adapter from int to | Kenneth R Westerback |
2010-01-10 | Set ITSDONE in scsi_done() and zap trivial instances of setting it | Kenneth R Westerback |
2010-01-09 | Zap all setting of ITSDONE in drivers that don't look at it. Nobody | Kenneth R Westerback |
2009-11-22 | Bring last drivers fully into the NO_CCB world by replacing | Kenneth R Westerback |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-31 | in the absense of link state handling, drivers should still be silent; ok miod | Theo de Raadt |
2009-10-31 | Use suser when possible. Suggested by miod@. | Federico G. Schwindt |
2009-10-31 | Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE() | Theo de Raadt |
2009-05-31 | Fix definition of CL_FIFO_MAX to match what the hardware can do; this in | Miod Vallat |
2009-03-29 | make various strings ("can't map mem space" and similar) more consistent | Stuart Henderson |
2009-03-09 | Switch mvme88k to timecounters. | Miod Vallat |
2009-03-05 | Change SMP secondary processor startup to have them ``hatch'' earlier, | Miod Vallat |
2009-03-04 | When handling clock interrupts, check the overflow counter to know how many | Miod Vallat |
2009-02-18 | Fix thinko in list traversal in vsbic_cmd_ccb(). | Miod Vallat |
2009-02-17 | Be sure to pass a valid confargs * to child devices of vme0 when attaching, | Miod Vallat |
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat |
2009-02-15 | Properly send a request sense command if the command status asks for it. | Miod Vallat |
2009-02-14 | Add vsbic(4), a drive for the MVME327A SCSI and floppy controller, only for | Miod Vallat |
2009-02-14 | Fix a few defines. | Miod Vallat |
2009-02-13 | Provide a specific delay() routine using separate timers for the two cpus | Miod Vallat |
2009-02-12 | BPP routines for ``intelligent'' Motorola MVME boards. Currently not used | Miod Vallat |
2009-02-08 | Use the correct flags when bus_dmamap_sync()ing the s/g lists. | Miod Vallat |
2009-02-01 | Nuke whitespace at EOL. | Miod Vallat |
2009-02-01 | Finally switch this driver to bus_dma. | Miod Vallat |
2009-01-29 | Add a few cache operations after I/O completes. | Miod Vallat |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-23 | Fix uninitialized variable. | Miod Vallat |
2008-07-30 | Do not print adapter target id on the attachment line, now that scsibus(4) | Miod Vallat |
2008-01-23 | Cleanup cn_pri. Change constants to more meaningful names, rather than | Joel Sing |
2008-01-05 | For each channel, tell if it is single-ended or differential if we can know | Miod Vallat |
2008-01-03 | Enable wide transfers in the IOPB on wide busses, and get the IOPB passthrough | Miod Vallat |
2008-01-01 | Match on Cougar boards, and try to drive them like Jaguars on steroids. On | Miod Vallat |
2008-01-01 | A potpourri of bugfixes: | Miod Vallat |
2007-12-27 | Make the mvme188 interrupt handling closer to the aviion interrupt handling: | Miod Vallat |
2007-12-25 | Increase timeout on the processor bus when running without snooping enabled. | Miod Vallat |
2007-12-20 | Stricter range checks in mmap function. | Miod Vallat |
2007-12-15 | All MVME BUG manuals concur on SR3 being the only register needing to be | Miod Vallat |
2007-12-13 | Disable write posting, this does not work on BusSwitch revision #1. The BUG | Miod Vallat |
2007-12-04 | Work in progress SMP code for 88110 processor using the BusSwitch chip as | Miod Vallat |
2007-12-04 | Program the abort interrupt source correctly. | Miod Vallat |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-22 | Quote a few errata to explain why odd things are done in oddly ways on 88110. | Miod Vallat |
2007-11-17 | Add some preprocessor magic to let M187 and M188 kernels compile again. | Miod Vallat |
2007-10-06 | Oops. Forgot to do FREE -> free when I did MALLOC -> malloc. | Kenneth R Westerback |
2007-10-03 | MALLOC+bzero -> malloc+M_ZERO. | Kenneth R Westerback |
2007-05-25 | "interupt" -> "interrupt" in various comments. Mostly from Diego Casati. | Kenneth R Westerback |
2007-05-19 | Silence a diagnostic message in multiprocessor kernels, it makes things worse. | Miod Vallat |