christos
1b24c735a6
PR/6162: Greg A. Woods: pmake does not add suffix rules if gnodes have children.
...
This is traditional make behavior (Solaris make does the same), but
GNU does not. Lets see what breaks.
1998-09-18 20:20:52 +00:00
pk
ced4225429
Add `eccmemctl' device.
1998-09-18 20:19:12 +00:00
pk
b3c7ebb7cd
Handle ECC memory control found on a number of machines.
...
Also defines an entry point for memory errors reported by module interrupts.
1998-09-18 20:18:10 +00:00
christos
aed39ca72c
PR/6174: ITOH Yasufumi: Purify bug and a compile error in utility code.
1998-09-18 20:15:36 +00:00
thorpej
1e2aeb4a35
Add a comment documenting the last change.
1998-09-18 19:28:22 +00:00
thorpej
5dd4b45577
Don't use the nointr pool page allocator for the uao_swhash_elt pool. We
...
need to ensure that these come from a non-pageable kernel map, otherwise
we can run into a deadlock condition (as noticed by Chuck Silvers).
1998-09-18 19:27:20 +00:00
christos
eb1a214078
Add NOCLDWAIT (from FreeBSD)
1998-09-18 18:48:22 +00:00
christos
4efafd6886
Add NOCLDWAIT documentation.
1998-09-18 18:41:23 +00:00
christos
79e0b0c162
Add NOCLDWAIT (from FreeBSD)
1998-09-18 18:35:16 +00:00
matt
44530d0f1f
Don't pad fddi on NetBSD
1998-09-18 16:43:36 +00:00
drochner
24e6cd9435
Map the "backspace" key to "delete" and the "remove" key to
...
"keypad-delete". (This is not completely clean; for me these keys make
up perhaps a "function field", but no "keypad".)
This is the mapping expected by applications.
Proposed by Chris Jones via PR kern/6089 and Dave Sainty.
1998-09-18 15:35:45 +00:00
enami
b85655c706
Use an appropriate value for wpp_quirk_flag.
1998-09-18 14:43:58 +00:00
enami
b03b63aef4
Make these files compile again; no longer necessary to pass
...
iobase to comprobe1.
1998-09-18 14:38:48 +00:00
drochner
492608a68c
Clarift use of REALBASEMEM / REALEXTMEM.
...
Fixes PR port-i386/6159 by "Heiko W.Rupp" <hwr@pilhuhn.de>.
1998-09-18 12:38:54 +00:00
drochner
a0ccc06ec5
Note which units memory sizes are counted in.
...
Fixes half of PR port-i386/6159 ("Heiko W.Rupp" <hwr@pilhuhn.de>).
1998-09-18 12:22:54 +00:00
drochner
06753678d5
Remove the chips which are known to identify properly out of the
...
old "match" function - more or less for documentation.
Proposed by "Soren S. Jorvang" <soren@t.dk>.
1998-09-18 11:57:57 +00:00
drochner
1d34097b60
Take the Intel SIO into the special case list - it identifies itself
...
as "prehistoric". From John Kohl.
1998-09-18 11:13:10 +00:00
drochner
72fa4aec9b
regen
1998-09-18 10:51:15 +00:00
drochner
e630f429ab
Add PCI-VME interfaces: Tundra Universe and Bit3 2706
...
Note that Newbridge is now Tundra
Add Adaptec 7890 & Co.
1998-09-18 10:49:11 +00:00
pk
81d435b491
sigh.. put back non-garbage collectible `que' functions.
1998-09-18 08:07:08 +00:00
abs
10261f5201
Note that NFS now requires reserved ports by default.
1998-09-18 06:15:58 +00:00
scottr
45c0de8e37
Interrupt handling for the MicroConversions 2124NB II, from Paul Goyette.
1998-09-18 06:08:28 +00:00
sakamoto
6857706407
powerpc/bcopy.c is unnecessary.
1998-09-18 06:04:19 +00:00
scottr
c797d52571
SCSI_ASYNCREQ turns out to be redundant; we can simply free the scsipi_xfer
...
in scsipi_done() if the transfer is asynchronous. This reduces the size
of the critical section in scsipi_execute_xs() somewhat (in fact,
back to its original size).
1998-09-18 05:53:07 +00:00
scottr
9cf43305cf
Define a SCSIPI_XFER_ASYNC macro to test whether a request will be
...
completed asynchronously. Eliminate SCSI_ASYNCREQ, which is actually
redundant information.
1998-09-18 05:45:03 +00:00
mark
e9a20eaff4
Regen.
1998-09-18 04:30:52 +00:00
mark
0cf7fe7c62
Add yet another vendor ID for Fujitsu.
...
Add vendor ID for ESS Technology Inc.
Add product ID for ESS Technology ES1938 SOLO-1 AudioDrive
Add product ID for Fujitsu K56flex LTMODEM
Add product ID for TI PCI1250 PC Card bridge
Add product ID for Trident Cyber 9397 Video controller.
1998-09-18 04:30:10 +00:00
mark
99973d1aa3
Bug fix from Andrew McMurry for filecore_readdir() missing the end
...
of the directory and reporting some non-existant files.
1998-09-18 04:17:44 +00:00
mark
7482a84e6a
Be less verbose during various data aborts unless DEBUG is defined.
1998-09-18 04:09:57 +00:00
mark
9f474557fe
Allow boot arguments to override the host id on a per instance basis.
1998-09-18 03:23:19 +00:00
cjs
0ad4a32dfb
Add bugs section noting that, with -F, tail can fail to detect a file
...
truncation. Also note that -F option is an extension.
1998-09-18 01:54:13 +00:00
cjs
59a47ce7be
Remove tracking of file size by how many characters were output.
...
This succumbs to a race condition where data are written to the
file while the sleep is occurring. If a stat is done immediately
after, lastsize is updated but the file pointer wasn't pointing at
the end of the file, so the number of bytes between the current
pointer and the end of the file is added to the lastsize when
lastsize already points to the end of the file.
1998-09-18 01:42:54 +00:00
mjacob
8fdc5aee4b
Make changes as required for new return values from dma setup routine
...
for isp. Unable to test in running kernel because they're not buildable today,
but should be okay.
1998-09-18 00:26:11 +00:00
mjacob
6d8a22890e
dma setup now returns CMD_QUEUED or CMD_COMPLETE. Clarify a ternary
...
operation that needed some parentheses.
1998-09-17 23:10:20 +00:00
mjacob
1dac5b5291
Several changes, including some stub fibre target mode stuff. Establish
...
a slightly different fibre startup (print ALPA now too). Change
the way that return values from dma setup is done. Make debug messages
out of some queue overflow situations. Turn PORT LOGGED OUT into
Selection Timeout equivlaent. On isp_restart actions don't blow off
the commands with HBA_BOTCH (XS_DRIVER_STUFFUP) - set them with HBA_BUSRESET
(which is defined as XS_DRIVER_STUFFUP until someone decides whether
the suggested change to the midlayer NetBSD is worthy of inclusion).
1998-09-17 23:05:46 +00:00
mjacob
a0a31568e8
cleanup header to be just NetBSD, roll rev, change QDEPTH to QAVAIL macro
1998-09-17 22:52:54 +00:00
mjacob
0e0010df41
cleanup header to be just NetBSD
1998-09-17 22:52:14 +00:00
mjacob
cb787c768d
add some target mode definitions
1998-09-17 22:51:54 +00:00
mjacob
24717f3c3a
cleanup header to be just NetBSD
1998-09-17 22:50:53 +00:00
drochner
7f72e0eea5
LK201/LK401 support for wscons (only decoding for now).
1998-09-17 20:01:57 +00:00
drochner
af9cabdaaa
Add definition for highest legal LK201 keycode.
1998-09-17 19:59:30 +00:00
drochner
6f1bc2944f
Adapt to keymap table format change.
1998-09-17 18:31:43 +00:00
drochner
ffa2207ec9
wskbd map for LK201/LK401
1998-09-17 18:29:54 +00:00
drochner
ad6d798d6a
Move keyboard map from <dev/wscons/wskbdmap_mfii.h> into a _source_ file.
1998-09-17 18:21:04 +00:00
drochner
1eda36523a
Add option bit which covers the delta between LK201 and LK401.
1998-09-17 18:16:39 +00:00
drochner
fdfd53e5af
Add end mark to list of keymaps.
...
XXX This file will be removed, it is only left until the USB driver
XXX got an own keymap.
1998-09-17 18:14:06 +00:00
drochner
ec9b2072bb
Reorganize the list of keyboard maps: no explicite length counter, use
...
an end mark instead. This allows to keep keymaps separate from the drivers
referring to them.
1998-09-17 18:10:53 +00:00
drochner
1a9e20e98c
Define a new keyboard eveny type "all keys up". This allows to reduce
...
the amount of statekeeping in drivers for LK201-like keyboards, and it
might be useful to resync after resets or overflows.
(reused the unused WSCONS_EVENT_KEY_OTHER event ID)
Implement the necessary decoding bits.
1998-09-17 18:05:43 +00:00
phil
51fbe5aee3
Fix class c netmask.
1998-09-17 16:45:36 +00:00
agc
1159a11534
Document REQ_FILE and MESSAGE_FILE definitions.
1998-09-17 16:04:06 +00:00