Commit Graph

192813 Commits

Author SHA1 Message Date
tsutsui
d10a5f9ef8 Cleanup and sort if-clause lines for X11FLAVOUR per ${MACHINE}. 2010-07-31 16:23:15 +00:00
tsutsui
8a50d20d70 Add atapibus and atapi devices. My USB DVD multi drive requires them. 2010-07-31 16:02:11 +00:00
tsutsui
cb22d3f299 Add uaudio(4). 2010-07-31 15:57:30 +00:00
tsutsui
ff0df7ebab Move and sort definitions for legacy MD Xservers per ${MACHINE}. 2010-07-31 15:01:12 +00:00
tsutsui
bcff481570 Remove commented out XSERVER_XDREAMCAST lines.
It won't happen but will be supported by Xorg wsfb server.
2010-07-31 14:45:19 +00:00
tsutsui
d937dc8bf5 Cleanup per ${MACHINE} if-clause lines for XFree86 servers. 2010-07-31 14:40:05 +00:00
tsutsui
3b6a35ebfd Remove obsolete (commented out) XSERVER_XHPC. 2010-07-31 13:32:23 +00:00
pgoyette
01a1e3e5d6 Unimplemented modcmd() routines should return ENOTTY, not zero. 2010-07-31 13:27:29 +00:00
pgoyette
fb03fbed90 Improve markup, add documentation for the module's modcmd() interface 2010-07-31 13:20:08 +00:00
tsutsui
e98e734819 Note about X11FLAVOUR=Xorg on hpcarm, hpcmips, and hpcsh. 2010-07-31 13:18:54 +00:00
tsutsui
d3d7f5a993 Switch hpcarm, hpcmips, and hpcsh to using X11FLAVOUR=Xorg. 2010-07-31 12:54:35 +00:00
macallan
4335564ec1 send interrupts to only cpu0, otherwise we can run into trouble under very high
interrupt load - there is a chance that the same handler serves subsequent
interrupts on different CPUs at the same time
2010-07-31 12:24:50 +00:00
jmmv
9750aa35fa Add obsolete entries for usr/tests/lib/csu/h_initfini. Hi joerg@. 2010-07-31 10:42:22 +00:00
tnozaki
9731566dda initialize fake FILE, not fp. 2010-07-31 08:47:34 +00:00
christos
e408681794 undo unrelated diff. 2010-07-31 07:58:22 +00:00
tnozaki
8c1984cdde fix coredump vfwprintf(stderr) reported in current-user@
rework rev1.9, _FILEEXT_SETUP() doesn't care wcio_data. so initialize it.
2010-07-31 07:24:52 +00:00
cegger
f108f421fc remove useless brackets. From kiyohara@ 2010-07-31 07:05:32 +00:00
pgoyette
4d71a95956 Crap - another typo. 2010-07-31 03:44:33 +00:00
pgoyette
44b6cc4347 Minor grammar nits. 2010-07-31 03:43:00 +00:00
pgoyette
31f0dbbb9e Make a first pass at documenting the module(9) subsystem.
XXX This is by no means complete, but it is a beginning.
2010-07-31 03:14:05 +00:00
jruoho
80ac55757e Remove EXAMPLES-title (the example was not really an example). Use .Xr for
cpu_idle(9) instead of .Fn.
2010-07-31 02:12:20 +00:00
jruoho
a058514370 Use .Ss for subtitles. 2010-07-31 02:04:45 +00:00
jruoho
7b03aec152 Add kern.mqueue also to the big list of second-level nodes. Sort. 2010-07-31 02:00:49 +00:00
joerg
44b309378f Define a new __c99inline macro for compilers known to implement the C99
behavior.  This unbreaks GCC 4.4's libgfortran build with the old
signal.h logic, because GCC decided to put the body for the sigsetop
functions in multiple objects.
2010-07-31 00:04:42 +00:00
pooka
9749b7715b Revert macroization, as the default mountpath doesn't match the
default export path.
2010-07-30 21:10:44 +00:00
mlelstv
2a392db81b Return EINVAL for rename and delete operations to the
root directory instead of the erroneous EROFS.
2010-07-30 16:40:43 +00:00
cube
3f1dd008b1 Emit compatible struct devsw_conv when version is older than 20100430. 2010-07-30 16:23:49 +00:00
pooka
272fb16e97 Fold the puffs private and vfs tests mount/unmount routines together.
To achieve this, add a file system private parameter to the newfs
method (which will obviously not be used by vfs tests).

