ad
d8bd9a762a
Make ca(4) useable as a block/boot device.
2000-03-16 14:53:29 +00:00
ad
70063dc527
Driver for Compaq array controllers and disks (cac(4)/ca(4)).
2000-03-16 14:52:22 +00:00
mycroft
415cbeb83f
This code has nothing to do with UCB.
2000-03-16 14:15:26 +00:00
itojun
d5aee78db5
visit all requests even if we get errors from name server.
...
this will solve name query failures for IPv4-only node, when
the DNS server returns SERVFAIL or NXDOMAIN (should success with an == 0).
PR: 9621
2000-03-16 13:51:43 +00:00
tsutsui
6e0e3d609f
Replace LE() macro with le32toh()/le32toh().
2000-03-16 12:40:51 +00:00
fvdl
1c78f3708b
Inititalize the fs variable struct a little earlier to avoid referencing
...
a bad pointer in a printf. Problem reported by Krister Walfridsson.
2000-03-16 10:37:00 +00:00
fvdl
1a774a9979
Set bus_intr to ahc_pci_intr.
2000-03-16 10:34:33 +00:00
fvdl
f44ddd61a9
Do bus-specific interrupt handling (i.e. ahc_pci_intr) via a bus_intr
...
field in the softc, instead of relying on NPCI > 0. This would
prevent things from compiling if PCI buses were in the config file,
but ahc was attached only to something else than the PCI bus.
2000-03-16 10:33:45 +00:00
nisimura
f7f5e0a24c
Note that HX (PMAGB-B) has no support for small (less than 8 pixel width)
...
font. If attempted, kernel will explode.
2000-03-16 08:42:40 +00:00
nisimura
f52c9620bc
Place 34 by 80 console at the center of screen.
2000-03-16 05:50:57 +00:00
nisimura
0b765ee6f8
Retain rendering performance lossage by rasops, but suffering
...
flexibility in turn; this renderer is 2B stroke (less than 16 pixel
width) font only. If 1B stroke (less than 8 pixel width) font is
ever supported, the font data should be converted into 2B stroke
during font initialization process. 'wsfont_realize()' is to be
proposed in order to have 'CPU and/or accelerator hardware friendly'
format to squeeze maxinum performance.
2000-03-16 05:48:28 +00:00
enami
8fa8b77325
Sync disklabel.5 with disklabel.h and dkio.h more closely.
2000-03-16 05:16:19 +00:00
enami
172410a85d
s/alternate/alternative/ from rev. 1.5 of disklabel.5.
2000-03-16 04:58:35 +00:00
enami
c09a75571b
Add missing comma.
2000-03-16 04:57:11 +00:00
enami
aa8b5ebd93
On initialization failure, free all the storage allocated to store
...
component pathnames rather than the last one.
2000-03-16 03:54:01 +00:00
enami
5336e37153
Make this file just compiles again.
...
XXX Don't expect to work yet. It fails even to link depending on your
XXX kernel config file.
2000-03-16 03:06:51 +00:00
thorpej
2ac45d6eef
Quiet down the DAD messages a little more.
2000-03-16 02:53:45 +00:00
eeh
3b51289caa
Revamp interrupts again:
...
Fix a bug causing interrmittent panics in interrupt dispatch.
Use interrupt vectors for softints.
Add a new send_softint interface.
Improved D$ flushing.
Improve traptrace and other debugging enhancements.
2000-03-16 02:36:56 +00:00
shin
6190c3253f
add 'makeoptions CWARNFLAGS=""' to override CWARNFLAGS?= -Werror.
2000-03-16 01:45:51 +00:00
augustss
c99c03da4d
Make the USB event queue longer. Mine overflows before the (user-land)
...
event handler has started. But then I have about 25 devices connected. :)
2000-03-16 00:46:38 +00:00
augustss
1a9f0619fd
Fix thinko in the handling of FORCE_SHORT_XFER so that it actually
...
transfers a 0 length package instead on munging the whole transfer.
The aue driver works now.
2000-03-16 00:41:50 +00:00
simonb
35803308dc
Redo rev 1.10 so that the changed lines are back in their original
...
position in the file. This allows c++ lexers to build.
Fixes PR 8258 from Nick Hudson (uses a slightly different fix than
the one Nick supplies) and problems with c++ lexers described on
tech-pkg by Berndt Josef Wulf.
2000-03-15 22:52:14 +00:00
augustss
f9fd27ea3c
Fix an uninitialized variable. From Krister Walfridsson <cato@df.lth.se>
2000-03-15 22:41:29 +00:00
augustss
499e5cba01
Fix some uninitialized variables. From Krister Walfridsson <cato@df.lth.se>
2000-03-15 22:40:30 +00:00
kleink
c2ee7198c1
Need to quote excessively long Nd argument.
2000-03-15 20:53:57 +00:00
kleink
1634305526
Kill a couple of unnecessary cf_unit (ab)uses.
2000-03-15 20:40:00 +00:00
thorpej
411a31adb2
- Go to splimp() when sending the rtsock message regarding link status.
...
- Would like to notify protocols if a link goes up or down, to e.g.
restart Duplicate Address Detection, etc. Add a comment to this
effect.
2000-03-15 20:34:43 +00:00
thorpej
c38405d33d
Add power management support to the `tlp' driver. The battery on my
...
laptop lasts a whole lot longer now.
2000-03-15 18:39:50 +00:00
soren
b4e10b0a4e
s/md/raid/ for RAIDframe major name.
2000-03-15 17:08:37 +00:00
oster
36b9d60244
Add the RAIDframe device major to the machine-dependent config files
...
so that the right entries get added to dev_name2blk[]. Needed for / on RAID.
(Missed these yesterday.. Thanks to Izumi Tsutsui for noticing, and for
letting me know :) )
2000-03-15 16:57:12 +00:00
drochner
aa1de89bdf
explicitely #include <sys/systm.h> #if BUS_SPACE_DEBUG to get a printf()
...
prototype
2000-03-15 16:44:48 +00:00
fvdl
e3dbad5a3c
Revert this back to 2 revisions ago, these checks are done higher up now.
2000-03-15 16:31:52 +00:00
fvdl
14cbd3e2b0
In fdatasync, do not call bioops.io_fsync, since we're not flushing
...
metadata. If you do call it, there's actually a fair chance that it
will panic because its metadata dependencies were not cleared in
the VOP_FSYNC above (with FSYNC_DATAONLY).
2000-03-15 16:30:39 +00:00
fvdl
01db605567
Do the previous slightly different: any files on MNT_SOFTDEP filesystems do
...
not want all their metadata dependencies flushed from vinvalbuf() if
there are no dirty blocks.
2000-03-15 16:28:45 +00:00
tron
6c8a78d4d5
Install correct "README" describing the configuration of "sendmail".
2000-03-15 16:25:58 +00:00
tron
cd90b3ddcb
Add "./usr/include/dev/microcode/aic7xxx/aic7xxx_reg.h" forgotten in
...
revision 1.199.
2000-03-15 16:09:20 +00:00
tron
bbe2d4b1c0
"/usr/include/dev/hpc" exists only on the "hpcmips" port.
2000-03-15 16:03:50 +00:00
tron
efbc6482aa
Correct list of include files for updated Adaptec driver.
2000-03-15 16:02:25 +00:00
tsutsui
da5ce39d89
Remove AIC-7890 from "we do NOT currently support" list.
2000-03-15 14:08:44 +00:00
soren
89e842a822
mbrlabel moves to /sbin.
2000-03-15 12:16:36 +00:00
soren
4e809d5269
mbrlabel moves to /sbin.
2000-03-15 12:01:19 +00:00
fvdl
57b89fd44c
Moved to /cvsroot/basesrc/sbin/mbrlabel/mbrlabel.c,v
2000-03-15 11:56:03 +00:00
fvdl
4fc21ef227
Moved from mbrlabel.c,v
2000-03-15 11:56:02 +00:00
fvdl
cf8ce84f5b
Moved to /cvsroot/basesrc/sbin/mbrlabel/mbrlabel.8,v
2000-03-15 11:55:34 +00:00
fvdl
2b9c2935fe
Moved from mbrlabel.8,v
2000-03-15 11:55:33 +00:00
fvdl
2d51c28037
Moved to /cvsroot/basesrc/sbin/mbrlabel/Makefile,v
2000-03-15 11:55:04 +00:00
fvdl
6a32cb5d07
Moved from Makefile,v
2000-03-15 11:55:03 +00:00
fvdl
73797e6d2a
Stupid hack: run the apm kthread at 8*hz/7 intervals, not hz. Prevents
...
the load average from being 1.0 or higher constantly.
XXX really need a better way of calculating the load average.
2000-03-15 09:30:11 +00:00
sommerfeld
fbc4dbb7ac
Catch up to rearranged aic7*.h files
2000-03-15 07:17:06 +00:00
fvdl
8fbb81c21e
dhclient lives in /sbin, not /usr/sbin
2000-03-15 03:15:47 +00:00