matt
77820698c6
Add lfmiop (LSILogic Fusion-MPT I/O Processor) placeholders for
...
driver to added latter.
2002-05-18 07:23:04 +00:00
matt
cad72c184d
Regen.
2002-05-18 07:19:41 +00:00
matt
01b871fa50
Add SYMBIOS FC9[12]9 and 1030R
2002-05-18 07:19:16 +00:00
uch
e27184bfd6
use MI make_bsd_partitions(). clean up the code.
2002-05-18 07:14:31 +00:00
uch
272ed861db
BSD raw partition is obsolete. raw partition is changed to C.
2002-05-18 07:13:01 +00:00
pooka
89a790daf0
adapt to 3.38
2002-05-18 07:11:14 +00:00
pooka
99dec2cc40
fix botch
2002-05-18 07:05:00 +00:00
pooka
fbf022381d
add zlib
2002-05-18 07:04:38 +00:00
pooka
184b2ef7fa
conflict therapy
2002-05-18 07:00:44 +00:00
lukem
491a00e92d
add missing union sun3sir sun3sir; (hi gimpy!)
2002-05-18 06:59:12 +00:00
pooka
4f62edefc0
file 3.38
2002-05-18 06:45:50 +00:00
lukem
3e591f18cf
gratuitious comment addition
2002-05-18 05:59:23 +00:00
lukem
633e8d9515
minor cosmetic tweaks:
...
- put \r\n before OF_open message
- use '0' + i % 10 instead of 'A' + i to print the read block number
2002-05-18 04:24:22 +00:00
lukem
31aa8abd8e
obsolete usr/mdec/installboot
2002-05-18 04:20:04 +00:00
lukem
4fa13b2be7
nuke MD installboot, now that it doesn't understand the macppc
...
bootblocks anymore and /usr/sbin/installboot does
2002-05-18 04:06:12 +00:00
lukem
964e8f45d1
Fix description for "form", "mode", and "struct" commands.
...
Inspired by [bin/16736] from Steve McClellan <steve.mcclellan@radisys.com>
2002-05-18 03:00:13 +00:00
enami
1578726840
Just give up to do readahead rather than waiting busy pages.
...
While I'm here, added few patchable variable so that one can
easily measure readahead behaviour.
2002-05-18 02:54:57 +00:00
eeh
4678e53555
Fix inverted comparison. We only wan to flush the I$ on *userland* executable
...
mappings.
2002-05-18 00:51:15 +00:00
mjacob
7aac86133e
Pointy hat to me on the last delta.
2002-05-18 00:48:11 +00:00
itojun
449d6afcab
style
2002-05-18 00:07:28 +00:00
martin
bdd46f7081
(Mostly) backout previous, with some slight modifications.
...
Restore the reset thread, to make resetting the interface possible while
not blocking interrupts.
Make sure to throw away garbage input while the reset thread is at work
(by setting sc_enabled a bit later).
Issue a PMS_RESET command when resetting to address PR 16788.
2002-05-17 22:49:48 +00:00
itojun
c37fca45ce
do not reverse-lookup scoped IPv6 address. it does not make sense as
...
there's no way to give scope identifier. sync w/kame
2002-05-17 22:40:31 +00:00
enami
2afb4efc4c
Make uvn_findpages to return number of pages found so that caller can
...
easily check if all requested pages are found or not.
2002-05-17 22:00:50 +00:00
perseant
36efaa3565
use macros from <sys/queue.h>
2002-05-17 21:42:38 +00:00
mjacob
a14da6673f
Replicate change that Matt Thomas made in isp_pci- if we get ENOMEM/EAGAIN
...
in bus_dmamap_load, return CMD_EAGAIN rather than just make the command dead.
2002-05-17 19:06:24 +00:00
mjacob
c3514c8f6d
Slight touchup on last change- make sure HBA_BOTCH is set (just in case
...
somebody at a different level does the wrong thing) on ENOMEM/EAGAIN returns
from loading DMA.
2002-05-17 19:05:08 +00:00
mjacob
16fa96cfc8
Give XS_DRIVER_STUFFUP a case all by itself.
2002-05-17 18:56:05 +00:00
lukem
b3facf5a7d
reduce MACPPC_BOOT_BLOCK_MAX_SIZE from 6K to 2K, to fit what bootxx is
...
limited to (and a CDROM limitation as well?)
2002-05-17 18:53:34 +00:00
mjacob
c2d194880d
Fix seveeral issues- but the most important of which is that we have
...
to check if we get a RQCS_DATA_UNDERRUN - if we're an FC card, we may
not have RQCS_RU set- if it isn't set, we just lost a DATA XFR IU in the
middle of the exchange. In this case, we have to bomb out the whole xfer.
We had been getting silent data corruption before.
2002-05-17 18:49:42 +00:00
lukem
7f3c3f9b76
Fixes from Bill Studenmund and Allen Briggs:
...
- setup a 32KB (+32byte) stack, instead of 4KB stack
- cache flush: use _start instead of 0x4000, and flush 2k instead of 1k
Features (by me):
- implement:
OF_write() (and grab "stdout" from "/chosen")
putstrn(s,n) using OF_write(); write string s of n bytes long
putstr(s); write fixed-sized string s
putc(c); write char c
- add some useful messages which output the status of loading the
stage 2 bootstrap (which is usually ofwboot)
This code now works on Bill's Beige G3!
2002-05-17 18:45:55 +00:00
jdolecek
46a7bc7d62
Force absolute jumps where necessary, newer gas generates pc-relative
...
jumps, which we don't want here.
Reported, suggested fix, and testing by Christian Limpach in port-next68k/16793.
2002-05-17 18:03:50 +00:00
lukem
91db817d71
convert to NDWO, a la sun2.
...
XXX: untested.
also needs sun3 converted to sun68k/stand/bootxx so that
the ${INSTALLBOOT} in miniroot can be enabled.
XXX^2: sun2 & sun3 should share distrib dirs since they're extremely similar...
2002-05-17 17:52:29 +00:00
lukem
b4c170fd08
Enable sun3, using same sun68k backend as sun2.
...
XXX: sun3 port still needs to be cut over to using sun68k bootxx...
2002-05-17 17:42:36 +00:00
wiz
12102d9f6d
Fix format string in usage. bin/16869 by Julio Merino.
2002-05-17 17:27:12 +00:00
lukem
1a7212d4da
Added support for the __ramdisk pseudo-argument. When given,
...
we make fewer devices to conserve inodes on the ramdisk.
(ripped off from rev 1.12 of etc.sun2/MAKEDEV)
2002-05-17 16:32:18 +00:00
toshii
e80128b0ba
Add a dummy Makefile so that `make release' succeeds.
2002-05-17 16:22:59 +00:00
toshii
f993c7b729
hpcarm isn't hpcmips.
2002-05-17 16:16:14 +00:00
wiz
070bb0af6f
Tokens after #else are ignored, which is not the intention here.
2002-05-17 12:44:45 +00:00
martin
3d49645449
Remove debug printf accidently commited.
...
Noticed by Thomas Klausner.
2002-05-17 09:28:34 +00:00
jdolecek
8d0d2a392c
make kgdb buildable again, g/c next68k/stub.c
...
Changes by Christian Limpach in kern/16794, with some minor adjustment
by me.
2002-05-17 06:44:03 +00:00
lukem
634dcabc44
fix ~sshd. tweak GECOS for named,ntpd,sshd
2002-05-17 05:47:41 +00:00
lukem
0ede5cc7ca
- add check_dir(), which checks or creates the given directory, and
...
use appropriately (rather than replicating effort)
- add check_ids(), to check if the lists ids exist in the first field
of a : separated file.
- implement do_gid() and do_uid() using check_ids()
- check for ${DEST_DIR}/var/chroot/ssh instead of /var/chroot/ssh
- rename rcconf_isset() to rcconf_is_set()
- rename cmpdir() to compare_dir()
- be consistent about referring to variables with ${...}
2002-05-17 05:40:42 +00:00
uwe
7c7d2ceb59
NetBSD/toaster: we wish the toaster to be happy too.
...
(Idea by Rafal, though he denies that)
2002-05-17 02:21:20 +00:00
groo
a54b0bba2e
Regen.
2002-05-17 01:07:53 +00:00
groo
ec845de24e
Add a bunch of Inside Out Networks devices.
2002-05-17 01:07:17 +00:00
hubertf
de06b5e706
#netbsd - where monks recite their internal dialogue while debugging.
...
-- Bernhard Riedel
2002-05-17 00:20:01 +00:00
eeh
5f3262977c
Don't use smaller trapframes. Causes more problems that it's worth right now. CVS: ----------------------------------------------------------------------
2002-05-16 23:29:42 +00:00
eeh
d3aa1ab1c4
Add a missing carriage return.
2002-05-16 23:21:55 +00:00
wiz
44086ebfde
Remove duplicate that. lib/16849 by John Heasley.
2002-05-16 21:23:31 +00:00
itojun
e26b1052bb
use /var/chroot/sshd instead of /var/empty. suggested by christos
2002-05-16 20:59:35 +00:00