pk
bb69a241e8
Remove ancient DDB-dependent `hide/integrate'.
...
Simplify lewrcsr/lerdcsr; read-back after write doesn't hurt on sun4 so
skip the cpu type test in generic kernels.
2003-11-11 15:01:05 +00:00
augustss
b87f6623d3
Regen.
2003-11-11 10:55:32 +00:00
augustss
7e013f13c6
Add a Cypress USB2 hub.
2003-11-11 10:54:56 +00:00
thorpej
9a0c12a504
Correct the size passed to a malloc() call when performing command
...
passthrough for userland management tools.
2003-11-10 15:35:39 +00:00
drochner
bc80d3e635
Reading the (non-MII) media status if the card is not running yields
...
"0xffff" (eg on i386) or a machine check (on alpha).
So don't read the status if !(UP&RUNNING).
2003-11-10 12:30:27 +00:00
wiz
c2f9db9c64
Update URLs; from Jared Yanovich via jmc@openbsd.
2003-11-10 09:02:08 +00:00
wiz
864bb22441
Update URL; from Jared Yanovich via jmc@openbsd.
2003-11-10 08:58:39 +00:00
wiz
34eb26eec2
Update URL; s/Linix/Linux/. From Jared Yanovich, forwarded by jmc@openbsd.
2003-11-10 08:55:41 +00:00
wiz
ee1b406595
Spell address with two d's. Inspired by similar changes in OpenBSD,
...
originating from Jonathon Gray and forwarded by jmc@openbsd.
2003-11-10 08:51:51 +00:00
he
b158245614
Fix another instance where `offset' might have been used uninitialized,
...
by adding a non-DEBUG default: and a panic().
2003-11-09 14:26:15 +00:00
kochi
ca17019a08
* Preserve original $Revision$
...
* add __KERNEL_RCSID
2003-11-09 11:50:59 +00:00
uwe
aa4c79f23b
For the rasops-drawn cursor the fg/bg indices are bit inverted, so
...
provide complimentary colors in the upper 16 entries.
2003-11-08 22:49:28 +00:00
tsutsui
1fafd3e354
Define all members in TX/RX DMA descriptors as u_int32_t and use proper shift
...
and mask ops since smc83c170 chips access them in 32bit width with proper
byteswap mechanism, so that all #if BYTE_ORDER in descriptors can be removed.
While here, do some slight optimizations in epic_start() and epic_intr().
2003-11-08 16:08:13 +00:00
simonb
47299229f4
Make comsoft_callout static; it's not referenced outside this file.
2003-11-08 02:54:47 +00:00
simonb
d60244d401
Add (as yet unused) COM_TYPE_AU1x00.
2003-11-08 01:59:38 +00:00
briggs
9082432644
Go ahead and define xor function names up to xor16.
2003-11-07 22:04:59 +00:00
briggs
cad1dd99c8
Fix another used-before-initialized bug that gcc uncovered.
2003-11-07 22:04:13 +00:00
carrel
f830588016
enable support for the TREO 600
...
tested and works...
2003-11-07 21:27:56 +00:00
dsl
f4d417c4a9
Add default: and panic() when DEBUG undefined so that 'offset' is
...
not used uninitialised.
2003-11-07 19:16:01 +00:00
augustss
5f5dbfd073
Program some bridge options.
2003-11-07 17:06:42 +00:00
augustss
1950107e53
Add some more defines.
2003-11-07 17:03:42 +00:00
wiz
6a2ed83373
URL updates, from Jared Yanovich and jmc@openbsd, forwarded by the latter.
2003-11-07 17:03:25 +00:00
wiz
afc14a7c01
regen, so "generated from" line is correct.
2003-11-07 16:00:49 +00:00
hamajima
0086268dc3
support Corega Ether PCC-TL -- from Yasushi Oshima
2003-11-07 15:58:57 +00:00
uwe
586aada22a
Supress bogus -Wuninitialized warnings.
2003-11-07 15:02:28 +00:00
enami
063c7653e3
Sync with sys/dev/pci/pcidevs change (ProductID 0x0213 was renamed
...
to CSB6_RAID from CSB6_IDE). And exclude the device of RAID subclass
(i.e., match IDE subclass only).
2003-11-07 10:44:42 +00:00
bouyer
eb42e75cd8
If we already have a channel reset pending, don't try to queue a new one.
...
Otherwise we would bump queue_freeze several times, but the kernel thread would
decrease it only one time.
Fix PR kern/23377 by Mattias Karlsson, and should also fix similar problem
reported by Mihai CHELARU and Bruce J.A. Nourish on current-users.
2003-11-07 08:58:33 +00:00
thorpej
32ddb3f486
Fix brain'o in PCIX speed detection. kern/23375 (John R. Shannon).
2003-11-07 06:03:52 +00:00
mycroft
552d27479a
Replace home-grown locks with lockmgr().
2003-11-07 04:10:56 +00:00
kivinen
cd9bd33872
eUSB ORCA Quad Reader (SHUTTLE) returns invalid CSWTAGs
...
(always 0). Added quirk to fix it.
2003-11-07 01:04:27 +00:00
kivinen
57d07fa4e6
Regenerated.
2003-11-07 01:02:18 +00:00
kivinen
ff83a852f5
Added eUSB ORCA Quad Reader (Shuttle).
2003-11-07 00:59:38 +00:00
simonb
7b4feff831
Be consistent with other COM_TYPE_PXA2x0 checks.
2003-11-06 23:02:27 +00:00
simonb
c26e70ad3c
White space nit.
2003-11-06 22:30:09 +00:00
mycroft
2ef56c13e8
Force the codec into a known state before trying to determine its speed.
2003-11-06 07:13:33 +00:00
he
505125808c
Work around gcc 2.95.3's inability to detect that "ret" is initialized.
...
Will be documented in doc/HACKS, and should be looked at again when
gcc 3.3.2 for vax is ready.
2003-11-06 00:25:50 +00:00
simonb
00ea35b3b3
Fix gcc332 uninitialised bogon.
2003-11-05 23:39:21 +00:00
fvdl
aad37eaff6
Apparently, Dell PERC 4/Di controllers can have two memory BARs, with the
...
second one empty. The previous revision made it pick the empty one.
Reinstate the BAR size check.
2003-11-05 16:03:27 +00:00
he
6a3911e9ce
Make this compile, at least.
2003-11-04 23:19:12 +00:00
christos
808f08e986
Try to make this work. Havard will test it.
2003-11-04 23:01:13 +00:00
mycroft
c6589d2082
Ignore a CRCTO error on a SETUP transaction in combination with STALLED or NAK.
...
This fixes problems with the GL641.
2003-11-04 19:11:21 +00:00
thorpej
73fea8467b
Enable i82541 and i82547 chips - it works well enough to get broader
...
testing. Update the TODO list.
2003-11-04 19:09:39 +00:00
mycroft
94d9caaae4
Re-add ServerWorks IDE support, as "rccide". Note: this is untested, as I no
...
longer have a ServerWorks-based motherboard.
2003-11-04 16:57:57 +00:00
petrov
334dcc0296
Do not set HMEDEBUG as default mode.
2003-11-03 20:30:14 +00:00
mycroft
64bd03aa66
Remove acpiec locking from the list.
2003-11-03 20:16:46 +00:00
mycroft
823720b33d
Rework slightly so we use acpi_match_hid() in pckbc_acpi_attach() too.
2003-11-03 19:11:41 +00:00
mycroft
3ee522bd34
Match all PNP03?? IDs.
...
Also match more PNP0F?? IDs (e.g. the one the HP OmniBook reports). There's
also no need to check IBM3780 any more, as the IBM and Acer machines which
returned it also return a CID of PNP0F13.
2003-11-03 19:04:56 +00:00
mycroft
cec77f23d6
Match all PNP04?? IDs.
2003-11-03 19:03:54 +00:00
mycroft
c992c0b1e9
Match all PNP07?? IDs.
2003-11-03 19:03:40 +00:00
mycroft
8a8efa0ccf
Use pmatch() so that we can use patterns.
2003-11-03 18:51:31 +00:00