143344 Commits

Author SHA1 Message Date
agc
6a86b29b9d Fix some wordos in the FAQ. 2006-02-08 21:42:45 +00:00
agc
7cfbac6bcd Remove a file committed in error. 2006-02-08 20:43:13 +00:00
agc
4c7e58b6a1 Note the addition of the NetBSD iSCSI target. 2006-02-08 19:06:42 +00:00
agc
2235f2dadf Add distribution entries and supporting files for the iSCSI target. 2006-02-08 19:02:58 +00:00
agc
38f0b002b6 Add entries for the iSCSI target, and supporting library and manual
pages.
2006-02-08 19:00:32 +00:00
agc
5fc129c4a1 Descend into the iscsi directory. 2006-02-08 18:59:39 +00:00
agc
c6b4d61ee2 Reachover support for the library version of the iSCSI target. 2006-02-08 18:58:55 +00:00
agc
97f0c7d9de Reachover files for the iSCSI target.
The test harness files are included here, but are not built or installed.
It is not envisaged that a typical NetBSD user will have much use for an
iSCSI test harness.
2006-02-08 18:57:49 +00:00
agc
33645f4ad2 Import the distribution files for the iSCSI target, developed from the
original Intel code (BSD-licensed) in othersrc, by myself.

This provides an iSCSI target implementation in userland, as well as a
test harness which also runs in userland.

The iSCSI target has been tested with version 1.06 of the Microsoft
initiator, as well as with its own test harness.
2006-02-08 18:56:14 +00:00
christos
238f1027f9 detect integer overflow differently. previous change broke negative sysctl
values.
2006-02-08 18:13:56 +00:00
macallan
cd280be65a add a junk variable to keep empty reads from getting eliminated.
Fixed panic in timerattach_msiiep()
2006-02-08 17:56:55 +00:00
christos
c508562304 remove sushi 2006-02-08 17:29:33 +00:00
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