matt
e0ba5cf38d
Add initial MPC7455 support.
2002-03-03 06:56:09 +00:00
matt
997374a8dd
Add MPC7455
2002-03-03 06:47:25 +00:00
nathanw
5d5aeaa547
Add bit definitions for the MMCR's, and event numbers for the events
...
that are common to the G3 and G4.
2002-03-03 06:38:31 +00:00
nathanw
7a92615001
Correct the SPR numbers of PMC3 and PMC4.
...
SIA wasn't retconned, but the SPR number was wrong. Re-add it, and add
USIA.
2002-03-03 05:32:37 +00:00
nathanw
c2b8ec655a
Delete the retconned SIAR SPR.
2002-03-03 05:17:48 +00:00
nathanw
ee2cbbfe4a
Add MPC7xx/7xxx performance monitor control registers (MMCR0-2, UMMCR0-2).
2002-03-03 05:15:44 +00:00
nathanw
28b2a20fb9
Add bit definitions for the MPC750 thermal management registers.
2002-03-03 04:31:53 +00:00
jmc
8c3c52f61d
Provide a definition for DEV_EEPROM so mem.c will compile if SUN4 is defined.
2002-03-03 03:11:06 +00:00
thorpej
20dd585980
Add RCS ID.
2002-03-02 22:29:40 +00:00
uch
6042c0a3fc
Initial support for KGDB on the sh3.
2002-03-02 22:26:25 +00:00
uch
65af267aeb
Add SH7709A INTEVT2 register define.
2002-03-02 22:25:19 +00:00
thorpej
ebcb5cdd36
Move the DBSYM bits up in the file.
2002-03-02 22:23:10 +00:00
uch
36c7edfda4
recompile
2002-03-02 22:03:51 +00:00
uch
795a7cf404
WCE210 support.
2002-03-02 22:01:57 +00:00
uch
2a2cc9f493
always open COM1 for the sake of KGDB.
2002-03-02 22:01:34 +00:00
uch
ddf9130f5c
add run-time detection of Windows CE version.
2002-03-02 22:01:05 +00:00
kleink
4a513728e8
Add end-of-comment missing in previous.
2002-03-02 21:36:27 +00:00
mhitch
9de3e943c6
Make reset actually do something and enable the use of the watchdog timer.
...
Losing interrupts no longer will hang the network.
2002-03-02 21:08:04 +00:00
martin
493d3dde20
Add support to query the peer for DNS addreses when negotiating IPCP.
...
Add ioctls to retrieve the results.
While here remove a malloc()/free() of an unused buffer.
2002-03-02 16:23:42 +00:00
chris
a973797a7a
Remove ref to VM_MAXKERN_ADDRESS, it's not used in this file
2002-03-02 15:35:05 +00:00
chris
4fa8495ff4
Update the types, pt_entry and pd_entry should be unsigned, and fixed at 32 bits.
2002-03-02 15:30:49 +00:00
kleink
a34187bca3
Also reset segment register 0 on kernel entry: there may not always be
...
a fixed BAT entry covering segment 0, or not completely covering it,
and we do restore it on return to user level already.
2002-03-02 15:19:56 +00:00
kleink
dc0a08feaa
Note that Guarded bit is not implemented on the 601.
2002-03-02 15:07:35 +00:00
kleink
98eeb8198f
Give block translations to I/O memory the Guarded attribute; from Matt Thomas.
2002-03-02 14:25:02 +00:00
mrg
d3b3f3e560
move the COMPAT_SUNOS TIOCGPGRP handling in the compat sunos code proper.
...
this is the final fix needed for it to run properly as an LKM. no more
COMPAT_SUNOS hacks around the tree!
2002-03-02 12:30:43 +00:00
mrg
ccc760f047
check _KERNEL_OPT for opt_ddb.h
2002-03-02 12:28:16 +00:00
scw
6cf459ffb5
Add BAT_G to the I/O bats, as per matt@netbsd.org's change for macppc.
2002-03-02 11:01:50 +00:00
takemura
29e873a235
Added wsmux_set_display() to fix the problem that wskbd wan't connected
...
to any display if keyboard was attached before display and both aren't console.
2002-03-02 08:22:26 +00:00
matt
b7a4d57a9e
Now all MBR_* definitions come from <sys/disklabel_mbr.h>
2002-03-02 07:05:30 +00:00
matt
6327f7590a
Move MBR_PTYPE_PREP from arch/prep/stand/mkbootimage to here.
...
Add a MBR_FLAGS_ACTIVE too.
2002-03-02 07:04:31 +00:00
chs
a51be40dcb
don't yield the cpu in genfs_putpages() if we're the pagedaemon.
...
pointed out by enami. fixes PR 15784.
2002-03-02 06:58:01 +00:00
jmc
68b038f787
Wrap the generation of machine and powerpc links so they don't happen during
...
make obj, clean or cleandir as the proper objdir may not be around yet.
2002-03-02 06:32:28 +00:00
matt
4b948be2fc
Disable BTIC on rev 2.0 or earlier MPC7450s as Motorola Errata #31 for the
...
MPC7450.
2002-03-02 02:18:38 +00:00
matt
102f6b0e48
Make sure I/O bats are set to BAT_I|BAT_G (guarded, cache-inhibited) as to
...
not allow speculative loads to occur within them. This is the cause of the
random MCHKs on 7450 based Mac's.
2002-03-02 00:44:08 +00:00
ragge
16cd24dea4
usrptsize was not correct calculated, fixed.
...
Add space to system page table for the UVM kernel area.
This fixes the KVM usage problem that Manuel Bouyer reported a while ago.
2002-03-01 23:55:10 +00:00
thorpej
35abec3c31
Add -Os and -mcpu=i486 to COPTS. Add VNODE_OP_NOINLINE.
2002-03-01 23:42:20 +00:00
manu
f48c7db878
Two more trivial bug fixes:
...
- copyin() the ntv argument to ntp_adjtime1(), to avoid some panics
- correctly handle the return value
And this still relates to kern/15519
2002-03-01 22:58:33 +00:00
thorpej
1caa35aa0f
In tcp_segsize(), move a label so that option length is considered
...
when using the default TCP MSS as well. From Matt Thomas.
2002-03-01 22:54:09 +00:00
thorpej
10444ca48f
In in_savemkludge() and in_restoremkludge(), don't insert into a new
...
list without removing from the old one first.
From Matt Thomas.
2002-03-01 22:51:28 +00:00
bouyer
5d5c5c0ddd
As siop_morecbd() is called from the kernel thread, protect access to the
...
queues with splbio.
2002-03-01 21:37:03 +00:00
kleink
6d484242b0
Regen: add Motorola Raven, Falcon and Hawk product IDs.
2002-03-01 13:48:59 +00:00
kleink
b1c2f47c30
Add Motorola Raven, Falcon and Hawk product IDs.
2002-03-01 13:47:30 +00:00
martin
f801cd463b
Rename EBUS_PADDR_FROM_REG uses to EBUS_ADDR_FROM_REG.
2002-03-01 11:51:00 +00:00
martin
a03fa01ccc
Remove EBUS_PADDR_FROM_REG, as it does not realy creates a paddr on sparc.
...
It is superceeded by EBUS_ADDR_FROM_REG.
2002-03-01 11:49:06 +00:00
martin
7d9d648a64
For aesthetical reasons use bus_addr_t instead of paddr_t in the BUS_ADDR
...
makro. Requested by uwe.
2002-03-01 11:34:36 +00:00
martin
ba6fe47ae9
Simplify the way the hardware windows are mapped and adapt the pcmcia
...
chipset functions acordingly. Initialize timing registers (for now to
the slowest possible setting).
Add some debug output. XXX - clean this up.
This is not ready for prime time, but I can attach ray0 and wi0 now in my
LX.
2002-03-01 10:02:38 +00:00
martin
feaf0ddd87
Cast the "io" parameter of BUS_ADDR to paddr_t before it gets shifted.
...
This makes this makro work with smaller values passed for io. No functional
change.
2002-03-01 07:19:29 +00:00
itojun
8e4fadc28a
missing splx
2002-03-01 04:19:42 +00:00
itojun
3edb75b9d5
unifdef -D__NetBSD__
2002-03-01 04:16:38 +00:00
enami
fa5084d17e
Make this file compiles w/o FWNODE_DEBUG.
2002-03-01 01:01:18 +00:00
thorpej
8c51a03d7e
If the upper layer says Write/Invalidate is okay, then make sure
...
it's enabled in the PCI CSR.
2002-02-28 23:52:37 +00:00
pooka
360cafaddb
Don't add fs->fs_pendingblocks to f_bavail twice. It's already included
...
in f_bfree, which is added to f_bavail.
Fixes problem with statfs reporting too much free space for filesystems
which have files pending to be freed by softdeps.
2002-02-28 21:59:23 +00:00
scw
fc673fcd59
Missed this file when adding mvmeppc port.
2002-02-28 21:54:42 +00:00
thorpej
1addb1955a
Default to telling the MI PCI code that rd/line, rd/mult, and wr/inv
...
commands are OK.
2002-02-28 21:48:05 +00:00
fvdl
a16656fe06
Invalidate the access cache when loading a new set of attributes into
...
the atribute cache. Fixes access cache problem seen by
Nathan Funk of the UofS, relayed by Greg Oster.
2002-02-28 21:38:08 +00:00
jmcneill
f58e1d41e1
Regen
2002-02-28 21:10:51 +00:00
jmcneill
f3b42effa5
Add Linksys Wireless USB Network Adapters (WUSB11, both original and ver 2.5)
2002-02-28 21:10:28 +00:00
christos
894ca870b3
use the <sys/conf.h> macro to get the mmap footprint.
2002-02-28 21:00:23 +00:00
martin
75c5a16cfc
Enforce a lower bound of 32 for tcp_mssdflt.
...
This avoids kernel crashes when we don't handle nonsensial values
like 0 gracefully. Better check here once beforehand than having to
check for non meaningful values in time critical paths (like tcp_output).
Fixes PR 15709.
2002-02-28 20:26:17 +00:00
leo
18dfb594ff
These were created by accident (typo), hope this removal does what I
...
expect from the man-page...
2002-02-28 20:08:18 +00:00
thorpej
2ba5de1eb1
Change the default Rx FIFO drain threshold to 128 bytes; this
...
reduces the likelihood of Rx FIFO overruns on machines with wimpy
PCI busses, while still allowing the interface to burst with a
reasonable size.
2002-02-28 20:08:11 +00:00
thorpej
759f452292
Don't call m_aux_find() to find a VLAN tag unless VLANs are configured
...
on the interface.
2002-02-28 19:23:03 +00:00
thorpej
07e108c7dc
* On the DP83820, make sure to make the Tx DMA map large enough for
...
jumbo frames.
* Work around broken PXE firmware on some boards, which leave the ROM
BAR enabled even after the PXE stack has been unloaded.
* Set up the initial values for sc_tx_fill_thresh, sc_tx_drain_thresh, and
sc_rx_drain_thresh in sip_attach(), rather than in sip_init().
2002-02-28 19:10:16 +00:00
uch
f21c737967
Catch up with the latest vrip changes.
2002-02-28 18:26:05 +00:00
uch
b94c8137ab
cpu_reset:
...
Set EXPEVT to 0x20(manual reset) before jump to reset vector.
2002-02-28 18:18:51 +00:00
uch
bbcdfc2583
Use sh3/intcreg.h macro instead of immediate.
2002-02-28 18:17:29 +00:00
thorpej
f711992b7f
Add options GATEWAY.
2002-02-28 17:54:56 +00:00
uch
9c21656766
cpu_dumpconf, reserve_dumppages, dumpsys, cpu_reset are moved to sh3/sh3_machdep.c
2002-02-28 16:54:28 +00:00
uch
f52cc0a5e4
Fix comment to reflect reality.
2002-02-28 16:52:46 +00:00
thorpej
c49eaa2724
Don't use NULL for non-pointer arguments.
2002-02-28 04:49:16 +00:00
thorpej
92eb54d5a5
Don't assign NULL to non-pointer variables.
2002-02-28 04:43:16 +00:00
junyoung
66900b849e
Regen.
2002-02-28 03:40:43 +00:00
junyoung
c1670f1122
Oops, readd an ID for Rage XL which was removed in previous commit.
2002-02-28 03:39:37 +00:00
simonb
4324f37586
Use "#define<tab>".
2002-02-28 03:17:23 +00:00
junyoung
36dc3b5f36
Regen; fix for duplicate ATI Rage Pro.
2002-02-28 02:34:15 +00:00
junyoung
1ce4367071
Better fix of duplicate ATI Rage Pro IDs. _B' and
_P' mean BGA and
...
PQFP, respectively.
2002-02-28 02:32:50 +00:00
uch
74680cb1cd
change define _ -> PRINT
2002-02-28 01:59:51 +00:00
uch
6ece4e10f0
Remove #if 0 #endif
2002-02-28 01:58:53 +00:00
uch
2e904b2d1e
s/MMEYE_NO_CACHE/CACHE_DISABLE/
2002-02-28 01:58:18 +00:00
uch
bbc655c4fb
Cleanup register definition
2002-02-28 01:56:57 +00:00
uch
40382c6556
Change foo_r0_r1 macro in sh3/locore.h to foo(Rn, Rm)
2002-02-28 01:53:42 +00:00
uch
06fbd079f5
Remove unneeded header.
2002-02-28 01:52:28 +00:00
christos
d487168d5f
PR/15754: Sean Davis: Initialize if_softc before calling the mii init
...
routines to avoid NULL pointer de-referencing in the callbacks.
2002-02-28 00:52:21 +00:00
augustss
da0af33867
Change mapping of keycode 50 to be closer to the spec.
2002-02-28 00:30:13 +00:00
scw
bd9412df1c
Oops, replace this with a (very) slightly modified version of prep's
...
intr.h instead of a remnant of my original hacking where it was based
on sandpoint's.
2002-02-28 00:27:38 +00:00
scw
eb06a2e443
Nuke a file which should not have been commited.
2002-02-28 00:02:26 +00:00
augustss
27cee6c777
Regen.
2002-02-27 23:29:01 +00:00
augustss
f2afa010b1
Add some more stuff that might make Palm and Sony devices work.
...
(Gleaned from Linux.)
2002-02-27 23:00:03 +00:00
augustss
50a7e169bc
Add Palm m125.
2002-02-27 22:45:16 +00:00
scw
f179ae8cce
Get in sync with include files.
2002-02-27 21:55:44 +00:00
scw
509f6019ae
Add entry for mvmeppc.
2002-02-27 21:33:46 +00:00
scw
4c447e5383
New port: NetBSD/mvmeppc
...
Based mostly on NetBSD/prep at this time since the earlier mvme160x
boards are pretty much PReP compliant. Later boards in the range
diverge somewhat from the reference platform, hence the separate port.
Still needs *lots* of bashing into shape, but at this time it will
boot to multi-user over ethernet on an MVME1603-051.
2002-02-27 21:02:12 +00:00
martin
fe3a97c935
regen
2002-02-27 21:01:55 +00:00
martin
b6b3e04f66
Avoid duplicate define for ATI Rage Pro PCI
2002-02-27 21:00:28 +00:00
leo
f70bec2792
Also visit the file2swp subdir.
2002-02-27 20:29:14 +00:00
leo
927df39940
copy a file to a 'SWP' partition
2002-02-27 20:14:39 +00:00
junyoung
53e222d45c
Regen.
2002-02-27 16:38:08 +00:00
junyoung
ab2517393d
Fully revise product IDs for ATI Mach64 and Rage graphics cards.
...
XXX Rage 128 not revised.
2002-02-27 16:36:41 +00:00
pk
f478419a29
Calling pmap_zero_page() (in #if DEBUG section) from pmap_bootstrap() hangs
...
an E250; comment it out.
2002-02-27 16:09:51 +00:00
chs
2cce3ebcba
honor the PG_RDONLY flag (so that NFS can clear the PG_NEEDCOMMIT flag
...
when page with it set is modified again). fixes PR 15733.
2002-02-27 16:02:03 +00:00