mycroft
|
3a14289c85
|
Clear any cached __LEAVEOK flag in __virtscr when refreshing another window.
|
2000-05-18 20:37:42 +00:00 |
|
is
|
5e33ffef22
|
Initialize hardware for mouse mode at open time.
This fixes MB2 and MB3 on the 2nd mouse port (the first is initialized by
the Amiga ROM at boot time).
|
2000-05-18 19:58:30 +00:00 |
|
perseant
|
0b785d0c0d
|
More corrections to newfs_lfs' handling of segment 0.
|
2000-05-18 19:45:46 +00:00 |
|
thorpej
|
59164fe0fc
|
Fix an inverted test.
|
2000-05-18 17:55:17 +00:00 |
|
kleink
|
8050d5687d
|
Restructure the ms(4) autoconfiguration code to attach as a single device
instance and select a mouse port via the least significant bit of its
device minor number. Fixes abuse of cf_unit in this driver.
|
2000-05-18 15:39:22 +00:00 |
|
minoura
|
74e4bb664f
|
Wrong logic. Pointed out by Yasufumi.
|
2000-05-18 15:24:30 +00:00 |
|
mrg
|
badbd98b2a
|
rearrange the order of bus_dma operations to be more like many other
drivers, at the suggestion of fvdl. also, use bus_dmamap_load() not
load_raw().
|
2000-05-18 14:00:46 +00:00 |
|
itojun
|
c3b1168f43
|
more correct advert for global address on p2p.
avoid reusing upper bits of rtm_flags. (sync with kame)
|
2000-05-18 13:23:43 +00:00 |
|
itojun
|
56b2a497b1
|
remove incorrect mention to sysexits.h. this closes PR 9707.
|
2000-05-18 13:21:49 +00:00 |
|
drochner
|
6095f60587
|
regen
|
2000-05-18 13:04:27 +00:00 |
|
drochner
|
309b0ed70d
|
fix typo in last commit
|
2000-05-18 13:03:31 +00:00 |
|
mrg
|
cc57e4111a
|
do not pass a `boundary' argument to bus_dmamap_create(), particularly one
that is smaller than the `size' argument.
|
2000-05-18 12:49:09 +00:00 |
|
kleink
|
793557dfb6
|
Sync.
|
2000-05-18 12:09:52 +00:00 |
|
pk
|
7caaf84b68
|
bus_dmamem_alloc: ensure alignment is always at least the page size.
|
2000-05-18 10:10:55 +00:00 |
|
bouyer
|
03397ae44d
|
Mention that the max number of daemons is 20.
|
2000-05-18 09:54:59 +00:00 |
|
pk
|
72cadd83e4
|
Fix printf() format.
|
2000-05-18 08:34:26 +00:00 |
|
garbled
|
4d3e8e6976
|
regen
|
2000-05-18 08:03:22 +00:00 |
|
garbled
|
81fd58c65b
|
Add the device ID for the IBM MPIC-II.
|
2000-05-18 08:02:19 +00:00 |
|
shin
|
6eb7daf256
|
sync with reality.
|
2000-05-18 07:22:57 +00:00 |
|
shin
|
15a4223c42
|
add <mips/endian_machdep.h>.
|
2000-05-18 07:02:00 +00:00 |
|
matt
|
9bf1dc1e62
|
fix comments.
|
2000-05-18 04:20:41 +00:00 |
|
matt
|
f7b0b612b4
|
Add PCMCIA.
|
2000-05-18 04:03:30 +00:00 |
|
sato
|
8bc2515577
|
fix CONFIG_HOOK_BUTTONEVENT_CANCEL keycode.
|
2000-05-18 03:27:22 +00:00 |
|
thorpej
|
b5cf4e96cf
|
Use big-endian CRC on ADMtek multicast hash.
|
2000-05-18 03:02:45 +00:00 |
|
matt
|
9d53129465
|
Updagte the VAX bits so they actually work. Use the common method of building
miniroots. Fix the ramdisk bits. Use the INSTALL kernel. This stuff has
really suffered from bitrot.
|
2000-05-18 02:12:43 +00:00 |
|
matt
|
66b5e3cb8a
|
make miniroot play with distrib/miniroot
|
2000-05-18 02:03:36 +00:00 |
|
matt
|
594a6a1750
|
Link sysinst -static too.
|
2000-05-18 01:10:58 +00:00 |
|
matt
|
9b64288b04
|
Part II. Link everything -static since that's what want for crunchgen
later on.
|
2000-05-18 01:10:22 +00:00 |
|
matt
|
e123fd0f5a
|
Compile things with -Os. I wonder if compiling -Mno-pic for mips and vax
would shrink them even more?
|
2000-05-18 00:43:05 +00:00 |
|
soren
|
135a70e5a6
|
Make cache printing a little more consistent.
|
2000-05-17 23:35:44 +00:00 |
|
matt
|
61632e05bb
|
Software bloat. we need more space for the ramdisk.
|
2000-05-17 21:44:15 +00:00 |
|
matt
|
18cbc264e3
|
build INSTALL for ramdisk. cleanup pcs750.bin rules to not leave droppings
behind.
|
2000-05-17 21:40:45 +00:00 |
|
matt
|
2d153651e5
|
Preliminary support for the VS4000/90 SGMAP. Needed for SCSI. Does not
quite work right yet.
|
2000-05-17 21:22:18 +00:00 |
|
matt
|
6fb4d43f97
|
Sync closer to GENERIC.
|
2000-05-17 21:19:49 +00:00 |
|
perseant
|
9f31357cd9
|
Make newfs_lfs use fragments when creating the root and lost+found
directories, rather than full blocks; corrects some minor misaccounting
for segment zero.
|
2000-05-17 20:24:12 +00:00 |
|
thorpej
|
031c192cf0
|
Add cz(4).
|
2000-05-17 18:20:31 +00:00 |
|
thorpej
|
6c7c329b31
|
Manual page for the Cyclades-Z mutli-port serial adapter driver.
|
2000-05-17 18:15:08 +00:00 |
|
thorpej
|
41b9e77eff
|
MAKEDEV goo for Cyclades-Z multi-port serial.
|
2000-05-17 18:14:10 +00:00 |
|
thorpej
|
56512515f8
|
Add Cyclades-Z serial.
|
2000-05-17 18:08:50 +00:00 |
|
thorpej
|
640a49f093
|
Add Cyclades-Z serial adapter at cdev minor 73.
|
2000-05-17 18:08:03 +00:00 |
|
thorpej
|
5274a6162f
|
Add a device driver for the Cyclades-Z series of intelligent multi-port
serial boards. Written by Jason R. Thorpe and Bill Studenmund.
|
2000-05-17 17:58:09 +00:00 |
|
thorpej
|
07ea678d4d
|
Register definitions and preliminary API definition for the PLX 9060
family of PCI bus controllers.
|
2000-05-17 17:47:00 +00:00 |
|
jdc
|
985e3d49d7
|
Send, if necessary, 'ks' or 'ke' sequences from keypad() and wgetch().
Fixes PR 10116.
|
2000-05-17 16:23:49 +00:00 |
|
pk
|
817862e208
|
vmapbuf: should not map the kernel address uncacheable.
|
2000-05-17 14:37:59 +00:00 |
|
itojun
|
854cf60c06
|
nroff correction. from openbsd.
|
2000-05-17 14:36:41 +00:00 |
|
itojun
|
4d829aa5ea
|
linebreak fix (nroff tradition)
|
2000-05-17 14:31:06 +00:00 |
|
itojun
|
4b9654f602
|
typo in function name
|
2000-05-17 14:24:59 +00:00 |
|
itojun
|
cc50260947
|
correct use of .Dt. nuke space at EOL. wording (duplicated verb).
|
2000-05-17 14:20:21 +00:00 |
|
soren
|
740759113f
|
mips5200_FlushCache(): flush L2 cache too.
|
2000-05-17 12:44:48 +00:00 |
|
blymn
|
92ca49cd50
|
Added documentation of the magic ZZ capability.
|
2000-05-17 12:36:47 +00:00 |
|