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
nisimura
220005d941
Eliminate unused sc_cookie field of struct ioasic_softc.
2000-03-15 03:07:44 +00:00
fvdl
14620f1eee
PCI frontend for new ahc driver.
2000-03-15 02:33:52 +00:00
fvdl
a1ccc336af
Note support for more Adaptec SCSI cards.
2000-03-15 02:28:42 +00:00
fvdl
20b063e782
Add new files for common ahc EISA/VL code.
2000-03-15 02:10:41 +00:00
fvdl
bacabba843
Add new files for common VL/EISA ahc code.
2000-03-15 02:10:09 +00:00
fvdl
1e4647a15b
New ahc driver, a port of Justin Gibbs' FreeBSD driver. This adds
...
support for the U2W chips, and U160 controllers.
2000-03-15 02:08:28 +00:00
fvdl
085f68836e
Common code for EISA and VL frontends for the ahc driver, split off
...
by Noriyuki Soda when updating for the new ahc driver.
2000-03-15 02:06:18 +00:00
fvdl
bb8265c6be
Update ISA/VL frontend for new ahc driver (done by Noriyuki Soda).
2000-03-15 02:05:19 +00:00
fvdl
7df6153163
Update EISA frontend for new ahc driver (done by Noriyuki Soda).
2000-03-15 02:04:43 +00:00
fvdl
2da1f00fcd
Update cardbus frontend for new ahc driver.
2000-03-15 02:03:51 +00:00
fvdl
46eb4f1451
Add SLIST.
2000-03-15 02:03:11 +00:00
fvdl
d025f5705e
Add a couple of defines/aliases for messages.
2000-03-15 02:02:37 +00:00
haya
b6f22443bb
Remove ancient code.
2000-03-15 00:38:40 +00:00
itojun
a27d96b078
sync with latest kame.
...
- fix examples and wording in setkey.8
- allow scoped IPv6 notation (kernel side may not be really ready for this)
2000-03-15 00:24:30 +00:00
augustss
1e1f1f3b3b
Make sure the USB event thread discovers all devices first time it call
...
usb_discover().
It should now be possible to have the root NFS mounted over a USB Ethernet
adapter.
2000-03-14 23:13:12 +00:00