christos
19c27f0e0d
add another cdrom. The box says fujitsu, but the guts seem to be panasonic.
...
Mmm, inbreeding.
2001-10-14 18:09:22 +00:00
manu
948a7fa8ef
Fixed some mistakes in signal handling (this is still broken)
...
Added some code to set linux's uname kernel version to 2.4.0 (usefull for
testing with glibc-2.2). This is currently guarded by a #if 0.
2001-10-14 17:21:47 +00:00
manu
abcf0c8406
Fixed a minor problem so that it builds
2001-10-14 17:15:58 +00:00
manu
c4210f055f
Added Mips
2001-10-14 17:14:07 +00:00
ichiro
9ad1f29f64
The description about soft-reset of WI_PCI_COR was added
...
and WI_PCI_SOFT_RESET was used.
Cosmetic change.
2001-10-14 12:33:18 +00:00
tron
1e022c27b4
Use UDMA/100 on SiS 735 chipset.
2001-10-14 11:21:10 +00:00
simonb
0fbef69268
Put the storage class first in an array declaration.
2001-10-14 00:39:09 +00:00
chs
5a41496a04
avoid overflow in timeout calculations.
2001-10-14 00:32:33 +00:00
bjh21
83d5fd8043
Make the declaration of get_pc_str_offset() into a prototype.
2001-10-14 00:17:26 +00:00
simonb
2d0469db06
Remove so variables that are only ever set and never referenced.
2001-10-13 23:25:58 +00:00
simonb
aaaea89787
Don't initialise the 5th element of some 4 element arrays.
2001-10-13 22:59:16 +00:00
leo
37253bbe6b
Add bootxxx
2001-10-13 20:40:43 +00:00
leo
38a9a4d6ff
Grr, this file shouldn't have been deleted. I thought I corrected it, in
...
fact the comments from the commit did not mention it to be deleted, just
'changed'...
2001-10-13 20:26:48 +00:00
leo
75b42ecb12
Bootxx is no longer the last booting stage. It now handles only the
...
command line options. If NetBSD should be loaded, bootxx tries to load
the raw binary file '/boot' that resides on the same filesystem as the
kernel to be booted. This 3rd level boot is supposed to actually load the
kernel.
2001-10-13 20:22:56 +00:00
leo
a9d59a63c5
We need a configurable heap now (that implies we need panic.c too....).
2001-10-13 20:10:02 +00:00
leo
530cee7ec2
3rd level boot
2001-10-13 20:06:57 +00:00
augustss
5da06efad4
Allow for control devices (minor+128) to make it possible to manipulate
...
muxes that are in use.
Create muxes on demand.
2001-10-13 20:03:38 +00:00
augustss
ad74203973
Fix a pasto.
2001-10-13 19:58:35 +00:00
augustss
2efffa7ad7
Fix a (very old) pasto.
2001-10-13 19:56:09 +00:00
leo
dc6d9bae0d
Add an address for the 3rd level boot.
2001-10-13 19:55:07 +00:00
leo
95d16475fc
Arrange include files section in such a way that we can use this code in
...
the MiNT and NetBSD/libsa environment.
2001-10-13 19:50:36 +00:00
chs
4c1a2f36f8
fix pmap_changebit() to look for the bit in the page attrs
...
in addition to any PTEs. fixes PR 14220.
2001-10-13 18:28:10 +00:00
augustss
b079ab789b
ANSIfy.
2001-10-13 16:05:42 +00:00
augustss
04b1440239
Use memset(), not bzero().
2001-10-13 15:59:01 +00:00
augustss
82e5e6ab85
ANSIfy.
2001-10-13 15:56:15 +00:00
bjh21
cabab13edd
When setting watchpoints, call pmap_update() for each watchpoint, rather
...
than at the end, since they may be in different pmaps. This avoids a null
pointer dereference that was causing panics when resuming from DDB on arm26.
2001-10-13 15:17:38 +00:00
ichiro
8bf90d96b4
add entry Intersil Mini-PCI(802.11b)
...
wi* at pci?
2001-10-13 15:06:12 +00:00
ichiro
cbcfff63ec
Add Intersil Prism2.5 Mini-PCI wavelan.
2001-10-13 15:00:23 +00:00
bjh21
9202040b70
Treat acorn32 the same as arm32 for the purposes of installing include files.
...
This is necessary to make the libstdc++ install work with the old toolchain,
since it installs <machine/_G_config.h> into /usr/src/${MACHINE}. There may
be other dependencies on the Old Way, too.
2001-10-13 14:46:00 +00:00
bjh21
cc037046d6
Don't update referenced/modified bits if a page is entered using
...
pmap_kenter_pa. pmap(9) says unmanage mappings don't get referenced/modified
tracking, and this seems to stop me getting a panic while starting up with
root on NFS.
2001-10-13 14:23:31 +00:00
augustss
d701e45c14
Two changes to the wsmux code:
...
* Allow the wsmux used by wsdisplay for the keyboard(s) to be explicitely
specified with the kbdmux locator.
* Allow keyboards and mice that have a mux to be opened in the regular way.
These changes should be totally backwards compatible.
2001-10-13 13:35:59 +00:00
augustss
e557cebfce
Add kbdmux locator to wsdisplays.
2001-10-13 13:32:20 +00:00
mrg
8b4596288b
when comparing bp->val[] against other types, cast the bp->val[] value to
...
other type. this avoids sign extension lossage as "val" is (signed) int.
PR#14212.
2001-10-13 08:25:57 +00:00
ichiro
c0e7956031
regen.
2001-10-13 07:44:21 +00:00
ichiro
8afd8ee7a9
add vendor & product ID
...
Intersil PRISM2.5 Mini-PCI WLAN
2001-10-13 07:43:42 +00:00
chs
f013b5beb1
fix pmap_changebit() to look for the bit in the page attrs
...
in addition to any PTEs. fixes PR 14197.
2001-10-13 06:18:36 +00:00
uwe
a291eed4cc
Fix SIGNEX macro: sizeof is in bytes, not bits.
2001-10-13 00:41:49 +00:00
nathanw
7f59122d03
Use @true instead of @${TRUE} in includes-foo targets, since there is no
...
variable TRUE defined in our makefile system.
This prevents "make includes" from breaking with older bsd.subdir.mk, and is
more consistent with the uses of "true" in the rest of the tree.
2001-10-12 21:05:08 +00:00
haya
727e8d4a04
Bugfix: re-order double buffer only when second buffer exists.
2001-10-12 09:27:23 +00:00
enami
de085459c1
Fix printf format.
2001-10-12 07:30:23 +00:00
christos
bfe76ac87a
Allow userland to pass MNT_IGNORE (from enami)
2001-10-11 16:27:24 +00:00
pooka
3518dc8ed0
* fix thinko in mace_print() to prevent intr with value MACECF_INTR_DEFAULT
...
from getting printed
* fetch device name from dv_xname instead of using hardcoded value
2001-10-11 15:17:42 +00:00
tsutsui
9ed721dc0a
hp300 now uses dev/clock_subr.c.
2001-10-11 15:04:44 +00:00
tsutsui
0c3fd1cf03
Cleanup TOD clock functions:
...
- Adapt MI functions/structures in sys/dev/clock_subr.[ch]
- Fix year-2001 problem
XXX Maybe TOD clock should be attached as an independent device.
2001-10-11 15:02:07 +00:00
tron
eea6d83f4b
Regen.
2001-10-11 14:31:58 +00:00
tron
fa5ea802e9
Add host bridge of the SiS 735 chipset.
2001-10-11 14:30:21 +00:00
tsutsui
2853ff9bb9
space -> TAB
2001-10-11 14:01:36 +00:00
augustss
9ba9477c1a
Regen.
2001-10-11 12:05:39 +00:00
augustss
9ec0bc09c1
Add Epson 1650.
2001-10-11 12:05:10 +00:00
leo
13a1055e2f
Second pass of the bootloader reworking. Everything works from the
...
TOS/MiNT side now.
2001-10-11 07:07:41 +00:00