Commit Graph

49620 Commits

Author SHA1 Message Date
eeh
b71ea6aad4 Use correctly bus_space_*() macros to access device registers. 1999-03-19 02:32:48 +00:00
mycroft
270a41c358 We only have one IRQ. 1999-03-19 01:21:24 +00:00
nisimura
00ab30d02b - Make this compilable. 1999-03-19 01:17:41 +00:00
perry
45d01efb13 /var/run/log. 1999-03-19 00:53:31 +00:00
perry
98c39393e3 symlink /var/run/log to /dev/log for transition period. 1999-03-19 00:43:03 +00:00
perry
835e4d99ed change to new syslog socket. make symlink from old to new location, too. 1999-03-19 00:35:44 +00:00
perry
199f30f23d change pathname to /var/run/log as in FreeBSD. discussed with ig. 1999-03-19 00:15:45 +00:00
kleink
5c39723cec Add a -p option to uudecode(1), which causes it to write decoded data to
stdout; based on PR bin/7183 from SUNAGAWA Keiki.
1999-03-18 23:57:11 +00:00
ross
2d72cb3172 Revert previous. 1999-03-18 22:04:23 +00:00
sommerfe
05ccb4009e Do something sane if we have CC='cc -pipe' set 1999-03-18 22:01:48 +00:00
thorpej
8ca743b6f3 Goodbye: newlfs
Hello: newfs_lfs, fsck_lfs
1999-03-18 21:54:47 +00:00
ross
363c7840aa Driving directions: serial console to ddb prompt 1999-03-18 21:43:13 +00:00
pk
1e0c7c3ed1 Fix various things that kept this bus front-end from functioning.. 1999-03-18 21:33:14 +00:00
mycroft
b45b384ea1 Also fix ia_iosize. 1999-03-18 20:57:11 +00:00
mycroft
5a20d4df8d Some fixes to the IRQ/DRQ configuration, and the probe output. 1999-03-18 20:55:50 +00:00
is
0964728c64 domestic'' is a relative specification 1999-03-18 20:30:22 +00:00
perry
7f01219e2e nuke 1.3 references 1999-03-18 19:40:49 +00:00
perry
74439bc057 update file sizes, fix X references 1999-03-18 19:40:28 +00:00
ross
cb405ed6fc Kill Nm-save warning. 1999-03-18 18:57:42 +00:00
ross
41d402e6e4 Add i386 distribution set sizes. Add xserver set description. 1999-03-18 18:57:18 +00:00
perry
68c3caeeb7 update X11 dist. information 1999-03-18 18:34:14 +00:00
perseant
0a849c918b Change name of newlfs to newfs_lfs. 1999-03-18 17:18:04 +00:00
drochner
43b95688fe regen 1999-03-18 17:07:51 +00:00
drochner
f5489c46e2 aic at isapnp is reported to work with AVA-1505A boards too
(by "Elephant's Root" <root@elephant.nervana.montana.edu>,
PR kern/7179),
add the device id and the compat id used by this board
1999-03-18 17:07:09 +00:00
minoura
7cc089a5dd Correct rnd_attach_source args. 1999-03-18 16:15:53 +00:00
minoura
815f84a789 Shut up gcc -Wall 1999-03-18 12:31:58 +00:00
minoura
701942e794 G/C. 1999-03-18 12:27:59 +00:00
minoura
f0dda99d19 Remove extra ;. Extended memory could not be added correctly. 1999-03-18 12:27:07 +00:00
augustss
0cdb143eaf Initialize pipe structure properly. From Joel Chen <jchen@nc.com> 1999-03-18 12:08:43 +00:00
augustss
8a7a6a6cfe Avoid defining _POSIX_SOURCE. 1999-03-18 11:22:54 +00:00
scottr
4982fb8fdb Fix an obscure bug in send_adb_cuda() found be comparison with
the macppc version.
1999-03-18 09:10:19 +00:00
is
9f7f3ce5d6 wrong order of initializations fixed 1999-03-18 07:14:53 +00:00
mycroft
813fb95309 The chip is only rated for 44.1KHz, and will not record faster that 46.794KHz,
so adjust ESS_MAXRATE.  ESS_MINRATE was also wrong, not that anyone cares.
1999-03-18 07:11:21 +00:00
simonb
46c6663ce4 Don't prototype ioasicprint() - the prototype is now in
dev/tc/ioasicvar.h and we don't use it here anyway.
1999-03-18 06:37:35 +00:00
mycroft
b6ee330d4e dmapos should start at 0, in theory.
Also experimentally force polling mode.
1999-03-18 06:04:21 +00:00
mycroft
81d2718d5b Add support for polling. 1999-03-18 06:03:31 +00:00
ross
4281edcb66 Enable this lkm on alpha. 1999-03-18 06:01:42 +00:00
cgd
526a61f2c6 -fprofile-arcs, not -fprofile-args 1999-03-18 05:56:52 +00:00
ross
597243a47a ld.so.conf doesn't belong in mi. 1999-03-18 05:27:37 +00:00
ross
eb309c6446 Enable the std lkm's for alpha. 1999-03-18 04:56:30 +00:00
chs
ab7269f62a if uvm_fault() fails with KERN_RESOURCE_SHORTAGE, send a SIGKILL
and print a message about it.  this will be used to recover from
out-of-swap conditions.
1999-03-18 04:56:01 +00:00
mrg
32783bf7e7 -> <sys/swap.h> 1999-03-18 04:48:03 +00:00
mycroft
039246b8d5 Add support for polling. 1999-03-18 04:31:36 +00:00
chs
bb8971afc3 for emul_sunos processes, don't change vmspace->vm_maxsaddr
for faults within a fudge factor of the end of the stack.
the sunos ld.so maps some zero-fill memory there and uses
it while loading shared libs.  ignoring these shenanigans
allows ps to report the correct stack usage for sunos programs.
1999-03-18 04:27:54 +00:00
eeh
4d538d5ab9 Fix problem w/FPU use in the kernel. 1999-03-18 03:25:55 +00:00
eeh
3c8b9d7307 Some devices don't have a `device-type' property we can use to allocate
an IPL.  Check for those by name.  Give the rest a default IPL of 2.
(Added `SUNW,CS4231' to the list.)
1999-03-18 03:23:53 +00:00
oster
efe288e520 Correct a component label problem where a RAID 1 set with a
failed component would not configure properly in certain situations.
1999-03-18 03:02:38 +00:00
mycroft
ff4754d6e5 Confirm that there was an interrupt before handling it. Allows IRQs to be
shared with other devices.
1999-03-18 02:44:27 +00:00
perseant
369e9cadf8 Initial checkin of fsck_lfs. This version cannot do any repair (-p flag
does nothing, and one of -p or -n is required) but can be useful as a
diagnostic tool.
1999-03-18 02:02:18 +00:00
chs
a65cf876d6 VHOLD() must be called at splbio() since HOLDRELE() is called
from the iodone handler.
1999-03-18 01:45:29 +00:00