summaryrefslogtreecommitdiff
path: root/sys/arch/mvme88k/dev
AgeCommit message (Expand)Author
2013-09-05Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2013-06-11switch mvme88k to the MI dart(4) code. Tested on MVME181 and MVME188.Miod Vallat
2013-05-24Fix dow register value in resettodr() - kernel computes it zero-based, butMiod Vallat
2013-05-23TOD clock support for AngelFire boardsMiod Vallat
2013-05-18Missing bits intended to go with the previous commit but lost in diff splitting:Miod Vallat
2013-05-17Preliminary support for MVME180 and MVME181 boards. On-board serial portsMiod Vallat
2013-05-17Replace the bunch of md_* function pointers with a `struct board' containingMiod Vallat
2013-05-17Split inittodr/resettodr code from actual tod routines, to allow forMiod Vallat
2013-05-14typo in multiple inclusion guard symbol name.Miod Vallat
2013-05-14Older BUG version do not implement the `out cr/lf' BUG system call, and, worse,Miod Vallat
2013-01-05Switch m88k ports to ELF.Miod Vallat
2012-10-10Missed the MD bits with the bridgeport change. Found the hard way by deraadt.Camiel Dobbelaar
2011-10-09Rework secondary processor initialization. cmmu initialization is nowMiod Vallat
2011-07-17Backout a bunch of my SCSI commits from c2k11. At least one of theseMatthew Dempsky
2011-07-08First batch of converting SCSI HBAs from setting saa_targets andMatthew Dempsky
2011-04-12A few, hopefully last, NULL-as-an-integer misuses.Miod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-23Better malloc the right size, overruns are so 200x... Pass the brown paperMiod Vallat
2010-12-23The exception vector page on m88k systems has always been the same page asMiod Vallat
2010-11-18Do not #include <sys/dkstat.h> if you don't need anything from it.Miod Vallat
2010-09-20Get rid of evcount's support for arranging counters in a treeMatthew Dempsky
2010-07-02Move common code for waking up writers on a tty into a function.Nicholas Marriott
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-27Bunch of include adjustements to restore compilability.Miod Vallat
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-05-20New scsi code seems to be stable. Pluck previously identifiedKenneth R Westerback
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-03-23Change the scsi_cmd function member of scsi_adapter from int toKenneth R Westerback
2010-01-10Set ITSDONE in scsi_done() and zap trivial instances of setting itKenneth R Westerback
2010-01-09Zap all setting of ITSDONE in drivers that don't look at it. NobodyKenneth R Westerback
2009-11-22Bring last drivers fully into the NO_CCB world by replacingKenneth R Westerback
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
2009-10-31in the absense of link state handling, drivers should still be silent; ok miodTheo de Raadt
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2009-10-31Add missing KNOTE() calls after selwakeup(), until we decide if the KNOTE()Theo de Raadt
2009-05-31Fix definition of CL_FIFO_MAX to match what the hardware can do; this inMiod Vallat
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-03-09Switch mvme88k to timecounters.Miod Vallat
2009-03-05Change SMP secondary processor startup to have them ``hatch'' earlier,Miod Vallat
2009-03-04When handling clock interrupts, check the overflow counter to know how manyMiod Vallat
2009-02-18Fix thinko in list traversal in vsbic_cmd_ccb().Miod Vallat
2009-02-17Be sure to pass a valid confargs * to child devices of vme0 when attaching,Miod Vallat
2009-02-16Extend the scsi_adapter minphys() callback to take a struct scsi_link *Miod Vallat
2009-02-15Properly send a request sense command if the command status asks for it.Miod Vallat
2009-02-14Add vsbic(4), a drive for the MVME327A SCSI and floppy controller, only forMiod Vallat
2009-02-14Fix a few defines.Miod Vallat
2009-02-13Provide a specific delay() routine using separate timers for the two cpusMiod Vallat
2009-02-12BPP routines for ``intelligent'' Motorola MVME boards. Currently not usedMiod Vallat