NetBSD/sys/dev/ofw
chs f5191984f6 use splnet() around the body of ofnet_read(). this is logically the
receive interrupt handler since it passes received packets to the
interface's input handler.  that ends up scheduling a network softint
and queuing the packet on the interface's receive queue (in that order),
so if softnet isn't blocked at this point then softnet() doesn't find
the packet until it's triggered again by something else.
remove all vesitages of dk_establish().
2002-09-18 01:47:08 +00:00
..
Makefile
files.ofw
ofbus.c implement device_register() for ofppc. 2002-09-18 01:44:12 +00:00
ofcons.c
ofdisk.c fix error checking in ofdisk_open(). 2002-09-18 01:46:40 +00:00
ofnet.c use splnet() around the body of ofnet_read(). this is logically the 2002-09-18 01:47:08 +00:00
ofrtc.c
ofw_network_subr.c
ofw_pci.h
ofw_subr.c
openfirm.h implement device_register() for ofppc. 2002-09-18 01:44:12 +00:00
openfirmio.c
openfirmio.h