Go to file
cgd 71a030cab6 avoid 'marching unit numbers' for cloning devices. (e.g., previously,
if you com* at pcmcia?, and com3 and com4 as pcmcia cards, and removed
and reinserted the card that was com3, it would become com5.  if you then
removed and reinserted com4, it would become com6.  etc.)  Now, instead
of incrementing FSTATE_STAR configuration entries for a driver when
a cloning instance is attached, leave it alone, and scan the device softc
array (starting at the first cloning unit number) for units which are
available for use.  This wastes a tiny bit of time (can require a linear
scan of the softc table for the device), but device attachment should be
relatively infrequent and the number of units of each type of device
is never particularly large anyway.
1999-12-30 01:03:43 +00:00
bin make example cut&paste-ready 1999-12-29 04:11:30 +00:00
dist update ipfilter code to 3.3.6 1999-12-28 07:40:12 +00:00
distrib Add share/examples/apm/script, an example script to put into 1999-12-29 04:16:21 +00:00
etc Add share/examples/apm/script, an example script to put into 1999-12-29 04:16:21 +00:00
games Use separate definitions and extern declarations of variables rather 1999-12-28 18:05:24 +00:00
gnu gas.new for NetBSD/sh3 1999-12-26 20:03:56 +00:00
include C99: Define a NAN macro in <math.h> which evaulates to a constant expression of 1999-12-23 10:15:05 +00:00
lib Correct typo reported by Jens Nilsson in PR misc/9069. 1999-12-29 21:19:36 +00:00
libexec don't stutter when printing error messages. 1999-12-27 15:36:36 +00:00
regress Make it build on ELF toolchain. 1999-12-09 09:08:00 +00:00
sbin remove a leftover debug message 1999-12-21 16:54:16 +00:00
share Add share/examples/apm/script, an example script to put into 1999-12-29 04:16:21 +00:00
sys avoid 'marching unit numbers' for cloning devices. (e.g., previously, 1999-12-30 01:03:43 +00:00
usr.bin Use: 1999-12-29 06:54:00 +00:00
usr.sbin mention /usr/share/examples/apm/script 1999-12-29 05:00:43 +00:00
Makefile After ${MAKE} obj, explicitly make obj dirs in ${.CURDIR}/distrib as well. 1999-12-05 22:53:53 +00:00