Age | Commit message (Expand) | Author |
2014-03-18 | Retire hp300, mvme68k and mvme88k ports. These ports have no users, keeping | Miod Vallat |
2014-01-21 | add a missing argument to a debug printf | Jonathan Gray |
2014-01-18 | if the controller is too busy to do a POLLed command, return XS_BUSY | David Gwynne |
2013-12-01 | no longer needed | Miod Vallat |
2013-12-01 | switch mvme68k to the MI zs(4) driver. | Miod Vallat |
2013-11-30 | Spurious linefeed | Miod Vallat |
2013-11-30 | unbreak | Miod Vallat |
2013-11-27 | Instead of comparing the lower and higher addresses of all the multicast | Martin Pieuchot |
2013-10-07 | Do not invoke ttymodem() directly, but l_modem from the current linedisc. | Miod Vallat |
2013-09-24 | Sync the MI LANCE code ( le(4) ) with NetBSD, except for the following: | Miod Vallat |
2013-09-05 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-07-04 | Merge rev 1.16 of cl.c: time_t is not long | Philip Guenther |
2013-07-02 | Use time_t for storing and returning time_t values, and cast to time_t | Philip Guenther |
2013-05-19 | Switch mvme68k to MI wdsc(4) driver. Tested on MVME147. | Miod Vallat |
2013-01-16 | Nuke common. | Miod Vallat |
2012-11-04 | Switch mvme68k to timecounters. | Miod Vallat |
2012-10-10 | Missed the MD bits with the bridgeport change. Found the hard way by deraadt. | Camiel Dobbelaar |
2012-06-16 | fix bad grammar in a comment | Miod Vallat |
2011-07-17 | Backout a bunch of my SCSI commits from c2k11. At least one of these | Matthew Dempsky |
2011-07-08 | First batch of converting SCSI HBAs from setting saa_targets and | Matthew Dempsky |
2011-07-06 | That file is supposed to have been removed ages ago. | Miod Vallat |
2011-04-07 | Do not use NULL in integer comparisons. No functional change. | Miod Vallat |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-23 | Better malloc the right size, overruns are so 200x... Pass the brown paper | Miod Vallat |
2010-11-18 | Do not #include <sys/dkstat.h> if you don't need anything from it. | Miod Vallat |
2010-07-02 | Move common code for waking up writers on a tty into a function. | Nicholas Marriott |
2010-06-29 | Shrink struct scsi_sense_data and thus the sense member of scsi_xfer, | Kenneth R Westerback |
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback |
2010-06-28 | Allow tty drivers to request larger buffers at attach time using a | Theo de Raadt |
2010-06-27 | More include necessary after <sys/user.h> inclusion removal | Miod Vallat |
2010-06-27 | Bunch of include adjustements to restore compilability. | Miod Vallat |
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe |
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-27 | Fix fallout of the scsi_cmd() interface change. | Miod Vallat |
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 | Remove only use in the tree of ESCAPE_NOT_SUPPORTED. Which, ironically, | 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-15 | Generic softinterrupt code for m68k platforms, now copied from m88k. | Miod Vallat |
2009-03-01 | Support for MVME141 boards. Tested with both VME and VSB memory boards | Miod Vallat |
2009-03-01 | Tweak pccspeed() to not report 33MHz boards as 50MHz (until better code is | Miod Vallat |
2009-03-01 | Support for MVME165 board - code written in april 2006, eventually debugged | Miod Vallat |
2009-03-01 | Fix bus_space_map() on intio space, it is not mapped 1:1... | Miod Vallat |