bouyer
59fc067cf7
For sis_setup_channel, acer_setup_channel, hpt_setup_channel,
...
pdc202xx_setup_channel, pdc20268_setup_channel:
Properly compute the address of the DMA control register for channel 1.
I think the controllers ignore these bits, I suspect it's only there so that
the BIOS can tell the OS is has configured DMA, but better be correct.
Thanks to Alexander Yurchenko for pointing this out.
2002-11-20 19:20:24 +00:00
bsh
060f32c803
Regen. for additional vendor IDs for Samsung Electronics Co. Ltd.
2002-11-19 06:52:07 +00:00
bsh
98338f0df2
Two more vendor IDs for Samsung Electronics Co. Ltd.
2002-11-19 06:47:24 +00:00
tsutsui
6cbc642fdf
Regen from pcidevs rev 1.486:
...
> Remove an entry for AMD PCNETS_PCI.
>
> AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
> a multi-function PCI device which has two device IDs
> of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
> and there is no its own ID.
2002-11-15 22:20:02 +00:00
tsutsui
1d4122d78d
Remove an entry for AMD PCNETS_PCI.
...
AMD Am79C974 PCnet-SCSI Ethernet and SCSI conrtoller is
a multi-function PCI device which has two device IDs
of Am53C974(PCscsi-PCI) and Am79C970(PCnet-PCI),
and there is no its own ID.
2002-11-15 22:13:11 +00:00
itojun
69a2421a71
typo
2002-11-15 17:51:33 +00:00
ad
122b0bd68f
Cosmetic changes.
2002-11-15 13:51:29 +00:00
ad
c69a4b471a
Regen.
2002-11-15 13:49:28 +00:00
ad
0c39c2396f
Remove dup product.
2002-11-15 13:41:27 +00:00
tsutsui
2388751cea
Sync with copyright verbiage update of OpenBSD's iha(4).
2002-11-14 17:07:42 +00:00
gson
1fd621f7df
eap.c 1.54 changed ES1371 specific code but failed to make the
...
corresponding cases to the ES1370 case, causing a panic when
attaching an ES1370.
2002-11-14 04:43:23 +00:00
pooka
36e8081d49
rename EAP_EN() to the more descriptive EAP_DAC_EN(), and
...
use it everywhere.
2002-11-11 22:17:47 +00:00
martin
f5b121503a
Add TI PCI4410 PCI-CardBus Bridge w/ OHCI IEEE 1394,
...
from FUKAUMI Naoki in PR 18989.
2002-11-09 08:51:14 +00:00
grant
0d997522cc
regen for ATI Rage Mobility M1.
2002-11-09 07:39:55 +00:00
grant
9d16807813
add ATI Rage Mobility M1.
...
from FUKAUMI Naoki in kern/18987.
2002-11-09 07:39:06 +00:00
simonb
6f485abe93
Add a prototype for set_busreg(), fix a couple of white space nits.
2002-11-08 07:01:26 +00:00
msaitoh
f321ab1a02
Add support for Adaptec 200[05]S
...
reviewed by Andrew Doran
2002-11-08 05:47:35 +00:00
msaitoh
9a37a3052b
regen
2002-11-08 05:43:23 +00:00
msaitoh
8281950db5
add Adaptec 200[05]S (DPT)
2002-11-08 05:42:38 +00:00
enami
b7ac697dae
s/than than/than/.
2002-11-08 02:05:16 +00:00
martin
c4349cac72
Add a driver for the Myson Technology MTD803 3-in-1 Fast Ethernet Controller,
...
provided by Peter Bex in PR 18675.
2002-11-07 21:56:56 +00:00
thorpej
94390e4587
Regen; add Intel i31244 Serial ATA controller.
2002-11-07 20:55:13 +00:00
thorpej
80195e6cb9
Add Intel i31244 Serial ATA controller.
2002-11-07 20:49:57 +00:00
martin
372a4df84d
Regen (Myson MTD804 added)
2002-11-07 20:41:27 +00:00
martin
bdac1eff58
Add Myson MTD803 3-in-1 Fast Ethernet Controller.
2002-11-07 20:40:28 +00:00
someya
c8d97c4f27
Fix recording problem on SiS7018.
2002-11-07 11:44:12 +00:00
thorpej
1e1c759c66
Don't use newlines in string literals.
2002-11-07 06:54:25 +00:00
kent
22d0e4bb85
auvia_set_params:
...
For a fixed-rate codec, when AUMODE_RECORD and AUDIO_ENCODING_MULAW or
AUDIO_ENCODING_ALAW, use AUDIO_ENCODING_SLINEAR_LE/16bit for native encoding
instead of AUDIO_ENCODING_ULINEAR/8bit because aurateconv does not support
sampling rate conversion for 8 bit PCM.
This change fixes PR kern/18834.
2002-11-04 16:38:49 +00:00
pooka
d6b170e2de
add support for the second DAC found on the chip. to attach the second
...
audio device, define EAP_USE_BOTH_DACS
2002-11-04 16:34:25 +00:00
kent
8eadd119b9
Add power-management register definitions.
2002-11-04 14:56:10 +00:00
wiz
98219f2782
regen (typo fix from PR 18921)
2002-11-04 12:36:25 +00:00
wiz
ec50e0a966
Fix typo reported by Nicolas Joly in PR 18921.
2002-11-04 12:35:27 +00:00
perry
1645cbb7b4
change array to unsigned char. fixes 23430 lint warnings. "really!"
2002-11-02 16:26:03 +00:00
martin
b78c3d23e1
Need to cast a bus_space_addr_t to (u_long) before gcc allows us to cast
...
it to a pointer on 32bit spacr64 kernels. Sigh.
2002-11-02 15:54:10 +00:00
martin
8ab4396fef
Rearange struct mach64screen to be derived from struct rasops_info,
...
move a few bits around and make adding screens after attach time
actually work.
When not booting as console, try to properly set up the hardware to
get a display nevertheless (XXX - does not yet work on my U5).
#if 0 some unused functions planned for future extensions (to make clear
they are unused now)
2002-10-31 14:10:07 +00:00
junyoung
d285dd8c38
Reduce the number of #ifdef __sparc__ from 5 to 3.
2002-10-29 17:54:40 +00:00
tsutsui
561b10d262
Remove no longer needed #ifdef __alpha__ and #ifdef __mips__.
2002-10-29 17:01:16 +00:00
junyoung
93c1a9d0c7
Rename sparc_screen_is_console() to mach64_is_console() and turn it into
...
a MI interface.
2002-10-29 13:50:11 +00:00
chs
fc374b9d4f
add Boca Research 4- and 8-port cards. from openbsd.
2002-10-29 08:59:36 +00:00
leo
e70f340199
Fritz!PCI v2.0 ISDN driver from FreeBSD.
2002-10-25 21:03:47 +00:00
junyoung
9d459e65ae
Register aperture is now mapped as a subregion of the framebuffer aperture
...
using bus_space_subregion(). This makes reg*() look better.
2002-10-25 18:57:06 +00:00
martin
456f63b54e
Sprinkle a few bus_space_read*/bus_space_write* calls and simplify register
...
offset calculation. Mostly from Bang Jun Young.
Don't call wsdisplay_cnattach unconditionally.
On sparc use OF to decide whether we are console output.
This makes it actually work on my U5 - if only we had a keyboard driver
to produce wskbd events (coming soon).
2002-10-25 18:03:03 +00:00
kent
4669f33e4f
regen
2002-10-25 15:58:03 +00:00
kent
9bedd91d95
Correct a typo in the previous change.
2002-10-25 15:56:47 +00:00
kent
7da30dbfb0
Add vender IDs and product IDs:
...
- ENE CB1410 (http://mail-index.netbsd.org/tech-kern/2002/10/24/0038.html )
- iCompression iTVC15
Correct ID of AMD PBC8111_AC.
2002-10-25 15:54:33 +00:00
martin
1def10c9a4
A few 64bit nits.
2002-10-24 20:41:59 +00:00
junyoung
2c1cfbd9df
Add machfb, ATI Mach64/Rage framebuffer display driver.
...
XXX this version is not fully functional yet. More to come shortly.
2002-10-24 18:15:57 +00:00
grant
20aee41979
regen
2002-10-24 06:40:56 +00:00
grant
e1efdc58c7
COREGA are OEM NDC products.
...
add NDC NCP130 rev A2 wireless NIC.
From T. M. Pederson in kern/18609.
2002-10-24 06:40:07 +00:00
pooka
d16eacc3ef
avoid namespace collision with IMASK
2002-10-23 14:57:15 +00:00