summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/zs.c
AgeCommit message (Expand)Author
2022-02-16powerpc: Sprinkle "memory" clobbers on eieio and nearby asm blocks.riastradh
2022-02-13PR port-macppc/56091: on G5 macs we currently can not easily makemartin
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-03-05Convert to intr_establish_xname().rin
2011-06-30Modify mapiodev to take a third argument indicating whether the spacematt
2009-10-27Drop 3rd and 4th clauses. Approved by gwr@ and wrstuden@ (copyrightsnj
2008-12-07Fix attach messages. (extra colons, misplaced newline etc.)tsutsui
2008-06-13use device_lookup_private to get softccegger
2008-03-29Split softc and device_t for zsc(4) and its children.tsutsui
2007-11-19Use the softint API.ad
2007-11-09Call zs_lock_init() to set up the chanstate's lock.ad
2007-10-17Merge the ppcoea-renovation branch to HEAD.garbled
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-24s/independant/independent/, from Zafer.wiz
2006-11-02Remove a function declaration of zssoft() which wastsutsui
2006-11-02Pass zsc_softc to zshard() directly rather than searching it in zshard().tsutsui
2006-11-02macppc always defines __HAVE_GENERIC_SOFT_INTERRUPTS,tsutsui
2006-08-15back out previous commit since it breaks console output when not using amacallan
2006-08-051st cut of Powermac G5 support (uses bridge mode).sanjayl
2005-12-24Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete.perry
2005-12-11merge ktrace-lwp.christos
2005-06-03cleanup const/volatile/shadowingmatt
2005-01-24Initialize zsconschannel to -1 so that it can't matched unless zscninitmatt
2005-01-10use a global variable to ensure that only one instance is configuredchs
2005-01-10de-__P, remove register, ansify.chs
2004-03-24Add latent generic soft interrupt support.matt
2003-12-04netbsd.org -> NetBSD.orgkeihan
2003-07-15__KERNEL_RCSID()lukem
2003-02-15Add prototypes for ZS_TXDMA functions.tsutsui
2003-01-28Provide locking required by the interrupt handlers running at IPL_SERIAL.pk
2003-01-01Use aprint_normal() for cfprint routines.thorpej
2002-10-02Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-01-06add support for kgdb over zsdbj
2001-07-22bcopy -> memcpy, bzero -> memset, bcmp -> memcmp.wiz
2001-06-19`existent', not `existant'wiz
2001-06-08Make macppc compile by default with -Wall -Wmissing-prototype in additionmatt
2000-06-07* Access hardware directly in zscn* instead of calling OF.tsubai
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
2000-02-27Don't use hardcoded speed value when this is a console. Instead, readtsubai
1999-03-23Oops. macppc doesn't use PCLK as a baud rate source.wrstuden
1999-02-11Minor cleanup.mycroft
1999-02-03Don't set DCD_IE in the frontends. KGDB doesn't even use DCD, and the ttymycroft
1998-12-29Fix a bug of last change.tsubai
1998-12-28Use "interrupt" property if "AAPL,interrupt" is not found.tsubai
1998-09-09Turn on support for 115,200 and 230,400 baud. Should work, but mightwrstuden