summaryrefslogtreecommitdiff
path: root/sys/arch/sun2/dev
AgeCommit message (Expand)Author
2007-12-04Adapt sun68k ports to recent interrupt handling changes.tsutsui
2007-11-19- Factor out too many copies of the same bit of tty code.ad
2007-11-09Call zs_lock_init() to set up the chanstate's lock.ad
2007-10-21Move declaration of kd_later() up before the first use.he
2007-10-18Initialise the callbacks for tty.t_rstrt_ch in ttymallocjoerg
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-06-23Fix a warning from gcc 4 about stripping the volatile qualifier by a casthauke
2007-03-11Print correct softipl number.tsutsui
2007-03-11Fix a comment.tsutsui
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-22TRUE -> true, FALSE -> falsethorpej
2007-02-16More spllowersoftclock() fallout.ad
2006-10-05Remove incorrect comment.tsutsui
2006-10-03- change find_prom_map() to take paddr_t and return vaddr_t rather thantsutsui
2006-10-01Adapt MD code to KAUTH_DEVICE_TTY_OPEN. Patch from Matt Fleming, thanks!elad
2006-10-01First attempt at bus_space(9) support for sun3 with common sun68k/bus.c:tsutsui
2006-07-23Use the LWP cached credentials where sane.ad
2006-05-14integrate kauth.elad
2006-03-29Use device_cfdata().thorpej
2006-03-28Use device_unit().thorpej
2006-03-28Use device_is_a().thorpej
2005-12-11merge ktrace-lwp.christos
2005-09-06Change the driver open function's conditional for overriding exclusive ttykleink
2005-06-19Move common Sun ID PROM definitions into <dev/sun/idprom.h>.thorpej
2005-06-03Add const.tsutsui
2005-06-03Fix shadowing variable warning.tsutsui
2005-06-03Add const.tsutsui
2005-01-22de-__P, remove register, ansify, b* -> mem*, u_int*_t -> uint*_t.chs
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-12-04NetBSD.ORG -> NetBSD.orgkeihan
2003-10-30This driver was broken by bouyer on 2003/01/20.mycroft
2003-08-25Undo previous as it broke things.uwe
2003-08-24#include "opt_rcons.h"uwe
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-15__KERNEL_RCSID()lukem
2003-05-03DMA, not dma nor Dma.wiz
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-20bzero the part of the buffer used to pad the packet tobouyer
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-12-13bcopy -> memcpy, bzero -> memsetfredette
2002-10-23g/c cons_ocount, it's not used by anythingjdolecek
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-10Pass a struct cons_channel * to cc_iclose, not a struct kbd_softc *.martin
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-27Rather than referencing the cfdriver directly in the cfdata entries,thorpej