summaryrefslogtreecommitdiff
path: root/sys/arch/mvmeppc/dev
AgeCommit message (Expand)Author
2010-06-28Allow tty drivers to request larger buffers at attach time using aTheo de Raadt
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip Guenthe
2010-04-12Some of the line disciplines want to check for suser. Better to pass themTed Unangst
2009-10-31Use suser when possible. Suggested by miod@.Federico G. Schwindt
2008-01-23Cleanup cn_pri. Change constants to more meaningful names, rather thanJoel Sing
2007-09-22M_ZERO -> bzero.Kenneth R Westerback
2007-05-29Use atomic operations to operate on netisr, instead of clearing it at splhigh.Miod Vallat
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat
2006-03-12IPL_IMP -> IPL_VMBrad Smith
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2004-12-24{e,}intr{cnt,names} bye-bye.Miod Vallat
2004-11-19Be more conservative in openpic_enable_irq() and only reprogram the vectorMiod Vallat
2004-11-19Better Raven PREP initialization, per the book, with an evil book mistakeMiod Vallat
2004-11-19Better i8259 slave handling:Miod Vallat
2004-11-18Tell MVME2600 and MVME2700 apart.Miod Vallat
2004-11-18Feature sync with macppcMiod Vallat
2004-11-15Compile with gcc 3.Miod Vallat
2004-07-14Switch to evcount interrupt counters.Miod Vallat
2004-05-15Be more careful when using hwirq[] values.Miod Vallat
2004-05-14Attach a working bugtty device - userland needs at least a console tty.Miod Vallat
2004-05-14Really working interrupt engine, at least on both 2600 flavours.Miod Vallat
2004-05-08Correct values for the pci_routes[] pci-to-mpic interrupt routing table,Miod Vallat
2004-02-01More work in attempt to get interrupts working reliably:Miod Vallat
2004-01-30Some cleaning and sync to the macppc openpic code.Miod Vallat
2004-01-29Pretty printf.Miod Vallat
2004-01-29Print system type early in autoconf, as determined from the board statusMiod Vallat
2004-01-29Map the raven, pcic, and isa/pci io space virtual rather than 1:1.Miod Vallat
2004-01-28Correctly protect against multiple inclusion...Miod Vallat
2004-01-28More clock handling cleanup:Miod Vallat
2004-01-27viritual -> virtualMiod Vallat
2004-01-26Asking for a too short softc size in your cfattach structure is known toMiod Vallat
2004-01-26Mostly sync with other ppc-based ports. This should be factorized someday...Miod Vallat
2004-01-25Put the msr fiddling in the CTXT macros, and unset PSL_IR and PSL_DR whileMiod Vallat
2004-01-25Get rid of ppc_[gs]et_msr(), use ppc_m[ft]msr() instead.Miod Vallat
2004-01-24Preserve SPRG0-SPRG3 around BUG calls, as required in the PPC1Bug UM;Miod Vallat
2004-01-14Do not fill more than the first three fields of cfdriver structures unlessMiod Vallat
2003-11-25Allow mvmeppc to compile again. not a supported arch.Dale Rahn
2003-08-15change arguments to suser. suser now takes the process, and a flagsTed Unangst
2003-06-03terms 3 & 4 cleanup based on "terms" fileTheo de Raadt
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-11string cleaning; krw okTheo de Raadt
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-06-12cnputc() will take care of the necessary cr->cr/lf translation, so don'tMiod Vallat
2002-06-08Strict prototypes, and some KNF touches while there.Miod Vallat
2002-06-08Strict prototypes, and fix mvmeprom_brdid interface.Miod Vallat
2002-06-08Fix device and console device prototypes.Miod Vallat
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2001-11-06-Wall -Werror cleanup.Miod Vallat