summaryrefslogtreecommitdiff
path: root/sys/arch/sun3/dev/zs.c
AgeCommit message (Expand)Author
2003-07-15__KERNEL_RCSID()lukem
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-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-06Merge the gehenna-devsw branch into the trunk.gehenna
2001-09-05bcopy() -> memcpy(), bzero() -> memset()tsutsui
2001-09-05Remove register prefixes.tsutsui
2001-05-30add missing #include "opt_kgdb.h"lukem
2001-05-28don't abuse cf_unit.chs
2000-03-06- Implement cnbell() -- ring the console bell. The cn_bell entrypointthorpej
1999-11-22Debugger()/cpu_Debugger() is always available and always defined/prototypedjdolecek
1999-10-17include opt_ddb.h, so that symbol DDB actually get's defined appropriatelyjdolecek
1999-03-27Add pps support. Only enable pps if CLOCAL & !MDMBUF.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-06-08Kill the printf: enabling zs interruptsgwr
1998-02-05Merge arch/sun3x into arch/sun3gwr
1998-01-12Update for changes to config.thorpej
1997-11-02Set rr0_dcd.mycroft
1997-10-06Tweak the console support a little (more like the sparc version).gwr
1997-10-05normalize include ordergwr
1997-03-11Call isr_soft_request() at most once per zshard interrupt.gwr
1997-02-10Export zs_get_chan_addr() for zs_kgdb.cgwr
1997-01-31Forgot to initialize cs->cs_rr0_dcd and fiends in attach.gwr
1997-01-18Now that interrupts are enabled AFTER autoconfiguration, put in thegwr
1997-01-18Use the same names (OBIO_ZS_*) as the sun3x port...gwr
1996-12-17Adapt to the new definition of struct zsc_softcgwr
1996-11-20Most files that were copyright Adam Glass and/or Gordon W. Rossgwr
1996-10-13backout previous kprintf changechristos
1996-10-11printf -> kprintf, sprintf -> ksprintfchristos
1996-08-27change cfprint_t type definition to take a const char *, rather thancgd
1996-06-17Use the PROM->input_source setting instead of EEPROM to determinegwr
1996-05-17Rename cs_pclk_div16 to cs_brg_clk to clarify the fact that thegwr
1996-04-04update for the fact that config_found() and config_rootfound() nowcgd
1996-03-26New autoconfig design that controls attach order.gwr
1996-03-17New device attachment scheme:thorpej
1996-02-16No longer need delay2us(), just use delay(2)gwr
1996-01-30Eliminate remaining direct references to the z8530 chipgwr
1996-01-24Update for the new z8530 drivergwr
1995-10-08Minor cleanup.gwr
1995-08-08Use old-style function definitions (like the sparc driver).gwr
1995-07-03Correct !DDB console abort (thanks to David Brownlee)gwr
1995-06-28note that most of dev/ic's contents have changed namescgd
1995-06-27Leave modem control lines in correct state on interrupted open.gwr
1995-06-13Fix several missing (and REQUIRED) calls to ZS_DELAY()gwr
1995-04-26Add xxtty()gwr
1995-04-11Use global 8530 defs.mycroft