- Deactivate the card on removal and queue a REMOVAL event for the socket's
event thread to finish the detach.
- Queue an INSERTION event for the socket's event thread on insertion.
Implement a few missing infrastructure pieces to support this.
Hot swapping of PCMCIA cards now "works". (Not quite; things like network
devices need changes for their respestive subsystems. These changes are
coming soon...)
by Ken Hornstein and myself.
Add flags to struct device, and define one as "active". Devices are
initially active from config_attach(). Their active state may be changed
via config_activate() and config_deactivate().
These new functions assume that the device being manipulated will recursively
perform the action on its children.
Together, config_deactivate() and config_detach() may be used to implement
interrupt-driven device detachment. config_deactivate() will take care of
things that need to be performed at interrupt time, and config_detach()
(which must run in a valid thread context) finishes the job, which may
block.
Makefile.inc: build `miniroot' [sic]
list: list of files to crunch in
dot.profile: start up sysinst on boot.
diskimage.label.proto: write diskimage label so kernel recomputes
label at boot from SCSI geometry..
starting sysinst.
Partial fix for PR bin/6307 from Terry R. Friedrichsen.
From PR #6307:
Added possibly non-working work around for 1.3.3.
Will do more work on this when I get a CD image of a NetBSD release.
Since D-Link DE-650 is not the only exception, restore Linksys EC1 entry to the
previous position and move D-Link entry below that to make the source cleaner.
partition of an Ultrix disk in the "QUICK.INSTALL" notes.
NOTE - this isn't the best solution. The INSTALL notes need
to be totally rewritten, but at least now there's a pointer
to the referred section.
Fixes PR port-pmax/6299 from Terry R. Friedrichsen.
Fixes PR port-pmax/5389.
ttyflags -a clobbers them even if they are set to `off', overriding
the 4800-bit and parity modes needed by the DEC serial kbd/mice.