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