summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/dev/com_ebus.c
AgeCommit message (Expand)Author
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2011-09-28disable the fifo on m series systems by telling the driver its a 16550David Gwynne
2009-01-12Look up the "compatible" property of the right node to detect serialMark Kettenis
2009-01-05Restrict FIFO depth to 1 byte on m4k/m5k/m8k/m9k. Hopefully this preventsMark Kettenis
2008-07-10Detect whether com(4) is the console on the m4k.Mark Kettenis
2008-05-24Attach to "FJSV,su", which is the name used for serial ports on the SPARCMark Kettenis
2008-03-01Make sabtty(4) adopt the speed configured in OpenFirmware when it is theMark Kettenis
2008-02-10Attach to "lom-console". Hopefuly this will give us a proper console onMark Kettenis
2008-01-08the rsc-console on the v880 operates at 115200, not the 9600 we think weDavid Gwynne
2007-11-15Attach to "rsc-console". Hopefuly this will give us a proper console onMark Kettenis
2007-04-03Match su16552.Mark Kettenis
2005-06-06Homogeneize dmesg output.Miod Vallat
2004-09-23Correctly test for prom memory mapping failure. Fortunately no system weMiod Vallat
2003-06-24Add a "where" argument to the sparc64 interrupt code. This lets usHenric Jungheim
2003-02-17Add support for the Sun Enterprise 450Henric Jungheim
2002-06-04identify keyboard/mouse portsJason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2002-01-25Remove kbd_ms_ttyvar.h... Unneeded file from NetBSD.Jason Wright
2002-01-24Don't need ms.h (or SUNKBD/SUNMS)Jason Wright
2002-01-23handle split input/output devices (from NetBSD)Jason Wright
2002-01-17I'm a tree breaker... sorry... don't include "kbd.h"Jason Wright
2001-09-29Glue for com at ebus. From NetBSD, hacked to fit our com.Artur Grabowski