scw
5aa077f5cf
In fxp_intr(), bail early without touching any registers if sc_enabled is
...
zero, otherwise we could cause PCI master aborts if the card is in D3 power
state and we happen to share a PCI interrupt line with some other device.
2003-08-01 14:54:12 +00:00
pk
184c0df1a9
Get machine/dev/sbusvar.h for SUN4D too.
2003-08-01 12:21:59 +00:00
wiz
972f20179d
regen (avoid duplicate definition, PR 22331)
2003-08-01 11:55:42 +00:00
wiz
7f48a3b625
Avoid duplicate definitions. From Quentin Garnier in PR 22331.
2003-08-01 11:55:03 +00:00
tsutsui
1a4743265a
- Add hooks for MD DMA transfers.
...
- Prepare ADAPTER_REQ_SET_XFER_MODE function.
(currently sync xfer is not supported)
2003-08-01 00:38:38 +00:00
jonathan
3d768ff89d
Preliminary port of merged OpenBSD/FreeBSD ubsec driver for Bluesteel
...
Networks/Broadcom line of cryptographic accelerators.
2003-08-01 00:08:55 +00:00
jonathan
d2c4f02fe7
regen from pcidevs rev 560 (adding Sun's bcm582x-compatible crypto accelerators)
2003-08-01 00:07:32 +00:00
jonathan
0b84ccdd3b
Add product IDs for Sun's bcm582x-compatible crypto accelerators
2003-08-01 00:05:27 +00:00
jonathan
dfdfebe4d9
Discard previous driver; it didnt really do anything.
...
Replace with a new from-scratch port of recent OpenBSD hifn7751 source,
with changes to the crypto-framework calls to fit Sam Leffler's rework.
(Some of the attach-time changes from the previous driver were carried over).
Many thanks to Quentin Garnier (cube@cubidou.net ) for testing an pre-release
of the driver and finding a couple of missing initializations.
Note that RNG support is temporarily disabled, until a potential issue
with RNG quality is investigated and resolved.
2003-07-30 18:49:27 +00:00
gehenna
63452158ba
Regen (EDIROL UA-3FX)
2003-07-30 04:50:25 +00:00
gehenna
63741a9060
Add suffix 'A' for UA-3FX advanced mode.
2003-07-30 04:49:12 +00:00
gehenna
0bdf85cae2
Add EDIROL UA-3FX audio I/F
2003-07-30 04:47:55 +00:00
thorpej
058f44ae26
Add support for the Intel PRO/1000 MT Quad Port server adapter; this
...
is just 2 i82546EB chips behind an IBM 133 PCI-X bridge.
2003-07-29 19:49:50 +00:00
thorpej
4f354cdf59
Regen: Add the product ID used for the i82546EB chips present on the
...
Intel PRO/1000 MT Quad Port Server Adapter.
2003-07-29 19:47:44 +00:00
thorpej
8b4ac67ee1
Add the product ID used for the i82546EB chips present on the
...
Intel PRO/1000 MT Quad Port Server Adapter.
2003-07-29 19:46:56 +00:00
martin
270669fdd8
Regen.
2003-07-29 07:43:48 +00:00
martin
d42f85d5f0
Add Ricoh 5C551 CardBus + FireWire product ID.
...
From FUKAUMI Naoki in PR 22292.
2003-07-29 07:42:51 +00:00
martin
eec6b03547
Intel 8255GM is GM, not PM (obviously a copy&pasto).
...
From FUKAUMI Naoki in PR 22293.
2003-07-29 07:41:43 +00:00
tsutsui
fddebe9b9c
There is a report that x68k SCSI no longer works after the previous changes.
...
It seems x68k SPC SCSI has several hardware quirks, so add some (a bit ugly)
#ifdefs for workaround. (XXX - needs revisiting)
2003-07-27 03:51:28 +00:00
jonathan
f07336a03e
regen from pcidevs rev 1.556 with vendor Cavium and product Nitrox.
2003-07-27 02:39:15 +00:00
jonathan
5eef6dfd20
Add PCI vendor Cavium and product code for their Nitrox XL crypto device.
2003-07-27 02:34:38 +00:00
jonathan
8a1b964b6b
Regen from pcidevs 1.555 (Bluesteel,Broadcom security coprocessors)
2003-07-27 01:41:46 +00:00
jonathan
52fc5b6eec
Add PCI vendor code for BlueSteel Networks (now part of Broadcom),
...
and PCI product codes for the Bluesteel/Broadcom family of security processors.
2003-07-27 01:16:10 +00:00
martin
cd55ccd237
Add support for socket communications 10/100 CF ethernet card.
...
From Scott Renfro in PR 22260.
2003-07-26 10:41:31 +00:00
martin
37b2869671
Regen (added socket communications 10/100 CF ethernet card)
2003-07-26 10:40:33 +00:00
martin
911cca8a10
Add socket communications 10/100 CF ethernet card.
2003-07-26 10:39:32 +00:00
thorpej
ee0f53cd8c
Make this work on systems where bus_dmamap_sync() is not a noop.
...
In particular, when doing the "swap hscbs" trick, the scb must
reference the correct hscb_map when it gets a new hscb, otherwise
when you go to sync an hscb later, you could end up using the wrong
dmamap.
In order to make this work, we have to convert the shared_data stuff
to use a map_node, because of the "sentinel" trick played with the
initial "next_hscb".
This driver now works on XScale-based platforms.
2003-07-26 06:15:57 +00:00
briggs
6d7027eec6
Add support for xor2-xor8 to swdmover.
2003-07-25 13:59:09 +00:00
jdolecek
4ba1407d10
print some additional information about the controller on boot (from FreeBSD)
...
use aprint_* as appropriate
change some debug #ifdef DIAGNOSTIC messages into #ifdef DEBUG
make aenfmt[] more const
change twe_param_get() signature to take (struct twe_param **) last arg, and
remove now unnecessary casts
2003-07-25 11:49:19 +00:00
pk
9957c167e0
Print more diagnostic info on the occassions `unexpected disconnect' and
...
`invalid state'.
2003-07-25 06:40:29 +00:00
nathanw
f943b64f73
A little printf-casting to make the DIAGNOSTIC sections of this
...
compile on LP64.
2003-07-24 19:19:42 +00:00
kleink
e5ed3710bb
Regen from 1.554.
2003-07-23 10:18:06 +00:00
kleink
ff5115db16
Add a couple of Philips A/V broadcast decoder device IDs.
2003-07-23 10:16:16 +00:00
simonb
4754215738
Clean up autoconfiguration output a little.
2003-07-22 11:59:55 +00:00
jdolecek
98a5f82f01
add rnd hooks
2003-07-21 08:38:56 +00:00
hannken
bbf46d4085
Add support for i855 agp. From FreeBSD.
...
Approved by: Frank van der Linden <fvdl@netbsd.org>
2003-07-20 18:56:32 +00:00
thorpej
b41675bcc3
Add a software implementation of the iSCSI CRC32C algorithm. This
...
serves as an example of how the immediate value can be used by a
dmover function.
2003-07-19 02:05:35 +00:00
thorpej
a2a587d698
Add a well-known dmover function name for the CRC32C used by the iSCSI
...
protocol.
2003-07-19 02:03:11 +00:00
thorpej
5f35784b8a
Add immediate value support for dmoverio transactions.
2003-07-19 02:00:18 +00:00
thorpej
96ea5b9ac4
Rename clock_rtc_config() to todr_attach().
2003-07-18 21:41:22 +00:00
thorpej
91b8f572a8
Move the prototype of clock_rtc_config() into <dev/clock_subr.h>.
2003-07-18 19:20:55 +00:00
wiz
86e9cd6e52
Add a cast to avoid an integer overflow.
...
Fixes playing (at least some) DVDs.
Patch from Tsubai Masanari (tsubai at iri.co.jp) -- thanks a lot!
2003-07-18 14:33:54 +00:00
hannken
b32066575d
Regen.
2003-07-17 12:40:56 +00:00
hannken
7b247f3812
Add support for the BCM5705:
...
- Only BCM5705M asic rev A1 was tested.
Thanks to Bill Paul (wpaul@freebsd.org ) for help and support.
Approved by: Frank van der Linden <fvdl@netbsd.org>
2003-07-17 11:44:26 +00:00
uwe
fadd31bf33
Add vt220 8x10 koi8-r/koi8-u fonts so that I can read mail using
...
Jornada 680 console.
XXX: The fonts are marked WSDISPLAY_FONTENC_ISO, which is wrong, but
at least makes the alphabet available. Line-drawing is all broken.
2003-07-14 18:30:40 +00:00
lukem
365cbd9428
add missing __KERNEL_RCSID()
2003-07-14 15:47:00 +00:00
lukem
9391907df1
add missing __RCSID()
2003-07-14 15:40:37 +00:00
lukem
a62911e9d9
add missing __KERNEL_RCSID() and RCSID comment
2003-07-14 15:40:04 +00:00
jmmv
3300ba59da
Regen (+ ATI Radeon 9200)
2003-07-14 08:01:45 +00:00
jmmv
1f969857d8
Add ATI Radeon 9200 chip.
2003-07-14 08:00:43 +00:00