1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/i386/bios
Seigo Tanimura 512824f8f7 - Implement selwakeuppri() which allows raising the priority of a
thread being waken up.  The thread waken up can run at a priority as
  high as after tsleep().

- Replace selwakeup()s with selwakeuppri()s and pass appropriate
  priorities.

- Add cv_broadcastpri() which raises the priority of the broadcast
  threads.  Used by selwakeuppri() if collision occurs.

Not objected in:	-arch, -current
2003-11-09 09:17:26 +00:00
..
apm.c - Implement selwakeuppri() which allows raising the priority of a 2003-11-09 09:17:26 +00:00
apm.h Merge PC98 support. 2003-03-25 05:19:18 +00:00
mca_machdep.c Use __FBSDID(). 2003-06-02 06:02:49 +00:00
mca_machdep.h This adds the i386 specific support for systems with a MicroChannel 1999-09-03 02:04:28 +00:00
smapi_bios.S Despite my best efforts the Linux way of doing this is the only 2003-06-13 00:36:03 +00:00
smapi.c The present defaults for the open and close for device drivers which 2003-09-27 12:01:01 +00:00
smbios.c Use __FBSDID(). 2003-06-02 06:02:49 +00:00
vpd.c Use __FBSDID(). 2003-06-02 06:02:49 +00:00