cvs commit: src/sys/dev/sio sio.c

2007-12-04 Thread Julian Elischer
julian 2007-12-05 05:16:56 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Stop serial console and gdb serial port from getting all screwed up. PR: 65278 MFC in: 3 days Submitted by: ups@ Revision ChangesPath 1.472 +1 -1 src/

cvs commit: src/sys/dev/sio sio.c

2006-07-16 Thread Warner Losh
imp 2006-07-17 03:47:18 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Restore the status quo before my last commit. Prior to it, sio took precedence uart. With my last change, it became a tie, and uart seems to always win on my amd64. This

cvs commit: src/sys/dev/sio sio.c

2006-06-29 Thread Warner Losh
imp 2006-06-30 06:27:24 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Have sio return BIS_PROBE_DEFAULT like all the other drivers in the tree... John Baldwin noted that sio might pass values between probe and attach via softc. It appears th

cvs commit: src/sys/dev/sio sio.c

2006-05-26 Thread Poul-Henning Kamp
phk 2006-05-26 11:21:52 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Convert to use CONSOLE_DRIVER() macro: Remove cngetc, rename cncheckc to cngetc (fix GDB console accordingly) Revision ChangesPath 1.466 +9 -43 src/sys/

cvs commit: src/sys/dev/sio sio.c

2006-05-26 Thread Poul-Henning Kamp
phk 2006-05-26 10:44:48 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Insert a '_' in the console function names to be more consistent with the future. Revision ChangesPath 1.465 +17 -17src/sys/dev/sio/sio.c _

cvs commit: src/sys/dev/sio sio.c

2005-12-06 Thread Warner Losh
imp 2005-12-07 07:23:54 UTC FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Use __DEVOLATILE to cast conspeed. Revision ChangesPath 1.463 +1 -1 src/sys/dev/sio/sio.c ___ cvs-all@freebsd.or