thorpej
fcc3de9c40
dkctl(8) -- a program to manupulate disks. It currently supports
...
the disk cache-related ioctls.
2002-01-09 22:30:14 +00:00
kleink
52544dc3f4
Improve wording a bit; from John Heasley in PR lib/15194.
2002-01-09 22:17:34 +00:00
deberg
4d16c47eac
descend into netsmb and fs
2002-01-09 21:51:53 +00:00
leo
bbad0a5d5e
Checkpointing my work on the mach64 (with help from Dave Berger). There is
...
still one major show stopper here. The characters are nearly to dim to read.
This is weird since the same DAC settings as on the other cards are used.
2002-01-09 21:33:49 +00:00
leo
2112cf1085
Fix PCI interrupt allocation on the Milan.
...
Note that this _seems_ to work. It can't be really tested before my board
is upgraded.
2002-01-09 21:19:14 +00:00
deberg
b4fb0f417f
comment out includes for now
2002-01-09 21:10:04 +00:00
deberg
4687da33a2
descend into smbfs
2002-01-09 21:07:54 +00:00
deberg
408ba63df0
smbfs makefile, INCLUDES commented out for now
2002-01-09 21:06:53 +00:00
reinoud
b8eb6adfa1
Make the MACHINE_ARCH overrideable by build.sh
2002-01-09 20:54:40 +00:00
leo
62cf77fa90
Nuke some unused code.
2002-01-09 20:54:14 +00:00
martin
ee0b7f707c
Xref pppoe(4) and ifwatchd(8).
2002-01-09 20:20:54 +00:00
drochner
5e6cfa6a09
print link status changes to the console
2002-01-09 19:37:02 +00:00
augustss
1a1f9d7acf
Regen.
2002-01-09 19:29:39 +00:00
augustss
03027531da
Add Intel 82801 and 82830.
2002-01-09 19:29:07 +00:00
drochner
f9f119b62a
cosmetics: print a "\n" terminated string if no "fw at fwohci" is
...
configured
2002-01-09 18:50:54 +00:00
agc
b85b4de6a6
Bump version number to reflect the pkg_info version number recognition
...
changes.
2002-01-09 18:50:17 +00:00
drochner
dcea5d31ee
-don't apply scsipi_strvis() twice, it tries to octal-print the string
...
terminating zero and uninitialized dada following
-use use the "vendor" field for the name which is used in the default
disklabel, the "product" field is meaningless or not existing for ATAPI
(serial number)
2002-01-09 18:48:18 +00:00
deberg
f2811d153f
add smbfs files
2002-01-09 18:01:38 +00:00
deberg
4738ff87d6
netbsd changes
2002-01-09 17:43:28 +00:00
deberg
f5cc2966a0
import freebsd smbfs code
2002-01-09 17:25:32 +00:00
tv
bc23e55bd1
Disable makefs in src/tools for the moment; it's very dependent on -current
...
NetBSD headers and sources right now. (Temporary workaround for PR 15175.)
2002-01-09 16:58:35 +00:00
agc
2afa28bf02
Pull in a much simplified version of the vtest functionality. This new
...
functionality adds recognition of '_' and "pl" as pseudonyms for '.',
so that 1.2p2 == 1.2.2, and adds recognition of "pl" and "rc" strings,
which stand for "patchlevel" and "release candidate" respectively.
In addition, this version should handle alphabetic characters properly
(so that 1.2e == 1.2.5)
Normal NetBSD revision number processing has been retained (and is always
compared after all other tests have been performed).
64-bit integers are used internally for each component of the version
number.
2002-01-09 16:17:08 +00:00
rjs
adde6b76ba
Interrupt related defines for SA11x0.
2002-01-09 15:54:19 +00:00
mrg
6659b0b88f
der Mouse's sunlabel
2002-01-09 12:59:29 +00:00
darrenr
53b688a6ee
should be using htons() to convert from a host byte order into a network
...
byte order, not ntohs().
2002-01-09 12:30:15 +00:00
dbj
d864c1582a
tweak timings
2002-01-09 05:23:07 +00:00
thorpej
5903d82b00
Pretty-print the machine-dependent NetBSD ELF core note types.
2002-01-09 05:02:44 +00:00
thorpej
3699fe0e3a
Add support for printing of NetBSD ELF core file note types.
2002-01-09 04:46:31 +00:00
thorpej
bd4e2862b0
We only need a single component buffer pool.
2002-01-09 04:21:43 +00:00
thorpej
229efaff69
Add ioctls to get (DIOCGCACHE) and set (DIOCSCACHE) cache enables
...
on disks in a generic way. Implement these ioctls for SCSI disks.
This is not fully fleshed-out yet, but it allows people to experiment
with disk caches more easily.
2002-01-09 04:12:11 +00:00
oster
2ad74785a4
Move a bunch of debugging stuff to be only used if DEBUG is turned on.
2002-01-09 03:10:19 +00:00
thorpej
94f30b739f
Add the BONITO_ICU_RETRYERR bit.
2002-01-09 02:35:29 +00:00
thorpej
a3d15bab62
Build bonito_iobc.c
2002-01-09 00:44:57 +00:00
thorpej
4928315412
Update copyright.
2002-01-09 00:44:06 +00:00
thorpej
d25ffb2822
Add code to manipulate the BONITO I/O Buffer Cache.
2002-01-09 00:43:38 +00:00
deberg
2cdce43be6
add SMBFS
2002-01-09 00:18:02 +00:00
bjh21
33096a0e18
Add a couple of ARM7500 registers I missed last time, and correct a couple
...
of others to match the names in the data sheet.
2002-01-08 21:00:12 +00:00
thorpej
62a62f7bc9
Use MACHINE_ARCH, not MACHINE.
2002-01-08 20:54:49 +00:00
jdolecek
5f5971e8b7
Use 'X' constants in the conversion arrays instead of hexadecimal numbers,
...
to improve readability. No functionality change (values tested to be equal).
2002-01-08 20:44:13 +00:00
jdolecek
163a8c2246
make compilable with MSDOSFS_DEBUG (again), supply missing \n in
...
msdosfs_inactive() printf
2002-01-08 20:11:00 +00:00
deberg
9c0b4c4a97
use SMBDATA for devtbl
2002-01-08 19:52:16 +00:00
christos
b5d5702d16
Deal with lossage caused by recent isa changes [/briq potr]
2002-01-08 17:20:44 +00:00
chs
a6f2a36ecc
include sys/systm.h for strcmp() prototype.
2002-01-08 17:10:28 +00:00
toshii
2e3ff494cb
Remove fwait after fxsave.
...
Raising math exception from fpu_save causes machine reboots.
Also, this fwait would cause incorrect results, as pending exceptions
are to be handled later after fxrstor.
2002-01-08 13:31:04 +00:00
bouyer
2e06a41ea8
Fix typo in comment. Reported by Alexander Yurchenko in private mail.
2002-01-08 11:47:27 +00:00
rjs
1d49b1abec
Establish interrupt handlers before enabling the clocks.
2002-01-08 11:40:56 +00:00
rjs
4bb5c4fa7c
Add extra SA1111 register definitions.
2002-01-08 11:36:52 +00:00
rjs
cd6d465f6b
Add reset controller register definitions.
2002-01-08 11:29:51 +00:00
rjs
1b4e5cf968
Add check for microtime() being called before clock is initialized.
2002-01-08 11:21:02 +00:00
itojun
1cc58965b6
don't panic when there's no interface address exist for the specified multicast
...
outgoing interface (ia == NULL after IFP_TO_IA).
historic behavior (up to revision 1.43) was to use 0.0.0.0 as source address,
but it seems like a mistake according to RFC1112/1122.
2002-01-08 10:05:13 +00:00