mhitch
d458239a94
When doing the cacheflush for MIPS1, adjust the length to account for
...
an unaligned buffer. The last word of the buffer was not getting flushed
if the buffer was unaligned and fit in a single DMA segment. Now dump(8)
works on both MIPS1 and MIPS3 DECstations.
2000-11-05 21:02:13 +00:00
christos
392621627b
always attempt to canonicalize hostnames, not only when the hostname
...
does not contain a dot.
2000-11-05 20:09:08 +00:00
christos
96205496e0
define HAVE_CURSES_NEWTERM for __linux__
2000-11-05 20:07:23 +00:00
christos
119c9cb003
add a lint comment.
2000-11-05 20:05:29 +00:00
jdolecek
0f1770e08d
make compilable without FW_DEBUG
2000-11-05 19:43:32 +00:00
pk
f90ceb9573
Add `eject'.
2000-11-05 18:35:56 +00:00
onoe
e83458422f
First Prototype implementation of network interface part for IEEE1394 (if_fw).
...
Current status:
Only OHCI chip is supported (fwohci).
ping (IPv4) works with Sony's implementation (SmartConnect) on Win98.
sometimes works but not stable.
Not implemented yet:
IRM (Isochronous Resource Manager) functionality.
Link layer fragmentation.
Topology map.
More to do:
clean ups
MCAP
charactor device part
dhcp
There is no entry in GENERIC config file yet.
Follow sys/dev/ieee1394/IMPLEMENTATION to enable if_fw.
2000-11-05 17:17:12 +00:00
thorpej
1363813e0d
Two things off the TODO list.
2000-11-05 16:44:08 +00:00
thorpej
81903e1f37
Add neo(4).
2000-11-05 16:41:03 +00:00
thorpej
33831545e3
Manual page for the NeoMagic 256 driver.
2000-11-05 16:38:09 +00:00
thorpej
cde4f7415c
Add mmap support (i386-specific for the moment).
2000-11-05 16:24:45 +00:00
thorpej
5a8a59d459
Weed out the Dell and HP versions which are known to work in
...
WSS emulation mode (i.e. won't work in AC'97 mode).
2000-11-05 16:13:17 +00:00
jdolecek
e8e4da6b87
add new function sigismasked(), which checks whether passed signal
...
is ignored or masked by the process, and use it appropriately
instead of directly checking p->p_sigmask and p->p_sigignore
2000-11-05 15:37:09 +00:00
thorpej
70b3814a53
Add NeoMagic 256 audio.
2000-11-05 06:46:03 +00:00
thorpej
f945fc008d
Driver for NeoMagic 256 audio. Based on the OpenBSD driver, which is
...
in turn based on the FreeBSD driver, ported to NetBSD and somewhat
modified by me. Thanks to Matt Thomas for testing.
2000-11-05 06:43:45 +00:00
thorpej
aac73109ae
Feh, fix st00p1d braino in last.
2000-11-05 05:41:25 +00:00
thorpej
00e7c5991c
Add /sbin/wdogctl.
2000-11-05 05:33:22 +00:00
thorpej
584c0d1319
Use <dev/sysmon/sysmonconf.h>
2000-11-05 04:08:48 +00:00
thorpej
6ea062a0d7
Update for sysmon splitting, and lm carries the sysmon_envsys
...
attribute.
2000-11-05 04:08:10 +00:00
thorpej
fce3c3a6a8
pcweasel carries the sysmon_wdog attribute.
2000-11-05 04:07:30 +00:00
thorpej
8e0eb1dc12
viaenv carries the sysmon_envsys attribute.
2000-11-05 04:06:53 +00:00
thorpej
e67f5e66bc
Split the envsys and watchdog parts of sysmon into their own
...
files.
2000-11-05 04:06:13 +00:00
thorpej
f6099127b7
DELPHI -- one of my devel machines at Zembu Labs. This is an
...
example of how to configure the PC-Weasel driver into the kernel.
2000-11-05 03:51:14 +00:00
mbw
c7bfd31421
mention how to eject floppy, now that installer is on two disks and
...
doesn't seem to automatically eject the first one when it needs the second.
2000-11-05 03:31:19 +00:00
lukem
2e7cad82bb
- only audioplay if the audio file exists
...
- replace logger with $LOGGER, which is defined to `logger -t apm'
- use 'mount -u ... -A -t ffs' instead of 'mount -u ... -a', since the
latter won't work on already mounted file systems except for `/'.
2000-11-05 03:30:51 +00:00
itojun
76a9ffd207
sync calling sequence with kernel code. sync with kame
2000-11-05 03:15:57 +00:00
lukem
6ccf8e332e
format the option descriptions in a more standard (and imho readable) style
2000-11-05 03:05:48 +00:00
mhitch
b38f4a0528
From Andrew Doran:
...
Fix 2100/3100 monochrome font display problem. Characters were being
rendered as a mirror-image, which was a bit hard to read.
2000-11-05 02:53:20 +00:00
thorpej
0c8f484437
Make the `watchdog' device node.
2000-11-05 02:13:35 +00:00
leo
aa52914022
Commit this on HEAD as intended....
...
Add and md_post rule that handles the miniroot and notes goop.
2000-11-04 21:15:36 +00:00
leo
6ee9402622
Add the X11 sets to MDSETS.
2000-11-04 20:26:29 +00:00
scw
3b5fce6c46
Invert the sense of i82586_init()'s return value so that
...
it matches what ether_ioctl() expects.
2000-11-04 19:48:38 +00:00
thorpej
abd3538800
Add pcweasel(4) and wdogctl(8).
2000-11-04 18:57:15 +00:00
thorpej
7d56b25984
Visit wdogctl.
2000-11-04 18:54:13 +00:00
thorpej
fb6f7d6f21
Add a program to manipulate watchdog timers.
2000-11-04 18:53:30 +00:00
thorpej
d60bbc16eb
Manual page for the PC-Weasel driver.
2000-11-04 18:51:58 +00:00
kleink
262a089303
* Support the getopt() "--" option delimiter; addresses PR standards/11230.
...
* Augment the usage string to reflect that arguments may be passed to utilites.
2000-11-04 18:51:40 +00:00
thorpej
95b9ab0ebc
Add a device driver for the Middle Digital, Inc. PC-Weasel serial
...
console board. This glues into the `pcdisplay' driver and provides
support for the watchdog timer function on the PC-Weasel.
2000-11-04 18:47:20 +00:00
thorpej
7575e3d5e9
Update comment regarding watchdog timer toggle.
2000-11-04 18:44:28 +00:00
thorpej
c48d521bdb
Add a watchog timer framework to the system monitor.
2000-11-04 18:37:19 +00:00
thorpej
6ba1a794ad
Add <sys/wdog.h>
2000-11-04 18:35:49 +00:00
thorpej
cb5b106fe1
Interface definition for watchdog timers.
2000-11-04 18:33:33 +00:00
veego
232ac6b3d1
Print the vendor and chip id in the DPRINTF with 0x%x and not just %d.
2000-11-04 18:28:19 +00:00
thorpej
f3c38af11b
Regen.
2000-11-04 16:43:14 +00:00
thorpej
601bcf9813
Add a couple NeoMagic products. From OpenBSD.
2000-11-04 16:41:57 +00:00
augustss
f3030960da
Add quirks for a Fuji camera.
2000-11-04 15:54:36 +00:00
itojun
b04b150e28
s/make/${MAKE}/
2000-11-04 15:38:32 +00:00
itojun
455900d894
always build libintl (don't check MKNLS).
...
MKSHARE=no turns off MKNLS (sets it into "no") and /usr/src/Makefile builds
src/lib with MKSHARE=no.
From: Juergen Hannken-Illjes <hannken@eis.cs.tu-bs.de>
2000-11-04 15:35:43 +00:00
wiz
424fc39fbc
mountd and nfsd live in /usr/sbin, not /sbin.
2000-11-04 14:06:24 +00:00
tsutsui
87ebc281b2
Print which IRQ is used for compatibility interrupts. (from i386)
2000-11-04 14:05:55 +00:00