kleink
303aedee29
Add sockatmark(3).
2001-10-22 18:04:07 +00:00
kleink
603265f3fd
Bump to 12.80: added sockatmark(3).
2001-10-22 17:54:52 +00:00
kleink
d4c0d0f2a2
Add a sockatmark(3), the 1003.1g wrapper around SIOCATMARK.
2001-10-22 17:53:43 +00:00
mrg
3059c66d8f
fix a typo in the previous
2001-10-22 16:47:43 +00:00
kleink
992bc87e22
Add a 1003.1g-2000 macro.
2001-10-22 16:46:05 +00:00
bouyer
6721892796
Forgot to add __attribute__((__packed__)) to one hardware structure.
2001-10-22 16:45:28 +00:00
mrg
c4f3ffd5e7
increase the value of _HME_NDESC from 32 to 128. it reduces the noise the
...
driver makes due to various bad status conditions.
2001-10-22 16:45:20 +00:00
thorpej
6817ae639c
Fetch the platform name earlier, so we can determine what kind of
...
system we're running on earlier.
2001-10-22 16:44:03 +00:00
mrg
1578242c1a
use _KERNEL_OPT so this can be built as an LKM.
2001-10-22 16:43:55 +00:00
mrg
b8aa5aa437
sync with reality:
...
options BLINK
options AUDIO_DEBUG
audiocs at ebus
audio at audiocs
2001-10-22 16:42:44 +00:00
mrg
35a5f0448e
add a note about keeping this file in sync with the sparc64 conf.c. also
...
add some unused code for the pci bus device. (hi uwe!)
2001-10-22 16:40:47 +00:00
bouyer
da77194a02
We can't have XS_CTL_DATA_OUT and XS_CTL_DATA_IN at the same time.
...
Pointed out by Bernd Ernesti.
2001-10-22 16:16:00 +00:00
mrg
195bc7aef4
clean up for fd changes.
2001-10-22 15:19:55 +00:00
thorpej
63a4b630bb
CPUs attach to mainbus now.
2001-10-22 14:47:44 +00:00
thorpej
783ea940e5
Various things that make OFW-driver kernels work on my Firepower LX MP
...
again:
- Special-case the attachment of CPUs, and logically attach them to
"mainbus", attaching them before any other devices. Otherwise,
CPUs would be found very late in the game on my Firepower.
- Sanity check the timebase-frequency property, printing a warning if
it's not the same on each CPU.
- Pass the correct CPU ID to cpu_attach_subr().
- Fetch the platform name from the OFW root node. We can key off this
later when we implement support for native drivers in the ofppc port.
- Use a table of "special" toplevel OFW nodes ... we skip these nodes
during the device configuration phase. This generally includes the
"options", "packages", etc. nodes. Inspired by sparc & sparc64 ports.
2001-10-22 14:46:08 +00:00
thorpej
2bc9b4e2be
Remove hack to skip OFW nodes which don't correspond to devices. These
...
are generally only at the toplevel of the OFW tree, and are best handled
by the code that configures the toplevel (which often needs special
handling anyway).
2001-10-22 14:36:55 +00:00
takemura
addd2cfb92
Remove junk line, which I inserted in last commit.
2001-10-22 13:44:05 +00:00
agc
cd27040c88
+ add backwards compatibility hook for old pw_mkdb() calls with no args
...
+ remove some unused code in a comment.
+ add F_SHELL flag in userdel
+ use a separate local declaration for a temporary variable, rather
than overloading a variable that's used for something else.
2001-10-22 11:00:05 +00:00
taca
ce11bd32bc
Remove tab only line. (Emacs makefile mode complains it.)
2001-10-22 10:53:47 +00:00
itojun
9525a1af56
define LBL_ALIGN, to avoid unaligned access on align-picky arch.
...
suggested by Manuel Bouyer
2001-10-22 09:24:27 +00:00
wiz
1978ea7c16
Whitespace, punctuation fixes; sort sections, fix xrefs.
2001-10-22 08:21:32 +00:00
mrg
da8425b96f
clean up ebus:
...
- kill dead dma code
- remove icky self->dv_parent casts
audiocs @ ebus doesn't crash anymore, but it doesn't appear to work
yet either...
2001-10-22 08:09:46 +00:00
mrg
8243634795
this has moved to dev/ebus
2001-10-22 08:04:56 +00:00
mrg
bf444e34ac
kill a dead driver. the floppy driver will be shared with sparc anyway...
2001-10-22 08:03:01 +00:00
mrg
997fe9c917
use <dev/ebus/ebusreg.h>
2001-10-22 08:00:12 +00:00
mrg
abcb6203a8
implement `options BLINK' for sparc64 for ebus & sbus. tested on a U2
...
(sbus) and a U5 (ebus).
2001-10-22 07:31:41 +00:00
lukem
273cdba6ea
document requirement about first node being a directory called "."
2001-10-22 07:11:46 +00:00
lukem
57566f70f8
- enforce the top-most entry must be "." and must be a directory; avoids
...
various potential problems when intermixing full and relative paths
- changes to make it much easier to use spec() - the specfile parser - in
other programs (via .PATHing spec.c and misc.c):
- move excludetags, includetags and keys from mtree.c to misc.c
- implement mtree_err() using vwarnx() instead of assuming name is
"mtree"
- move inotype() and nodetype() from compare.c to misc.c
- add nodetoinode(), to convert from an mtree F_* type to a
mode_t S_IF* type
- clean up #include use; don't assume "mtree.h" pulls in some
standard includes
- change spec() to take a FILE * arg (where the specfile is read from)
2001-10-22 07:07:46 +00:00
mrg
f9358dee8b
use <dev/ebus/ebusreg.h>
2001-10-22 07:06:20 +00:00
itojun
b912944434
copyright clarification, from tcpdump.org
2001-10-22 06:59:26 +00:00
jmc
3a2cae9ab1
If <srcdir>/../Makefile.inc exists, pull it in as well before setting
...
CPPFLAGS, etc.
2001-10-22 05:30:47 +00:00
jmc
d63596f307
Move CPPFLAGS addition for lint1/arch to Makefile.inc so each subdir will
...
pick them up
2001-10-22 05:19:31 +00:00
lukem
d5b107a692
install all the macro links to queue.3 using the correct UPPER_CASE names
2001-10-22 04:54:00 +00:00
lukem
179b47c97b
install all the macro links to queue.3 using the correct UPPER_CASE name
2001-10-22 04:37:57 +00:00
itojun
eed0c2daad
copyright clarification, from tcpdump.org
2001-10-22 04:29:06 +00:00
itojun
6180d3187e
copyright clarification. sync with tcpdump.org
2001-10-22 04:24:24 +00:00
gmcgarry
a44ea961ce
Update for new pages added to section 9.
2001-10-22 03:36:45 +00:00
gmcgarry
d67daa9469
Update for new pages and sort.
2001-10-22 03:34:39 +00:00
gmcgarry
f9acd7a62a
Programmer's guide to the VFS interface.
2001-10-22 03:33:19 +00:00
simonb
ced4db818c
Bah, move ".include <bsd.own.mk>" to before USE_NEW_TOOLCHAIN check.
2001-10-22 03:31:41 +00:00
gmcgarry
3609682ad9
Programmer's guide for wscons.
2001-10-22 03:29:58 +00:00
gmcgarry
c6f6ff8c51
Programmer's guide for the rasops subsystem.
2001-10-22 03:28:44 +00:00
gmcgarry
f878fc9982
Programmer's guide for TurboChannel.
2001-10-22 03:25:52 +00:00
gmcgarry
4d4c103867
Programmer's guide for MicroChannel.
2001-10-22 03:25:26 +00:00
simonb
83a2424500
Add a Makefile for mdsetimage that tries to do the new/old toolchain
...
dance to get to libbfd. Tested on new and old toolchain, makefile
messiness to be verified before being enabled.
2001-10-22 03:23:00 +00:00
simonb
ad8890a6fa
Add the bfd-mdsetimage pkgsrc version of mdsetimage - this is Chris
...
Demetriou's origianal mdsetimage with modifications by Kazuki Sakamoto
to use libbfd. It lives in gnusrc because libbfd is GPL, not LGPL.
2001-10-22 03:19:29 +00:00
thorpej
458af13ace
If we get a secondary CPU on a non-MP kernel, bail out early
...
and print a message about why. This prevents the primary CPU's
cpu_info from being scribbled over w/ secondary CPU info.
2001-10-22 01:45:51 +00:00
mjl
ccc06ff4fc
Add one.
2001-10-22 00:55:00 +00:00
mjl
51a4b6098f
Add ST15150N to quirk table, as per PR/13817.
2001-10-21 23:25:04 +00:00
jmc
4d6ad24166
Convert to using ${MDSETIMAGE}.
...
Provide a default value for $MDSETIMAGE and pull in bsd.own.mk to have
it overriden as needed for cross/-current builds.
2001-10-21 23:23:19 +00:00