NetBSD/sys/arch/hp300
gmcgarry 9687966318 Fix from Steve Peurifoy in PR#18849:
"Occasionally a blocking open of dcm port 0 will hang in ttyopen()
waiting for carrier detect to be asserted when it's already
present.

The problem is that dcmmint() will return before updating the
value of sc->sc_mcndlast if the device is not open.  If carrier
detect drops after the device is closed, sc->sc_mcndlast will
no longer correctly represent the "previous" state of the
signals when the next transition of carrier detect occurs.
A subsequent blocking open will wait forever for an event
which has in fact taken place."
2003-05-04 02:10:07 +00:00
..
compile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00
conf Add pseudo-device ksyms. 2003-04-26 14:10:04 +00:00
dev Fix from Steve Peurifoy in PR#18849: 2003-05-04 02:10:07 +00:00
DOC s/seperate/separate/ 2002-02-11 10:44:38 +00:00
hp300 Change return type of readdisklabel() to const char * 2003-05-02 08:45:10 +00:00
include Use PAGE_SIZE rather than NBPG. 2003-04-02 07:35:54 +00:00
stand cope with removal of this sick NENTS macro from libsa/netif.h 2003-03-13 13:35:55 +00:00
Makefile Rework how KERNOBJDIR functions; now it's always determined with 2003-01-06 17:40:18 +00:00