Commit Graph

5830 Commits

Author SHA1 Message Date
gmcgarry 42fef49b5c Expand. From discussion on tech-kern. 2002-08-04 01:16:09 +00:00
gmcgarry 704898a9ea Document pci_set_powerstate()/pci_get_powerstate(). 2002-08-04 01:03:12 +00:00
chris 07bc5d7a16 Default cats to using X 4.
Also correct macppc entry while here.
2002-08-03 22:10:07 +00:00
soren 5fd285aac4 ifattach(9) has been split into *_ifattach(). 2002-08-03 14:56:18 +00:00
thorpej 846dbf2b23 Descend into man4.evbarm. 2002-08-03 00:40:03 +00:00
wiz 84a99e2b3e No leading 0 in day dates. 2002-08-02 23:35:06 +00:00
wiz f4fa257831 ispell. Sort SEE ALSO. Mark up NULL. Some other minor changes. 2002-08-02 23:20:34 +00:00
wiz ac26526e01 ispell. Some mandoc cleanups. 2002-08-02 22:20:59 +00:00
thorpej 2e22ba9f6b Manual page for the watchdog timer found in the Intel XScale I/O
Processors.
2002-08-02 21:29:01 +00:00
thorpej 2c34344b0a Add a manual page for the Intel IOP AAU. 2002-08-02 21:11:19 +00:00
soren 2c3f82e5d3 Match mbuf changes.
Fixes PR kern/16039 from  Tomas Svensson.
2002-08-02 19:21:57 +00:00
soren c760d33b3e Fix comment about format.
Fixes PR misc/17722 from David MacKenzie.
2002-08-02 18:02:53 +00:00
thorpej 5eb844a0f7 Document "xor2", "xor3", and "xor4". 2002-08-02 06:50:05 +00:00
thorpej cb163e72e4 Regenerate; added dmoverio. 2002-08-02 00:51:53 +00:00
thorpej 180cb7b5c0 Regenerate; added dmoverio. 2002-08-02 00:48:28 +00:00
thorpej a564ee723c Manual page for pseudo-device access to hardware-assisted data movers. 2002-08-02 00:43:12 +00:00
thorpej d09e51c588 Manual page for hardware-assisted data mover interface. 2002-08-02 00:41:53 +00:00
simonb bfc65846f7 Regen for the sysmon device. 2002-08-01 23:20:20 +00:00
pooka 203649db47 list network interfaces in ascending order (foo0 .. foon instead of
foon .. foo0)
2002-08-01 09:43:16 +00:00
simonb f674045491 Update after changing etc/etc.sbmips/MAKEDEV before the wizbot attacks. 2002-07-31 14:52:49 +00:00
soren 6d5026b75e boot(9) is now cpu_reboot(9).
Adresses part of PR kern/4901.
2002-07-31 00:47:55 +00:00
bouyer b5d03f4f44 Note ICH4 support. 2002-07-30 21:04:41 +00:00
chris e37cad3dd2 Add comment to MAKEDEV about audio* devices.
Also update the MAKEDEV manpage (as reminded by wiz)
2002-07-30 20:50:10 +00:00
wiz b1c4a6f299 regen (+sysmon) 2002-07-30 08:39:14 +00:00
junyoung 158fd900d1 Consistent use of 'v'. 2002-07-30 04:10:36 +00:00
jdolecek 6dbfb914a2 add 'sun68k' to CLEANFILES for sun2/sun3
add 'sparc' to CLEANFILES for sparc64
2002-07-29 07:42:52 +00:00
augustss ab96954afe Document ACPI_ACTIVATE_DEV option. 2002-07-29 03:28:07 +00:00
augustss 2cca968594 Document ACPI_PCI_FIXUP option. 2002-07-29 03:08:09 +00:00
wiz a7048b4ab5 Sort SEE ALSO. 2002-07-29 00:59:43 +00:00
wiz 98e1acecab Uppercase ISDN and some unrelated fixes ispell stumbled over. 2002-07-29 00:42:56 +00:00
manu 08a69f7d15 Make killproc really public, and while we are there, constify. 2002-07-28 22:18:51 +00:00
tsutsui 5c5e3f7e79 Mention more configuration of flags to disable tagged queuing. 2002-07-26 13:12:47 +00:00
onoe ad4f7e6d3a Note Silicon Image 0680 support 2002-07-26 10:37:32 +00:00
jdolecek ec977bae0f make sure at least one host is selected before changing /etc/hosts
Fixes bin/15713 by Tracy Di Marco White.
2002-07-26 07:29:06 +00:00
wiz 7e57db6ca9 The man page claims they are sorted by driver name, so sort them by driver
name.
2002-07-25 21:30:34 +00:00
junyoung 40fa5f20fe Add NetBSD 1.5.3 to the tree as well. 2002-07-24 05:10:14 +00:00
junyoung 293cf6ffe0 Readd NetBSD 1.5.3. Note that entries should be sorted in chronological
order.
2002-07-24 04:51:08 +00:00
junyoung 19fe2e4fc0 Pull in the latest from FreeBSD tree. 2002-07-24 04:49:14 +00:00
jschauma 8dc529902d "pairs of other package this package depends" ->
"pairs of other packages this package depends upon"
2002-07-23 14:41:41 +00:00
hannken 91f71a4f61 The buffer returned by BUFQ_PEEK must remain the same until BUFQ_GET is
called. It may be used as the "current" buffer.
2002-07-23 14:00:16 +00:00
grant 9818296a83 add NetBSD 1.5.3. 2002-07-23 06:53:35 +00:00
bouyer 788cbb16d2 Note VT8233A support. 2002-07-22 20:53:13 +00:00
ichiro 32592b3d4f regen
- add ixpcom
2002-07-22 04:26:10 +00:00
hannken 7de36862a8 Rename bufq_init() to bufq_alloc().
Add bufq_free() to remove a buffer queue.
Avoid MALLOC while holding a spinlock.

From Chuck Silvers.
2002-07-21 15:32:17 +00:00
jdc 5b09651fdc Add (missing) definitions for 'oc' and 'op' capabilities.
Pointed out by Aymeric Vincent.
2002-07-21 10:23:03 +00:00
jdc a88a6bf877 Minor typo - control mode is 'enrst0' not 'enst0'. 2002-07-20 18:22:47 +00:00
mrg eca4d02c51 be sure to link "sparc" dir as well, for sparc64 2002-07-20 11:44:31 +00:00
mrg 83a8e86ca3 add -Wa,-Av8plus to CFLAGS if we are building for 32bit sparc 2002-07-20 11:43:34 +00:00
yamt 4f420b3122 - add CSHLIBFLAGS.
- fix typos in comment.
2002-07-20 08:50:10 +00:00
thorpej 67b2a0cf06 * Add copyin_proc() and copyout_proc(), which are like copyin() and
copyout(), except they can operate on any process, not just curproc.
* Use this in uiomove() to allow UIO_USERSPACE to non-curproc.
2002-07-20 03:58:24 +00:00