bouyer
8e49b58de0
Add support for Intel 810 chipset (ICH/ICH0).
...
While I'm there merge back piix_channel_map into piix_chip_map.
1999-08-30 12:49:21 +00:00
augustss
6a4d7f0bc4
Make it compile again by removing an unused variable.
1999-08-30 12:14:09 +00:00
augustss
8b75262a54
Add umass(4).
1999-08-30 12:12:22 +00:00
jdolecek
f20aa96271
add more items, correct a few sentences
1999-08-30 11:33:41 +00:00
tsubai
30e635f6f3
Make sure that we use only inside of available memory region
...
in pmap_bootstrap.
1999-08-30 07:59:19 +00:00
simonb
a4b6230f87
Use single underscore instead of double underscore for namespace
...
protection, as per dicussion with Klaus Klein last week.
1999-08-30 05:12:58 +00:00
christos
6829e9be33
pick the proper uname.
1999-08-30 04:20:22 +00:00
thorpej
dea48ccdf9
Oops, back out stuff I didn't mean to commit.
1999-08-30 01:05:08 +00:00
thorpej
a138de1eb5
Add detach goo; still needs work in the `scsibus' and further layers.
1999-08-30 01:04:31 +00:00
mrg
6b6ed1e197
add ieee.h
1999-08-30 00:53:57 +00:00
mrg
f75cf1688b
install ieee.h
1999-08-30 00:51:57 +00:00
christos
943f0edff6
Revert 1.19 -> 1.20 change by thorpej. This should work as it is.
1999-08-30 00:41:57 +00:00
ross
0dbb683897
Document .Fl.
1999-08-30 00:41:28 +00:00
mycroft
9cba4741ee
Use C versions of isinf() and isnan(). The assembler code is basically
...
identical, but was endian-dependent.
1999-08-29 23:01:40 +00:00
mycroft
6b221be206
ldexp(denormal, exp>1023) would generate the wrong result in all non-overflow
...
cases. Totally rework this code to fix this bug *and* make it faster.
1999-08-29 22:50:25 +00:00
augustss
7a3bd0ab27
Add some missing request codes.
1999-08-29 22:45:41 +00:00
mycroft
5f34ffabca
ldexp(denormal, exp>1023) would generate the wrong result in all non-overflow
...
cases. Totally rework this code to fix this bug *and* make it faster.
1999-08-29 22:45:32 +00:00
rh
a5903905c2
Document new update target.
1999-08-29 22:42:11 +00:00
christos
2cec9705c5
make ftp work again with the traditional gethostbyname/getservbyname
...
interfaces.
1999-08-29 22:21:57 +00:00
thorpej
dd611fa302
Set openings to 1; only one command may be queued with the device at
...
a time.
1999-08-29 20:41:12 +00:00
is
3e419f86dc
Move the mtu initialization to arc_storelladdr, so that it will be upped
...
again when switching link0 on.
XXX This stuff needs to be thought about, especially with the doomming IPv6
support, which uses yet another default mtu.
1999-08-29 20:38:36 +00:00
thorpej
54f6a91c01
Issue a Get Max Lun request to determine the max lun.
1999-08-29 19:58:55 +00:00
mycroft
c3140da584
Oops; committed wrong version here.
1999-08-29 19:42:54 +00:00
mycroft
f784c98496
Reimplement the FSCALE version as C-with-assembler. (Make the compiler deal
...
with ABI crap.)
1999-08-29 19:41:53 +00:00
thorpej
04cd1cc8ee
Make usbd_errstr() always return a useful error message; it's not like
...
the strings are that big.
1999-08-29 19:41:27 +00:00
mycroft
0ae41d0984
Use the C version of ldexp(). The assembler version was broken in several
...
ways (ldexp(0.0, 5000) returned +Inf, didn't do normalization/denormalization,
etc.).
1999-08-29 19:08:44 +00:00
mycroft
02a48bde49
Don't ever return -0.0.
1999-08-29 19:04:02 +00:00
thorpej
d1088a5081
One more TODO item; sub-classes other than SCSI.
1999-08-29 18:58:03 +00:00
thorpej
59e86c6637
Correct typo in URL. From Bill Sommerfeld.
1999-08-29 18:57:15 +00:00
thorpej
f88e157ddb
Update the match routine to reflect that the driver actually matches
...
"Mass Storage/SCSI/Bulk".
1999-08-29 18:56:24 +00:00
mycroft
07ccaa3409
HUGE_VAL -> infinity
1999-08-29 18:55:29 +00:00
mycroft
3b800f4a61
Mention more of the special cases.
1999-08-29 18:52:18 +00:00
mycroft
0d708431b7
Minor style change.
1999-08-29 18:40:50 +00:00
mycroft
ea4b733810
Trivial KNF.
1999-08-29 18:39:35 +00:00
mycroft
6850b97bb3
Sync with SPARC version.
1999-08-29 18:35:51 +00:00
mycroft
ed01c49a3f
Use the C version. The assembler version was just transliterated (and buggy)
...
anyway.
1999-08-29 18:32:36 +00:00
sommerfeld
5493437dd8
Once the mount structure is definitely doomed, always set the
...
NFSMNT_DISMNT bit in it so that any waiters can go away cleanly.
(formerly, we did this only in the NQNFS/KERB cases).
1999-08-29 18:32:15 +00:00
mycroft
099dd01a1d
Make the C version of frexp() consitent across platforms, and handle the
...
Inf/NaN case.
1999-08-29 18:30:14 +00:00
mycroft
291053e1e2
Use ieee.h.
1999-08-29 18:23:26 +00:00
mycroft
4ef547e76d
Add ieee.h.
1999-08-29 18:21:20 +00:00
bouyer
39ca29c4f8
Note Promise PDC20246 (Ultra/33) and PDC20262 (Ultra/66) support.
1999-08-29 18:17:48 +00:00
bouyer
1fe579ad0d
Note support of Promise Ultra/33 and /66 controllers.
1999-08-29 18:14:26 +00:00
thorpej
e01cef341e
Update documentation references.
1999-08-29 18:13:26 +00:00
mycroft
c8190acc41
Separate isnan() into a separate module, and make isinf()/isnan() use ieee.h.
1999-08-29 18:11:28 +00:00
mycroft
9071f9ee14
Add ieee.h.
1999-08-29 18:10:33 +00:00
mycroft
17030e8106
Separate isnan() into a separate module, and make isinf()/isnan() use ieee.h.
1999-08-29 18:08:27 +00:00
thorpej
f91881f24a
Since we poll around the `done' member of a usbd_request, make it volatile.
1999-08-29 17:57:25 +00:00
mycroft
625f1f9bb9
Don't use .Fl for non-flags.
1999-08-29 17:50:09 +00:00
thorpej
cbd1c08a2c
Note a few TODO items.
1999-08-29 17:34:11 +00:00
augustss
ed24699c00
Note addition of umass driver.
1999-08-29 17:26:22 +00:00