mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
Separate "seperate" from kernel source.
This commit is contained in:
parent
13d362233e
commit
096a727e41
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96758
@ -400,7 +400,7 @@
|
|||||||
New NetBSD code from Bernd Ernesti<bernd@arresum.inka.de>
|
New NetBSD code from Bernd Ernesti<bernd@arresum.inka.de>
|
||||||
|
|
||||||
2.00 25 Sep 1999 Roger Hardiman <roger@freebsd.org>
|
2.00 25 Sep 1999 Roger Hardiman <roger@freebsd.org>
|
||||||
Split the driver into seperate tuner, card and audio sections.
|
Split the driver into separate tuner, card and audio sections.
|
||||||
Update tuner code for FM radio to use datasheet equations.
|
Update tuner code for FM radio to use datasheet equations.
|
||||||
|
|
||||||
2.01 27 Sep 1999 Roger Hardiman <roger@freebsd.org>
|
2.01 27 Sep 1999 Roger Hardiman <roger@freebsd.org>
|
||||||
|
@ -86,7 +86,7 @@
|
|||||||
*
|
*
|
||||||
* The buckets are kept on singly-linked lists called "containers." A container
|
* The buckets are kept on singly-linked lists called "containers." A container
|
||||||
* is protected by a mutex lock in order to ensure consistency. The mutex lock
|
* is protected by a mutex lock in order to ensure consistency. The mutex lock
|
||||||
* itself is allocated seperately and attached to the container at boot time,
|
* itself is allocated separately and attached to the container at boot time,
|
||||||
* thus allowing for certain containers to share the same mutex lock. Per-CPU
|
* thus allowing for certain containers to share the same mutex lock. Per-CPU
|
||||||
* containers for mbufs and mbuf clusters all share the same per-CPU
|
* containers for mbufs and mbuf clusters all share the same per-CPU
|
||||||
* lock whereas the "general system" containers (i.e., the "main lists") for
|
* lock whereas the "general system" containers (i.e., the "main lists") for
|
||||||
|
Loading…
Reference in New Issue
Block a user