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
pk
721880b0bc
Fix target order: the machine links must be present before compiling object
...
files.
2002-02-28 15:55:50 +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
tv
1493d7d064
If _SRC_TOP_OBJ_ gets set here, we will end up with a directory that may
...
not be the top level objdir, because "make obj" can happen in the *middle*
of "make build" (long after <bsd.own.mk> is calculated it). So, pre-set
_SRC_TOP_OBJ_ here so it will not be added to ${.MAKEOVERRIDES}.
2002-02-28 02:22:59 +00:00
tv
a2ba138feb
Fix fallout from collapsing libiberty to MI config.h: libstdc++ includes
...
little bits of libiberty, so -I the non-arch specific directory now.
2002-02-28 02:13:34 +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
lukem
a4af05a5cc
provide "gateway" example "file"
2002-02-28 01:19:48 +00:00
lukem
c5a625870b
ipmon: set -D via command_args rather than the default ipmon_flags.
...
resolves [install/15753]
2002-02-28 01:06:13 +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
lukem
0d4517aa6c
When metalogging a hard link, don't log it as "type=hlink".
...
Instead, stat the type, and only log an entry if it's a "type=file".
We could log hard links to symlinks, but they're not portable and
their use has been deprecated in our source tree.
Hard links to other types aren't as useful at this stage; if the need
arises we can change this to log the appropriate information then.
2002-02-28 00:22:51 +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
aea350ead2
fdisk(8) is needed on mvmeppc since PPCBUG uses PeeCee-style MBR
...
partition info when booting from disk.
2002-02-27 22:31:18 +00:00
scw
8d5828f101
MD set lists for mvmeppc.
2002-02-27 21:57:09 +00:00
scw
f179ae8cce
Get in sync with include files.
2002-02-27 21:55:44 +00:00
scw
e2e2a20d7f
Add mvmeppc distrib Makefile.
...
This is just a placeholder for now.
2002-02-27 21:41:52 +00:00
scw
509f6019ae
Add entry for mvmeppc.
2002-02-27 21:33:46 +00:00
scw
5183aa7b10
Add mvmeppc.
2002-02-27 21:26:09 +00:00
scw
3c68fd62d5
Add mvmeppc to powerpc case.
2002-02-27 21:19:08 +00:00
scw
5b72ef673a
MD etc glue for mvmeppc.
2002-02-27 21:17:52 +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
tv
ac1299bdfb
New toolchain infrastructure for sh3eb, generated with mknative.
2002-02-27 18:45:14 +00:00