njoly ok
2010-07-30 16:15:05 +00:00
njoly
6649351d0e Add ICH10 to the list. 2010-07-30 16:05:07 +00:00
njoly
6e80023335 Note that ICH9 and ICH10 chipsets are supported. 2010-07-30 15:46:56 +00:00
njoly
7ca92dcdc4 Adjust for Intel ICH10 devices update. 2010-07-30 15:28:09 +00:00
njoly
d94ad60f17 Regen for ICH10 devices update. 2010-07-30 15:27:07 +00:00
njoly
6402c8c071 Update ICH10 devices, from Intel I/O Controller Hub 10 datasheet
errata.
2010-07-30 15:26:22 +00:00
vanhu
62c45492f0 updated link to NetBSD's documentation 2010-07-30 14:50:47 +00:00
dholland
aaa806d431 another CAM; the "atomic" in CAS is implicit; add LL/SC 2010-07-30 13:32:24 +00:00
pooka
89211c7274 Wait for child (rumpnfsd) to die before declaring unmount successful.
(yes, should be in delfs, but delfs doesn't work due to the cleanup hassle)
2010-07-30 10:23:26 +00:00
jruoho
d448cd24f2 More: ARC, BLAS, CAM, CAS, HPC, LFU, LRU, MRU, SMT, SP. 2010-07-30 10:20:20 +00:00
jruoho
1a6962b48f Document the stack macros from <sys/param.h>. 2010-07-30 09:12:58 +00:00
jruoho
87a3551c76 On second thought, rename the mutex so it can be (logically) shared. We will
not need such granularity that different states would require a different lock.
2010-07-30 06:11:14 +00:00
pooka
316bb4eafe * print interface number, backend path and ethernet address for dmesg
* make kassert more demanding
2010-07-29 22:48:11 +00:00
jruoho
988469445d Add a per ACPI CPU mutex for C-states. Protect the _CST update with this:
when the idle-information is being updated (e.g. due acpiacad(4) events),
we can not enter the idle-loop. The lock must run at the same priority
(IPL_NONE) as ACPICA's mutexes obtained via AcpiOsCreateMutex() a.k.a.
AcpiOsCreateSemaphore(). Also check want_resched as the first thing and
clarify the suspend/resume path.

There is still one race condition identified: when the driver is loaded as a
module, we must gracefully kick all CPUs out from the ACPI idle-loop upon
detachment.
2010-07-29 22:42:58 +00:00
jruoho
7de8aff275 BMC, FWH, GAS, GMCH, ICH, IMC, LPC, MCH, TPM. 2010-07-29 18:36:34 +00:00
pooka
334470517a * increase bus size so that we don't wrap so quickly when NFS
flushes writes
* verbosize debug print a bit
2010-07-29 18:30:39 +00:00
jruoho
c4b5a963cf Add fwhrng(4). Ok jakllsch@. 2010-07-29 18:25:19 +00:00
njoly
dce6462ccf Regen for Intel LPC updates. 2010-07-29 18:16:33 +00:00
njoly
cd15d85b91 Adjust ICH10 watchdog timer entries which are really LPC interface
bridges. While here consistently use `xxx LPC Interface Bridge' for
Intel products.
2010-07-29 18:15:01 +00:00
njoly
997cfa70d2 Regen for Matrox MGA G200eW. 2010-07-29 17:54:14 +00:00
njoly
ce318f81d9 Add Matrox MGA G200eW. From OpenBSD. 2010-07-29 17:53:19 +00:00
njoly
4347f0e7d5 Fix a few debug entries. 2010-07-29 16:30:26 +00:00
hannken
ecb633e650 Correct previous. Skip marker pages in uvm_pagelookup().
Already awake :-)
2010-07-29 15:13:00 +00:00