summaryrefslogtreecommitdiff
path: root/sys/dev/ir/sir.c
diff options
context:
space:
mode:
authordbj <dbj@NetBSD.org>2002-01-02 20:28:43 +0000
committerdbj <dbj@NetBSD.org>2002-01-02 20:28:43 +0000
commit32eabd814843366632ea6f0cb984da170c60dc28 (patch)
tree281cd58f9bee8c63b4050f51877ca33604e0d46a /sys/dev/ir/sir.c
parent539d8cbd301bf6f0960f6fbf0a93e786ab6f4665 (diff)
if pm_adb_op times out waiting for an interrupt, attempt to take
an interrupt anyway, just in case. Otherwise, report the timout condition. This works around a problem in my ibook if a key is pressed after boot and before adb is configured, such as when booting with -d.
Diffstat (limited to 'sys/dev/ir/sir.c')
0 files changed, 0 insertions, 0 deletions
/net/lib/libsockin?id=8cd44ca83240643617b5c8e0af1bfd2d1b09dc01'>Avoid panic if a file system tries to write a chain of more than 32 mbuf-stron 2009-10-17fix off-by-one in sanity check and bump lazy bum magic valuepooka 2009-10-16for udp sockets crank snd/rcvbufsize to 64kpooka 2009-09-13binutils 2.19 has changed the old behaviour of defining __start_SECTNAMEpooka 2009-09-02* implement pr_ctloutputpooka 2009-05-28Use a bunch of weak symbols to determine which network componentspooka 2009-03-18Ansify function definitions w/o arguments. Generated with sed.cegger 2009-01-30.. but we still need to check if nam is passed to PRU_SEND forpooka 2009-01-30Call soisconnected() in PRU_CONNECT for udp sockets too.pooka 2009-01-27* read TCP sockets in cluster-sized chunks instead of IP_MAXPACKET.pooka 2009-01-27Hold softnet_lock only when we need it.pooka 2009-01-26* support PRU_SOCK/PEERADDRpooka 2009-01-26Convert compile-time SOCKIN_NOTHREADS into runtime rump_threads check.pooka 2008-12-18__KERNEL_RCSIDpooka 2008-11-26Add dummy pr_ctloutput. I'm sure I had one at some point, sincepooka 2008-11-25Make sockin radix-capable.pooka 2008-11-25Support PRU_BIND / PRU_LISTEN / PRU_ACCEPT in sockin.pooka 2008-10-26Remove trailing whitespace.minskim 2008-10-16appease 64bit gccpooka 2008-10-15Mostly support TCP, mostly meaning "client-side TCP", since listen,pooka 2008-10-02Add a very simplistic PF_INET/SOCK_DGRAM domain/proto implementation,pooka