NetBSD/sys/arch/i386
jmcneill 8a962f23f2 Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From
the original ad-audiomp branch notes:

  Add MP locking to the audio drivers.

  Making the audio drivers MP safe is necessary before efforts
  can be made to make the VM system MP safe.

  The are two locks per device instance, an ISR lock and
  a character device lock. The ISR lock replaces calls to
  splaudio()/splx(), and will be held across calls to device
  methods which were called at splaudio() before (e.g.
  trigger_output). The character device lock is held across
  calls to nearly all of the methods, excluding some only
  used for initialization, e.g. get_locks.

Welcome to 5.99.57.
2011-11-23 23:07:28 +00:00
..
acpi #include <sys/bus.h> instead of <machine/bus.h>. 2011-07-01 18:11:24 +00:00
bioscall
compile
conf The rnd pseudo-device is not really optional, because it is in the same 2011-11-22 21:25:05 +00:00
eisa Add bus_dma overrides. From dyoung 2011-09-01 15:10:31 +00:00
gdbscripts
i386 revert dumpsys.c rev. 1.13 because it was reported to cause a problem. 2011-11-20 18:41:12 +00:00
include remove Xbox support 2011-11-18 22:18:07 +00:00
isa unbreak the build. #include <sys/cpu.h> 2011-08-11 18:36:13 +00:00
mca Add bus_dma overrides. From dyoung 2011-09-01 15:10:31 +00:00
pci First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
pnpbios Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From 2011-11-23 23:07:28 +00:00
stand Update to version 1.0.2.2 2011-10-28 13:18:57 +00:00
Makefile In the tags target, move x86 sources above xen includes, for more 2011-09-02 22:12:48 +00:00