summaryrefslogtreecommitdiff
path: root/sys/arch/aviion/dev
AgeCommit message (Expand)Author
2015-12-01Send Aviion to same place as Nova IITheo de Raadt
2006-05-09Oops, correct import this time.Miod Vallat
2006-05-08Oops, correct import this time.Miod Vallat
2015-06-13When investigating an uninitialised variable in the armv7 resettodr()Jonathan Gray
2015-02-10Convert to uiomove().Miod Vallat
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
2014-12-24Pass real sizes to free().Miod Vallat
2014-12-22unifdef INETTed Unangst
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-05-17Remove "WARNING:" prefix from SYSFAIL and ACFAIL messages, so that, in caseMiod Vallat
2014-05-08Format string fixes for m88k; remove -Wno-format from the m88k kernels.Miod Vallat
2013-10-23Add a sc_hwinit callback when running on an ILACC, to make sure CSR4 doesMiod Vallat
2013-10-23Checkpoint of work-in-progress DMA support for oaic(4). Not working yet,Miod Vallat
2013-10-17a better way to disable the speaker on AV400 familyMiod Vallat
2013-10-15Driver for the AIC-6250 SCSI controller found on AViiON models 100, 200, 300,Miod Vallat
2013-09-26Clear SYSFAIL upon boot, for real.Miod Vallat
2013-09-24Extend le@syscon to support the ILACC chips found on-board the AV530 family.Miod Vallat
2013-09-21Switch to MI dart(4) driver.Miod Vallat
2006-05-09Oops, correct import this time.Miod Vallat
2013-09-16Drop the ipl locator from syscon attachments, and have the syscon childrenMiod Vallat
2013-07-02Use time_t for storing and returning time_t values, and cast to time_tPhilip Guenther
2011-10-09Rework secondary processor initialization. cmmu initialization is nowMiod Vallat
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-12-31Massive overhauling of the m88k pmap, though I can't pretend it's a new pmapMiod Vallat
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod 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-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-04-24SMP support for models 4600 and 530, adapted from the MVME188 code. ModelsMiod Vallat
2010-04-24Replace heuristics used to figure out which model we are running on, andMiod Vallat
2010-04-21More reworking of interrupt handling and VME support, and rename variousMiod Vallat
2010-04-20Add bus_dma and oosiop(4), as found on the AV530 family. Tested on model 4605.Miod Vallat
2010-04-18Work in progress support for AViiON models 4600 and 530.Miod Vallat
2010-04-18Apply the same interrupt enable bit fiddling protection as done for le@fwioMiod Vallat
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2010-03-31Make sure the boundaries of uvm_pglistalloc() calls are set up with lowMiod Vallat
2009-11-09Every selwakeup() should have a matching KNOTE() (even if kqueue isn'tNicholas Marriott
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-04-14Convert the waitok field of uvm_pglistalloc to "flags", more will be added soon.Owain Ainsworth
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-12-20Print the VME vector number used when attaching.Miod Vallat
2007-12-20Stricter range checks in mmap function.Miod Vallat
2007-12-19Overhaul interrupt handling, in order to make it (arguably) simpler andMiod Vallat
2007-12-19The serial console address apparently does not change accross 88100 designs,Miod Vallat
2007-12-19Allocate memory for the onboard le interface using uvm functions, instead ofMiod Vallat
2007-12-12Disable the built-in speaker when initializing the chip, before myMiod Vallat