ad
9aa9b8ebf5
Add drivers for the desktop bus, DC-7085 and pm display. Make it possible to
...
select between rcons or wscons at compile time. Ok'ed by simonb.
2003-12-13 23:04:37 +00:00
ad
57ed05ac29
Make this compile again.
2003-12-13 23:02:50 +00:00
ad
3234027240
Add write barriers (a no-op on vax).
2003-12-13 23:02:33 +00:00
thorpej
523e3bb618
I haven't had this laptop for a long time now.
2003-12-13 22:48:02 +00:00
he
1423e83c49
Adapt to rename of WDC_CAP_LBA48 to ATA_CMD2_LBA48 in atareg.h,
...
and don't use types which will be promoted when passed as ...,
causing a warning.
2003-12-13 22:34:30 +00:00
chs
1a686b2ea3
rearrange lib stuff so that these link on non-shared-lib platforms.
2003-12-13 22:07:35 +00:00
chs
6b91282609
ramdisk doesn't fit in 400k anymore, make it 500k.
2003-12-13 22:06:23 +00:00
chs
65c85e200e
miniroot doesn't fit in 12MB anymore, make it 13.
...
remove fd0 from device list since it doesn't exist.
2003-12-13 22:05:28 +00:00
chs
1b7a0836d2
libsupc++.a isn't a shared lib, move it to the common list.
2003-12-13 22:03:48 +00:00
chs
75d1d3ae6b
m68000 has switched to gcc3, _G_config.h is really gone now.
2003-12-13 22:02:34 +00:00
hannken
c0395cd920
Use ioctl(..., DIOCGPART, ...) instead of vn_stat() to get the size of the
...
underlying block device. vn_stat() gives the wrong size for the root fs.
Remove fssdetach() and fss_attached.
2003-12-13 18:59:29 +00:00
kochi
ddfa76652e
note import of ACPI-CA 20031203.
2003-12-13 18:14:59 +00:00
kochi
c2adc9e9b9
Merge ACPI-CA 20031203
2003-12-13 18:10:59 +00:00
martin
17e9ae2c49
Minimal setup instructions for JavaStations.
2003-12-13 17:55:02 +00:00
rearnsha
79d79358ab
Pull up the following patch from the main gcc tree.
...
PR optimization/13037
* loop.c (update_giv_derive): Ignore redundant sets of a biv
when calculating how to derive a giv from a biv.
This fixes the underlying problem in toolchain/23002.
2003-12-13 12:20:53 +00:00
rearnsha
94c1474569
The machdep.debug sysctl variable uses code CPU_DEBUG
...
(not CPU_CONSDEV).
2003-12-13 12:07:41 +00:00
martin
b4467b848f
Don't touch the PROM VA on JavaStations. From Valeriy.
2003-12-13 10:26:13 +00:00
martin
d741bf72ed
Remove a comment - this is no longer experimental and works with an
...
unpatched tree.
2003-12-13 09:31:20 +00:00
matt
727e43c8f5
Cleanup last commit a bit.
2003-12-13 04:34:24 +00:00
matt
549de3d9ab
Use :T and :tl and avoid using !=
2003-12-13 04:28:50 +00:00
sekiya
f398c5e022
Remove MIPS3_L2CACHE_ABSENT.
2003-12-13 01:30:50 +00:00
simonb
701a167dd3
In sysctl_kern_lwp adjust offsets into the mib entries so that
...
they are now correct. Fixes problems with "ps -s" not working.
Also use KERN_LWPSLOP instead of KERN_PROCSLOP.
Both changes from Andrew Brown.
2003-12-12 23:21:44 +00:00
jmc
f3a436d0a1
Add a .WAIT after common so libs get built before they're needed
2003-12-12 23:00:09 +00:00
martin
cc7556d487
Fix compilation for ports w/o __GENERIC_SOFT_INTERRUPTS_ALL_LEVELS.
2003-12-12 22:35:13 +00:00
martin
797eaa4ff3
Add bootjs.elf (JavaStation secondary bootstrap)
2003-12-12 22:19:21 +00:00
martin
ef9590543d
Add support to build bootjs.elf - the secondary bootstrap used to netboot
...
JavaStations. Based on patches from Valeriy E. Ushakov.
2003-12-12 22:15:59 +00:00
thorpej
2731c72b47
Cast an expression with sizeof() to long.
2003-12-12 21:36:32 +00:00
scw
6aec1d6812
Make fast-ipsec and ipflow (Fast Forwarding) interoperate.
...
The idea is that we only clear M_CANFASTFWD if an SPD exists
for the packet. Otherwise, it's safe to add a fast-forward
cache entry for the route.
To make this work properly, we invalidate the entire ipflow
cache if a fast-ipsec key is added or changed.
2003-12-12 21:17:59 +00:00
scw
4b9d54ff56
Add KEYCTL_DUMPSA/KEYCTL_DUMPSP support.
...
setkey(8)'s -D and -P options now work as expected with fast-ipsec.
2003-12-12 21:04:03 +00:00
scw
1cbe65fa6a
Pull in netinet/ip_ecn.c if FAST_IPSEC is defined.
2003-12-12 20:54:30 +00:00
nathanw
d7a0075027
Trap 0x8 (T_DOUBLEFLT) and 0x11 (T_ALIGNFLT) should be TRAP, not
...
ZTRAP; while the error code is always 0, the processor indeed pushes
the 0 on the stack, according to table 5-1 in the IA32 SPG.
2003-12-12 20:17:53 +00:00
matt
a29393ca12
Pull in the following change from gcc mainline:
...
2003-11-30 Alan Modra <amodra@bigpond.net.au>
* config/rs6000/rs6000.c (rs6000_elf_section_type_flags): Don't
set SECTION_WRITE on TARGET_RELOCATABLE.
2003-12-12 17:43:37 +00:00
thorpej
648d5e6e22
Add a default case to avoid an uninitialized variable warning.
2003-12-12 16:42:44 +00:00
jmc
e63a18f899
Initialize clksp as gcc can't figure out that it gets set before the switch
2003-12-12 16:21:35 +00:00
jmc
c594ed376d
Needs a .WAIT before doing boot/bootxx
2003-12-12 15:57:32 +00:00
sekiya
c0996cb32c
Remove preprocessor conditional MIPS3_L2CACHE_ABSENT, which was rendered
...
superfluous by Tsutsui-san's previous changes.
(this change differs slightly from that posted to port-mips@, as
mips_flushcache_allpvh should be compiled iff MIPS3_PLUS is defined and
MIPS3_L2CACHE_ABSENT should be removed from files.mips as well)
2003-12-12 14:55:58 +00:00
martin
119a91826a
If compiling for JavaStations, modify kernal VA layout to not conflict
...
with the PROM. From Valeriy E. Ushakov. This is a hack, but as long as
we don't have a way to arrange for a proper VA layout on this machines
(i.e. beyound the PROM) it is needed.
2003-12-12 14:51:48 +00:00
martin
808a75e1c5
Use the new split hard/softinterrupt handlers to avoid running mouse/keyboard
...
input functions to be run at IPL_SERIAL (instead of the intended IPL_TTY).
2003-12-12 14:31:39 +00:00
martin
9489d737cd
In parallel to the interrupt handler pckbcintr provide two functions
...
pckbcintr_hard and pckbcintr_soft, which, together, do the same as
pckbcintr. The first is called from the interrupt handler, the second
from a softinterrupt at arbitrary protection level (lower or equal to
IPL_TTY). They pass data via a small ringbuffer.
The new functions are intended for platforms that, due to
hardware/firmware restrictions are not able to make pckbcintr called at
IPL_TTY, like Krups javastations. Using the monolithic pckbcintr on
these plattforms leads to the input handlers for the slot data to be
run at elevated priority, causing various race conditions.
2003-12-12 14:30:16 +00:00
keihan
cd805c4cf7
Typo: dependancies -> dependencies.
2003-12-12 12:36:37 +00:00
jmc
867ec2f3a6
Just use the default field separator
2003-12-12 06:51:47 +00:00
jmc
fde398f9ce
Regen (picks up PNP8389 after devlist2h.awk changes
2003-12-12 06:51:36 +00:00
jmc
6125716f79
Fix from PR#23177. Pass lint and while here use a regular field separator
...
and shift off the first entry to get the description. This fixes one that
was getting missed and prevents future errors
2003-12-12 06:50:54 +00:00
jmc
ce438b1c67
Needs USETBL or the ms man page comes out wrong.
2003-12-12 06:08:30 +00:00
jmc
3ac305c74a
Add a stub for the majors (which just includes amiga's majors file).
2003-12-12 04:12:09 +00:00
atatat
74b1767b3c
The machdep.debug node is an int, not a struct
2003-12-12 03:52:56 +00:00
scw
6222bc14b8
Fix a typo in bswr2rb() which resulted in an 8-bit load instead 16-bit.
...
Pointed out by Derek Godfrey.
2003-12-11 23:52:25 +00:00
matt
d0d3605346
.include <bsd.own.mk> so the proper have of CC is defined before we use it.
2003-12-11 22:45:06 +00:00
matt
020ecacc80
Don't use -traditional-cpp when assembling the PowerPC .S files.
2003-12-11 22:37:27 +00:00
nathanw
243cf32568
Alpha uses software single-step. Lost in the 5.0->5.3 conversion.
...
Addresses PR toolchain/23672.
2003-12-11 21:06:27 +00:00