Commit Graph

143432 Commits

Author SHA1 Message Date
christos
fac48e506b delete sushi directories 2006-02-08 17:26:11 +00:00
christos
03b1813a52 delete sushi records. 2006-02-08 17:22:10 +00:00
christos
1dec6a8251 remove sushi records. 2006-02-08 17:19:00 +00:00
gdamore
8203064709 Add Itronix copyright (3-clause BSD) that I forgot to include in original
versions.
2006-02-08 17:09:04 +00:00
gdamore
cf49f62481 Clean up DBAU1550 and DBAU1500 (include ALCHEMY) per suggestion from simonb@. 2006-02-08 17:02:05 +00:00
christos
689068aead remove reference to sushi 2006-02-08 15:32:24 +00:00
christos
27081ac8ef mention sushi move. 2006-02-08 13:52:58 +00:00
christos
9030e1cfee Remove reference to sushi; pointed out by jmmv. 2006-02-08 13:51:44 +00:00
rpaulo
96aa0d0f54 Fix copy&paste problem found by James Juran
<James.Juran@baesystems.com> in freebsd-net mailing list.
bzero'ing the wrong var with a wrong sizeof is clearly not ok..
2006-02-08 13:35:48 +00:00
gdamore
017c98158d Improved alchemy board support, including board differentiation required for
PCI idsel and irq routing (later).
Various cleanup/rototilling to remove hardcoded pb1000 references.
Reviewed by simonb@, and derived from changes reviewed by matt@ and tsutsui@
2006-02-08 09:04:01 +00:00
gdamore
e67db332d1 Remove pointless (unused) dependency upon pb1000 evbmips headers. 2006-02-08 08:49:49 +00:00
uwe
175260c2de sh3_vector_tlbmiss: don't waste perfectly good delay slots. 2006-02-08 02:19:57 +00:00
christos
8049de76d6 mark sushi obsolete (per core's request) 2006-02-08 00:54:33 +00:00
christos
673ba33555 Bye bye sushi config files (moved to othersrc via repository copy) 2006-02-08 00:47:29 +00:00
christos
db38881997 Bye bye sushi (moved via repository copy to othersrc) 2006-02-08 00:46:13 +00:00
uwe
33c4e018e2 While here, shave off few bytes and few cycles off of the sh3_vector_tlbmiss.
Since the registers we use are at the very end of address space, we
can load their addresses as small immediate negative constants instead
of loading them from memory.
2006-02-08 00:32:06 +00:00
uwe
9621f44368 Pass untruncated va=TEA to tlb_exception(), not its VPN. 2006-02-07 23:56:20 +00:00
rpaulo
99513cfd59 In pf_socket_lookup() fix copy & paste problem when in6_pcblookup_bind()
returns NULL.
2006-02-07 22:53:03 +00:00
bouyer
36d7bdd35a Add back proper MPBIOS/MPACPI handling. 2006-02-07 20:38:43 +00:00
bouyer
c071d3b194 Add another missing ch_ndrive initialization. 2006-02-07 20:37:24 +00:00
wiz
4cee25b965 Quote .IP argument (IP only takes one). 2006-02-07 20:23:41 +00:00
wiz
b070717566 Remove break after goto (lint complains). 2006-02-07 20:13:22 +00:00
wiz
9037345f22 Add a /* CONSTCOND */ for lint. 2006-02-07 20:10:48 +00:00
wiz
9ea0254b5a We want size_t arguments, so just cast to size_t, instead of casting
to unsigned long and getting a warning on i386.
2006-02-07 20:07:42 +00:00
wiz
4d40ce1f4d Fix macro. Add /usr/src/common. Bump date. 2006-02-07 19:40:51 +00:00
wiz
27527e67bb Fix macro usage. 2006-02-07 19:33:21 +00:00
wiz
e544bcfb3f Fix .St argument. 2006-02-07 19:02:29 +00:00
wiz
f618c5fcee .Fn needs an argument. 2006-02-07 18:59:56 +00:00
gdamore
d240b42509 renamed pb1000_intr to reflect that it isn't board-specific. Prune unused
pb1000_intr_establish/disestablish calls.

Change was reviewed by folks as part of PCI changes, and should be
non-controversial in any case.
2006-02-07 18:57:12 +00:00
cube
6961689092 Regen, correctly this time. Sorry for the mess. 2006-02-07 17:23:23 +00:00
cube
60c0881da6 I wonder how the leading junk arrive there... 2006-02-07 17:21:56 +00:00
xtraeme
ecc3ede39b regen 2006-02-07 17:20:47 +00:00
cube
ed82703cc5 Add PLX's 9054 I/O Accelerator. 2006-02-07 17:15:54 +00:00
chs
24b808d88e reduce MAXSSIZ to 32 MB, like most other ports. fixes PR 30918. 2006-02-07 16:55:31 +00:00
chs
c5920793e6 change the old pre-sysinst install.md script to not need file(1)
and take that program and its associated "magic" database
out of the miniroot image.  fixes PR 32379.
2006-02-07 16:52:16 +00:00
simonb
5e4cb2fced Fix END symbol so that it matches START symbol for prom_write. 2006-02-07 11:59:22 +00:00
jmmv
ddaa1b349e wsevent cleanup:
- Add a wsevent_inject function that atomically adds a set of events to an
  event queue and change all code that directly messed with a queue to use it.
- Replace the WSEVENT_WAKEUP macro with a regular function.
- Make WSEVENT_QSIZE, PWSEVENT and splwsevent private definitions to
  wsevent.c, instead of exposing them in the header file.
- Make the wsevent_init function take a process to attach to the queue,
  instead of leaving this task to the caller (which always did it).

Reviewed in tech-kern@.
2006-02-07 09:13:02 +00:00
skrll
fcf3319fe8 Pull in a change form binutils-current that removes the gap between text
and data on mips platforms which was dragged over from the Irix defaults.

OK'd by simonb@
2006-02-07 09:10:43 +00:00
kochi
1b6e35dc63 ACPI-CA 20060127 2006-02-07 07:28:20 +00:00
skrll
633207bbf9 Add scheduler activations upcall data to the default list of trace
points.

OK'd by christos.
2006-02-07 06:39:47 +00:00
thorpej
deb5def967 In the receive interrupt handler, compute the packet length before resetting
m to point to the first buffer in the packet.  The bug would cause the
length of jumbo frames to be incorrect.
2006-02-07 06:20:04 +00:00
macallan
dbe2bf713a ansify, de-__P(), sprinkle static 2006-02-07 02:29:28 +00:00
simonb
94fd5272df Use "options<space><tab>". 2006-02-06 23:48:55 +00:00
tron
df69ed2b70 Disable X11 support in toolchain "groff" build to stop it from trying
to install files to "/usr/X11R6". Patch supplied by Thomas Klausner on
current-users mailing list.
2006-02-06 23:48:35 +00:00
wiz
fad10e9256 Disable rule to rebuild info file -- texinfo 4.7 is not up to it. 2006-02-06 23:47:36 +00:00
gdamore
11e96340e9 Forgot to cvs add this file. Doh!
Closes PR port-evbmips/31992.

Adds generalized IRQ routing & reporting support based on different Alchemy
parts.  Reviewed by matt@, simonb@, and izumi@
2006-02-06 23:26:11 +00:00
gdamore
eab2d4562e Fix up incorrect ICU reporting, add processor specific switch tables for
IRQ routing and such.

Closes PR port-evbmips/31992.
Reviewed by simonb@, matt@, and izumi@
2006-02-06 23:23:53 +00:00
he
121de2c74e Follow up the rename of the PB1000 kernel to ALCHEMY. 2006-02-06 20:14:36 +00:00
jmmv
cd5689ac5a Fix build by correcting pbms_ioctl's prototype. 2006-02-06 20:13:25 +00:00
jmmv
2f1b4d0c28 Include files.usb earlier so that "pbms at uhidbus" works. 2006-02-06 19:23:17 +00:00