diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-22 10:33:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-11-22 10:33:34 +0000 |
commit | 8c75a6308f70ba46b68f5539861220760f2a14dd (patch) | |
tree | 7e9faf05423a3512f9eaaa658e3df01976e366fb /sys/dev | |
parent | a4d3f640de51cc84e1c7ad4f28d121e44d626930 (diff) |
com, not pccom
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/isa/hsq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/hsq.c b/sys/dev/isa/hsq.c index 7a4b40affdf..7e3b031ef49 100644 --- a/sys/dev/isa/hsq.c +++ b/sys/dev/isa/hsq.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hsq.c,v 1.4 2007/04/10 17:47:55 miod Exp $ */ +/* $OpenBSD: hsq.c,v 1.5 2008/11/22 10:33:33 deraadt Exp $ */ /*- * Copyright (c) 1999 Denis A. Doroshenko. All rights reserved. @@ -49,7 +49,7 @@ * with setserial, BSD systems are not so flexible with serial ports, * so i took ast driver and changed it, in the way i think Hostess * muxes should work. It works ifine with my mux (it has ti16c750 - * UARTs on it, and current pccom driver detects them as 550A, so i + * UARTs on it, and current com driver detects them as 550A, so i * changed it a bit, to use the power of 750). * * Hostess cards use scratch register of lead UART to control the mux. |