leo
|
101d6677d2
|
Replace edahdi by ahdilabel.
|
2000-08-23 14:15:06 +00:00 |
pk
|
7c10808744
|
Use common fb.c from sys/dev/sun.
|
2000-08-23 13:41:58 +00:00 |
pk
|
12cd7ada9a
|
Common framebuffer functions.
(currently includes a special cased fb_isconsole() for sun4u).
|
2000-08-23 13:41:15 +00:00 |
tsubai
|
5558e41363
|
New PowerBook (firewire) seems to use edge-triggered interrupt.
XXX cannot hot-plug yet
|
2000-08-23 12:18:17 +00:00 |
pk
|
194a6c2d97
|
remove pfourreg.h.
|
2000-08-23 12:08:16 +00:00 |
pk
|
a50a11e47f
|
Add fb_setsize_pfour() prototype.
|
2000-08-23 12:02:47 +00:00 |
lukem
|
595a8a89a7
|
migrate default installation config files from /etc to /etc/default
|
2000-08-23 11:54:32 +00:00 |
jdc
|
6e3eddc4dd
|
Make the 3rd and 4th serial ports on a 4/300 work again - ttyc and ttyd are
now minors 2 and 3 respectively.
|
2000-08-23 10:43:08 +00:00 |
enami
|
293609abba
|
Allow to override CFDIR from command line.
|
2000-08-23 10:43:06 +00:00 |
pk
|
408d2f01d0
|
Brooktree DAC support now lives in sys/dev/sun.
|
2000-08-23 10:08:48 +00:00 |
pk
|
837ef2bae6
|
This driver is now in sys/dev/sbus.
|
2000-08-23 10:07:46 +00:00 |
pk
|
aa81eb0f8b
|
This file is now in sys/dev/sun.
|
2000-08-23 10:07:25 +00:00 |
pk
|
c85ada8053
|
These drivers are now in sys/dev/sun
|
2000-08-23 10:05:46 +00:00 |
enami
|
d7236f8d44
|
Update nfs mount flags correctly. Fixes a bug introduced in rev. 1.65.
|
2000-08-23 09:59:22 +00:00 |
scw
|
da7dfaefcc
|
Though the VMEchip2 documentation is not explicit on the subject, a
VMEbus analyser confirms that D8 transfers are possible on all the
master ranges.
|
2000-08-23 08:13:14 +00:00 |
mrg
|
6e45dfc933
|
replace a head | tail | sed sequence with a single link awk invocation,
that also finds versions outside the range [0-9].[0-9] (eg, 10.10).
|
2000-08-23 07:15:20 +00:00 |
kleink
|
bef45d1b7d
|
Deal with a current priority of -1; from Takahiro Kambe in PR bin/10227.
|
2000-08-23 07:01:58 +00:00 |
bjh21
|
fb18971ae5
|
Initial INSTALL documentation for NetBSD/arm26.
|
2000-08-22 21:46:48 +00:00 |
pk
|
317a570728
|
These devices will never be found on sun4u machines.
|
2000-08-22 21:43:35 +00:00 |
bjh21
|
b86b5d0346
|
Remember that arm26/spl.h is obsolete.
|
2000-08-22 21:39:37 +00:00 |
pk
|
1e1790859a
|
Pull in sys/dev/sun/files.sun.
Remove driver declarations that are now in /sys/dev/{sbus,sun}
|
2000-08-22 21:35:45 +00:00 |
pk
|
17e5f7b17c
|
Declare drivers moved here from arch/sparc.
|
2000-08-22 21:31:16 +00:00 |
pk
|
e02ba8698f
|
Declare drivers moved here from arch/sparc/dev.
|
2000-08-22 21:30:27 +00:00 |
pk
|
91f1b275c9
|
Remove driver declarations that are now in /sys/dev/{sbus,sun}
|
2000-08-22 21:29:49 +00:00 |
pk
|
702e1dd9e6
|
Use the framebuffer drivers & header files that now live in /sys/dev/sun.
|
2000-08-22 21:28:24 +00:00 |
bjh21
|
769e82477f
|
Move contents of <machine/spl.h> to <machine/intr.h>.
Add IST_* macros to <machine/intr.h>, mostly for the feature-list tickbox.
Generally tidy up.
|
2000-08-22 21:27:21 +00:00 |
bjh21
|
6e3e3a755d
|
Don't include <machine/spl.h> any more.
Include <machine/intr.h> everywhere than uses spl(9) functions.
|
2000-08-22 21:22:48 +00:00 |
pk
|
d29f2ce630
|
Get tcxreg.h from the correct location.
|
2000-08-22 21:18:57 +00:00 |
pk
|
40903bf7d3
|
Split off `pfour' code from sparc/dev/fb.c into a separate file.
This file will be pulled in by framebuffer drivers that define the `pfour'
attribute.
|
2000-08-22 21:18:14 +00:00 |
thorpej
|
b391d6cece
|
Document spllock().
|
2000-08-22 19:56:08 +00:00 |
thorpej
|
7508bd7231
|
Use spllock() rather than splhigh().
|
2000-08-22 19:47:26 +00:00 |
thorpej
|
58e7a6954b
|
Add spllock(). See spl(9) for details.
|
2000-08-22 19:46:26 +00:00 |
tv
|
09c7751d41
|
Put vax in the "nbsd" emulation.
|
2000-08-22 17:41:24 +00:00 |
tv
|
35db5d3725
|
Re-add TARGET_SYMBOL_FIELDS until this is redone correctly using
TC_SYMFIELD_TYPE.
|
2000-08-22 17:39:43 +00:00 |
bjh21
|
b5279973df
|
Switch arm26 to -O2. Most of my kernels are compiled with this anyway,
and gcc's code generation should be the same as for arm32, so I think this
is safe.
|
2000-08-22 17:38:49 +00:00 |
thorpej
|
a2f2d10800
|
Slight adjustment to INTERLOCK_*() macros to make it easier
for the compiler to optimize.
|
2000-08-22 17:31:32 +00:00 |
thorpej
|
f759220f40
|
Define the MI parts of the "big kernel lock" perimeter. From
Bill Sommerfeld.
|
2000-08-22 17:28:28 +00:00 |
augustss
|
a5626942dc
|
Add usr/include/dev/usb/usbdevs.h
|
2000-08-22 16:51:35 +00:00 |
eeh
|
3787c3f7fd
|
Should use an `intrptr_t' for address calculations rather than `int'.
|
2000-08-22 16:44:51 +00:00 |
mjl
|
8895a2f9a6
|
Use sockaddr_storage.
Use correct var for strncpy length.
|
2000-08-22 16:42:37 +00:00 |
tron
|
0012d64356
|
Fixed reversed result test in call to chown(2) which caused bogus
error message.
|
2000-08-22 16:23:15 +00:00 |
sommerfeld
|
867ca7767a
|
Fill in next mtu field of NEEDFRAG ICMP error message.
From Marc Horowitz, pr10857
|
2000-08-22 16:02:16 +00:00 |
minoura
|
fb119983f3
|
X68k now uses sysinst.
Also update reflecting the current version.
More cleanup is needed before pulling it up to netbsd-1-5.
|
2000-08-22 15:34:00 +00:00 |
thorpej
|
25fe521af4
|
Fix a locking glitch in callwheel_slock handling. Noted by Bill Sommerfeld.
|
2000-08-22 15:30:59 +00:00 |
leo
|
67f170f93c
|
Need to specify BINDIR or the executable ends up in /
|
2000-08-22 14:26:04 +00:00 |
tron
|
815deae8b6
|
Use vfork(2) instead of fork(2) to create child process for "gzip" and
wait until it terminates. Problem noted by Enami Tsugutomo on
"current-users@netbsd.org"
|
2000-08-22 14:20:17 +00:00 |
abs
|
863e9c9128
|
Bring up to date and save some more space (as ever).
|
2000-08-22 14:11:45 +00:00 |
abs
|
911ac86efa
|
Switch to boot.400000, as the default sparc boot breaks if the in kernel
ramdisk is greater than 2950 (for the current INSTALL kernel).
|
2000-08-22 14:11:07 +00:00 |
abs
|
5838140e1a
|
Add COPYSTRIPCOMMENTS, which passes files through sed to strip comments and
some whitespace, which halves the size of at least /etc/services...
|
2000-08-22 14:08:47 +00:00 |
abs
|
bd9b9e0b4c
|
Shave another few bytes here and there - compile with -Os
|
2000-08-22 14:06:37 +00:00 |