jmc
a831891141
Pull in mdsetimage to the tools builds. (XXX - using libbfd here would
...
probably be preferrable long term).
2001-10-21 23:10:46 +00:00
jmc
910ace859f
Pass ${.MAKE} to crunchgen so it uses the one for cross builds correctly
2001-10-21 23:08:59 +00:00
jmc
0fbad14c98
Check for MAKEFLAGS in the env and pass those to the test make's run for
...
finding obj files. Otherwise -m <new mk files> won't get passed and can
cause problems on some cross builds.
2001-10-21 23:06:59 +00:00
jmc
97deb18c10
Wrap ifdef's cleaner so wsmouse_[add|rem]_mux only get pulled in if NWSMUX > 0.
2001-10-21 23:04:57 +00:00
jmc
7566724f1a
Remove /dev entries. MAKEDEV doesn't get run before making the sets anymore
...
and there's no need to since everything under /dev has to get regen'd on
an install anyways.
2001-10-21 23:03:14 +00:00
jmc
72f1a492b0
Remove apmd (it doesn't exist on sparc64)
2001-10-21 23:01:36 +00:00
simonb
9935fdfff2
Back out previous; Aymeric Vincent is looking into a better fix.
2001-10-21 22:24:25 +00:00
thorpej
62f88da44c
Split out target parameters into separate header files, and
...
pull the correct one in based on the MACHINE_CPU variable.
MACHINE_CPU will be set according to the target system we are
building for by <bsd.own.mk>.
One component of addressing bin/14280.
2001-10-21 21:39:49 +00:00
thorpej
102249430c
Use <bsd.own.mk> so that the right thing happens when building a
...
kernel w/ USE_NEW_TOOLCHAIN.
2001-10-21 21:13:11 +00:00
thorpej
d1e191d848
Reserve one descriptor at the end of the ring as a termination point,
...
to prevent the producer index from getting confused.
2001-10-21 20:45:15 +00:00
thorpej
74c571e033
Normalize the sparc64 kernel Makefile.
2001-10-21 19:46:16 +00:00
simonb
52680e72d6
Remove two cases of:
...
#endif <- from an #ifdef _KERNEL
#ifdef _KERNEL
2001-10-21 19:24:43 +00:00
thorpej
322df02b17
Document the 0x02 flag.
2001-10-21 18:57:39 +00:00
thorpej
5f6fd54ec7
Add a config flag (0x02) that can force DMA to be *disabled* on
...
chipsets for which it would otherwise be enabled by default.
2001-10-21 18:55:14 +00:00
thorpej
132fdb30e6
Make the various timing, etc. tables const, and add the __unused__
...
attribute to them, just in case something other than the pciide driver
proper needs to pull in the header.
2001-10-21 18:49:19 +00:00
martin
a08e980ba5
We now install netisdn/i4b_rbch_ioctl.h.
2001-10-21 17:05:11 +00:00
martin
5eb2c7d064
Install i4b_rbch_ioctl.h, it is needed i.e. for userland PPP.
...
Requested by Brian Somers.
2001-10-21 17:02:06 +00:00
simonb
e5b75269ea
Fix problem with long pauses displaying blank lines if O_LEFTRIGHT and
...
O_NUMBER both are active. Patch from Debian bug report #79768 .
2001-10-21 16:04:29 +00:00
simonb
d7357337e0
Fix typo, noted by Artem Belevich.
2001-10-21 15:09:36 +00:00
bjh21
9eca213216
Since arm26 uses ELF, set MACHINE_ARCH to "arm".
2001-10-21 14:19:34 +00:00
wiz
2be5ce2fe5
Sort SEE ALSO, sort sections, remove spurios .Pp, NetBSD -> .Nx.
2001-10-21 09:42:41 +00:00
takemura
b9f6f9619d
- Added auto detection for BCU device no.
...
- Added clock mask unit register definition.
- Reset child devices and set clock mask.
2001-10-21 09:38:10 +00:00
jmc
bf87bd3e66
Remove distrib and etc from _SUBDIR. These should never get added to the
...
subdir list as anything building into them will access them directly (ala
the make release rule or the mtree rule). There were good reasons for
controlling this at the top level before and those should remain in place.
On cleandir and obj builds these should get run through but that's it for
the "normal" rule sets. (This was breaking the builds as make includes doesn't
function inside of distrib for instance).
2001-10-21 08:03:01 +00:00
isaki
3c63a64cab
Change 3 glyphs according to SRAM flags (0xed0059),
...
when ITELOADFONT ioctl is issued.
2001-10-21 03:46:30 +00:00
isaki
74242463f6
add about vs driver.
2001-10-21 03:33:44 +00:00
chs
7d48299857
make this work with obj dirs.
2001-10-21 03:30:36 +00:00
chs
bc7cfe4438
fix to work with obj dirs.
2001-10-21 02:22:36 +00:00
chs
6bc926aa9e
in pool_drain(), call pool_reclaim() while we still have interrupts blocked
...
since the pool in question might be one used in interrupt context.
2001-10-21 00:06:05 +00:00
chs
dcd9e4a1ee
add some missing spinlocks.
2001-10-21 00:04:42 +00:00
yamt
1856278572
backout my miscommit.
...
pointed by Aymeric Vincent.
2001-10-20 22:30:31 +00:00
bjh21
fccfe9fb92
Don't call Debugger() unless the kernel has DDB.
2001-10-20 22:15:02 +00:00
mjacob
033f1aaf8d
Update to latest 12160 initiator firmware.
2001-10-20 21:52:24 +00:00
mjacob
5522109c39
Protect against deranged fabric nameservers that spit out 10000 identical
...
port numbers.
2001-10-20 18:37:54 +00:00
thorpej
8f0b837cd4
gem_init(): Don't call gem_mii_statchg() directly. Instead, call
...
gem_mediachange(). This will cause gem_mii_statchg() to be called
by the MII layer with the correct MII media state, so that speed
duplex parameters will be set properly.
2001-10-20 18:25:52 +00:00
bjh21
318cfb14be
Add a hack to automatically switch to 26-bit mode when starting up on an
...
arm26 system. This could be done better.
2001-10-20 17:44:58 +00:00
bjh21
408ac67774
Oops: Get the test for 32-bitness the right way around.
2001-10-20 17:14:36 +00:00
bjh21
f3da28335b
arm_addr_bits_remove: Stop believing in the existence of 26-bit Thumb.
...
arm_frame_saved_pc: Use arm_addr_bits_remove to strip the retrieved PC.
These seem to make stack backtraces work on arm26.
2001-10-20 16:57:42 +00:00
mjl
a9ec452d57
Add Corega PCCB-11, as per PR/14298
2001-10-20 15:31:25 +00:00
mjl
8e7e3408b5
Regen.
2001-10-20 15:29:04 +00:00
mjl
259caf9257
Add Corega PCCB-11, as per PR/14298
2001-10-20 15:28:45 +00:00
simonb
e1f5fbd944
Fix a tyop in a comment.
2001-10-20 13:47:09 +00:00
aymeric
41fdc533eb
bump version after fixing a bug introduced in 1.79nb2
2001-10-20 10:11:41 +00:00
aymeric
be5a16fc47
Fix a cut_line() caller not using the right value for (former) ENTIRE_LINE,
...
by defining the (newer) CUT_LINE_TO_EOL define in common/cut.h and using it
where due.
Bug reported on current-users by Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp>
diagnosed by Bang Jun-Young <bjy@mogua.org>,
quick-fixed by Robert Elz <kre@munnari.OZ.AU>.
2001-10-20 10:04:49 +00:00
manu
3245c82583
Added clockctl.4
2001-10-20 09:45:31 +00:00
proff
1c37cc593d
Fortune is not moribund.
...
Add Farberisms from Prof. Dave Farber.
From: David Farber <dave@farber.net>
To: proff@iq.org (Julian Assange)
Date: Sat, 20 Oct 2001 03:29:08 -0400
Subject: Re: farberisms
Fine with me
At 02:27 PM 10/20/2001 +1000, you wrote:
>Hi Dave,
>
>I've just come accross your list of `Farberisms', which had me in
>stiches. As these are deliciously `fortune'esqe, I'd like to add
>them to the NetBSD distribution. Do you have any objections?
>
>Cheers,
>Julian.
2001-10-20 09:33:39 +00:00
wiz
a2f94a8a64
Fix whitespace, ispell, sort SEE ALSO, add HISTORY section.
2001-10-20 09:32:22 +00:00
taca
2788a3f274
Remove an extra character in a comment block.
2001-10-20 09:20:28 +00:00
manu
e9d17b72f9
Added clockctl(4)
2001-10-20 09:10:33 +00:00
billc
5c078bc6e7
Total Impact BRIQ kernel config
2001-10-20 08:32:24 +00:00
billc
b3a54fcf2e
just set MACHINE and include powerpc/param.h - non-NEWPMAP ofppc kernels boot now.
2001-10-20 08:27:12 +00:00