lukem
a0296e9ed9
Makefile snippet to create bootable ustar floppies
2002-04-16 09:00:20 +00:00
kleink
b1a7e54209
pmsi(4) is gone.
2002-04-16 07:42:19 +00:00
wiz
d62f6fdd66
this: singular, these: plural.
2002-04-16 07:28:09 +00:00
onoe
fa97a362d4
Support WI_RID_SCAN_APS (wiconfig -D) for Symbol CF Card.
...
It apparently requires newer firmware (3.10.4), and doesn't work on
Intel PRO/Wireless 2011 (2.0.11).
2002-04-16 07:24:06 +00:00
martin
22143f5a44
Add strtoul.c, otherwise kernels using "wi* at pcmcia?" do not work
...
anymore.
Why only four archs provide this is beyound me.
2002-04-16 06:36:02 +00:00
martin
d200477ffe
Yet another nit pick.
2002-04-16 06:11:39 +00:00
enami
6cfcfb947c
genfs_{compat_}getpages(): For PGO_LOCKED request, it is safe to return
...
read only page if it was due to read fault. This avoid many unnecessary
read fault introduced by recent nfs_bio.c change. Reviewed by chuq.
2002-04-16 06:05:05 +00:00
enami
08625200a0
KNF and other misc. cosmetic changes.
2002-04-16 06:00:46 +00:00
lukem
33e7bb62d6
- Convert to using distrib/common/buildfloppies.sh, which can build both
...
single and multi-volume floppies in better fashion that the crufty
shell commands in the various Makefiles.
- Move fdset* -> bootfloppy*, as that's more consistent
2002-04-16 05:23:33 +00:00
thorpej
bbdbd9ab37
Add i80321 DMA controller registers.
2002-04-16 04:50:14 +00:00
lukem
2db638e823
buildfloppies.sh -- build floppy images from the given files.
...
It can write multiple disks (up to a maximum number), and optionally
install a bootstrap or pad the last disk to the image size.
2002-04-16 04:28:23 +00:00
msaitoh
1b117bda9b
pass arg 4 of a qsort() correctly.
2002-04-16 03:49:57 +00:00
itojun
9b96df2ed3
NOCRYPTO is no longer used and has no effect, so remove documentation
2002-04-16 03:47:32 +00:00
uwe
42c0a37e03
Add Krups (sparc) devices.
2002-04-16 03:08:12 +00:00
gmcgarry
fd08163598
Replace vax-specific cross references with MI ones.
2002-04-16 02:53:16 +00:00
mycroft
1d4148b8f4
Run reboot(8) and halt(8) from system(), not run_prog().
2002-04-16 02:20:17 +00:00
mycroft
6b51f6a75b
Use `reboot -q' and `halt -q' to make it reboot faster.
2002-04-16 02:06:09 +00:00
mycroft
e84a828ff1
In single-user, after taking a signal and having the `shell' die with
...
SIGKILL, go into an infinite loop (like in the runcom SIGTERM case), on the
assumption that reboot(8) is in the middle of taking the system down.
This fixes `panic: init died' from sysinst.
2002-04-16 01:59:37 +00:00
tron
0f55b8bb08
Use vfork(2) and exec(2) instead of system for performance and security
...
reasons.
2002-04-15 21:08:41 +00:00
gmcgarry
f030856690
typo
2002-04-15 20:57:55 +00:00
manu
28a3cfe032
Do not restore SR on sigreturn: this could enable the user process to gain
...
unpropre privileges.
2002-04-15 20:48:12 +00:00
tron
7b03e17cb9
Don't invoke the up- and down-script for link local IPv6 addresses.
2002-04-15 20:42:37 +00:00
martin
cd924e0a08
nit pick.
2002-04-15 18:08:22 +00:00
tron
c28d45defe
Invoke "ip-up" and "ip-down" script with parameters exactly matching
...
those used by pppd(8).
2002-04-15 17:32:18 +00:00
thorpej
d533e315ee
Fix a typo and an omission in last.
2002-04-15 17:27:39 +00:00
bjh21
1f1695ddff
Build the keymap-generating programs as hostprogs, since they're only run
...
on the host system and never installed.
Install the generated keymaps using <bsd.files.mk> rather than by hand, so
that all the UNPRIVED magic can work.
2002-04-15 17:27:33 +00:00
bjh21
5178253d62
Only include opt_*.h #ifdef _KERNEL_OPT.
2002-04-15 17:05:13 +00:00
mycroft
aa878fabc4
For 78Q2120 revisions 3 and earlier, punt to ukphy, as our special media status
...
routine does not work on those chips.
2002-04-15 16:50:52 +00:00
christos
6d2cc5b8e6
- open for r+, then w+, then r.
...
- fix fread and fwrite error checking.
2002-04-15 16:47:03 +00:00
thorpej
bc6522fb34
Add bits for the XScale Auxillary Control Register.
2002-04-15 16:34:32 +00:00
onoe
a40f47b098
Add support to Symbol Wireless Networker CF card.
...
The card is Type 1 CF card and it doesn't have firmware in.
So we need to download the firmware image into the card before
touching it.
XXX downloading code should be written in generic (bus independent),
but I don't have enough information for now.
2002-04-15 15:05:58 +00:00
mycroft
69bae7ce64
Add wm.
2002-04-15 15:00:18 +00:00
onoe
410544177a
Generated from the firmware binaries for T3 series CF adapter.
...
Obtained from Tim Gardner <timg@tpi.com> who developoed the Linux driver.
And approved by Brad Lefore <blefore@sj.symbol.com> to redistribute it
with BSD license.
2002-04-15 14:58:51 +00:00
tsutsui
2168ee307b
Remove (commented-out) pmsi entries.
2002-04-15 14:47:03 +00:00
mycroft
0a948745d1
Regen.
2002-04-15 14:44:30 +00:00
mycroft
9d7578b25c
Use chip numbers for most of the new Adaptec IDs, not board numbers.
2002-04-15 14:43:42 +00:00
tsutsui
ac00a8493f
Set KERNEL_SUFFIXES=ecoff
2002-04-15 14:41:39 +00:00
msaitoh
22868c18c1
ADD MISSING "TARGET_DEFAULT" BIT WHEN LITTLE ENDIAN
2002-04-15 13:24:54 +00:00
skrll
6024d2c603
Nuke pmsi
2002-04-15 12:52:28 +00:00
christos
3baa6002c6
PR/16361: J. Mallett: make(1)'s job.c does not properly initialise postCommands
2002-04-15 12:45:33 +00:00
joda
518cc55c27
Maxtor D040H2 also can't modesense
2002-04-15 12:40:28 +00:00
ad
e200da16d8
Regen.
2002-04-15 11:12:46 +00:00
ad
aad41f43b6
Add a bunch of Adaptec, Dell and HP products. From OpenBSD.
2002-04-15 11:12:25 +00:00
leo
6b640fdcec
Fix PR-16305. Make the 'end' symbol local.
2002-04-15 09:29:56 +00:00
mhitch
77b771d03b
Don't copy boot.amiga to ${DESTDIR}/ - it is now done by the install/update
...
script, sysinst, or manually when the bootblock is installed.
2002-04-15 08:38:55 +00:00
pooka
eaf1f18146
Bump to nb7 after fixing FreeBSD PR #12801 (again) in a way which hopefully
...
doesn't have adverse side-effects.
2002-04-15 08:37:04 +00:00
pooka
a68282c497
Fix FreeBSD PR #12801 in such a way that it doesn't create unfortunate
...
side-effects, like the ones described in bin/15891 and bin/16210.
patch from Sven Verdoolaege (nvi maintainer)
2002-04-15 08:31:42 +00:00
martin
ed5298eb2f
Make the LEDs work.
...
Green LED = we have a TEI assigned, yellow LED slow blinking = one B-channel
in use, yellow LED fast blinking = both B-channels in use.
2002-04-15 08:11:00 +00:00
ad
4f7cf03e41
Add an RCS Id, and comment out the settings since they represent what the
...
defaults are - per Andrew Brown's suggestion.
2002-04-15 07:48:00 +00:00
simonb
50d6d2b7d6
Add pcn, pnaphy.
...
Add algor, evbmips, sbmips devices.
Sort.
2002-04-15 07:37:17 +00:00