thorpej
081e7cbdaf
`typedef void ifnet_ret_t;' isn't valid C -- use #define, instead.
2000-05-03 20:52:29 +00:00
thorpej
b29178acf3
Remove unnecessary junk on #undef line that some C preprocessors
...
get cranky about.
2000-05-03 19:19:04 +00:00
thorpej
e37397c2e8
`typedef void ifnet_ret_t;' isn't valid C -- use #define, instead.
2000-05-03 19:17:54 +00:00
thorpej
ab635a46d3
Slight change to previous.
2000-05-03 19:15:27 +00:00
thorpej
2d66ccbd13
Don't return an uninitialized error code.
2000-05-03 18:58:37 +00:00
thorpej
01e8438aa8
Fill in ccb->ccb_req.sgcount with the value that's guaranteed to
...
be initialized.
2000-05-03 18:58:15 +00:00
mycroft
d0d92c23d0
Use USBD_NORMAL_COMPLETION in the previous.
2000-05-03 18:21:36 +00:00
mycroft
ffe599486c
When emulating UHF_PORT_POWER for the internal hub, make sure to initialize
...
the status return value.
2000-05-03 18:14:49 +00:00
bouyer
3bb9a5f666
- do sync/wide negotiation
...
- use a circular queue for the start slots, so that order has better chances
to be preserved.
2000-05-02 19:03:02 +00:00
augustss
621ef4d785
Add am7930 audio driver.
2000-05-02 06:43:05 +00:00
augustss
f9dbbf4c92
Make am7930 driver machine independent. PR 10032 from Gregory McGarry.
2000-05-02 06:30:49 +00:00
nathanw
8ca78ff825
In siop_lookup_product(), actually check the PCI *vendor* ID as well as the
...
product ID.
Prevents false matches of other devices, such as the DEC 21050 ppb.
2000-05-02 03:59:35 +00:00
thorpej
712326ecbd
Traditionally, the floppy controller was configured at 0x3f0 for 8 ports,
...
but the registers actually begin at 0x3f2, and this is what PNPBIOS reports
for the floppy controller resources. Adjust the register offsets and the
mapping of them for the ISA front-end to compensate, so that the PNPBIOS
attachment of the floppy controller actually works.
2000-05-02 03:33:45 +00:00
thorpej
5e915fcab9
Nuke some dead code.
2000-05-02 03:32:09 +00:00
augustss
c7d698ac41
Support recording conversions that change the sample size. PR 10029, from Gregory McGarry.
2000-05-02 00:00:00 +00:00
augustss
2365a92cb5
Add Creative Music System driver. From Gregory McGarry <g.mcgarry@ieee.org>
2000-05-01 22:48:33 +00:00
augustss
4e1e58e353
Change the way the codec is access to mimic how Linux&FreeBSD does it.
2000-05-01 17:15:41 +00:00
augustss
07f142cd50
Add some more debug output.
2000-05-01 17:10:40 +00:00
tsutsui
9498452c05
- Move some initialization into MI rl_attach() from each bus attachment.
...
- Use proper CARDBUS_* macro in if_rl_cardbus.c
- Use product ID read from PCI configuration space rather than from EEPROM
in if_rl_pci.c.
Patch sent from Masanori Kanaoka <kanaoka@ann.hi-ho.ne.jp> and
some cosmetic changes by me.
2000-05-01 15:08:50 +00:00
soren
ac6e6c980d
Add Seeq 8003 register definitions.
2000-05-01 08:06:17 +00:00
takemura
7d3231b37a
Mouse move event should be made before mouse bown event. Without that,
...
you may got a mouse down event in strange plase.
2000-05-01 07:36:58 +00:00
augustss
fec9706315
Remove unneeded #include "mpu.h"
2000-04-30 22:16:56 +00:00
augustss
aaa405eab7
Add driver for C-Media CMI8x38 Audio Chip. From Takuya SHIOZAKI <AoiMoe@imou.to>
2000-04-30 21:59:58 +00:00
dante
1dbea6c0f9
Add new microcode for all of the supported boards.
...
Fix minor glitches.
Add preliminary support for ASB-3940U3W host adapters; it might work w/ autotermination on.
ASB-3940U3W support is not yet tested due to lack of board.
2000-04-30 18:52:14 +00:00
dante
ff84aeb762
Add ASB-3940U3W host adapters (AdvanSys)
2000-04-30 18:46:18 +00:00
dante
d2679acf60
Add ASB-3940U3W host adpeter (AdvanSys)
2000-04-30 18:34:53 +00:00
tsutsui
439b360ab9
Modify EEPROM read functions and handle also 9356 EEPROM.
...
Fixes kern/9861.
2000-04-30 12:00:40 +00:00
ragge
e623cd6f8f
Discard these old leftovers from the IMP and trailer days!
2000-04-30 11:50:50 +00:00
ragge
6f6bea9eed
Change to use new ubareset() functionality.
2000-04-30 11:46:49 +00:00
ragge
6758522763
Add function uba_reset_establish() to register reset functions like
...
uba_intr_establish(). Basic framework for resource (BDP) allocation,
not yet finished.
2000-04-30 11:46:03 +00:00
ragge
8995505723
Rewritten (most of) the DEUNA/DELUA driver. No more data copy, packet
...
header fiddling and forget driver support for trailers.
2000-04-30 11:43:26 +00:00
mycroft
73ac8c709b
Add a concept of the `background attribute'. This is the same as the
...
current attribute, but has all non-color flags turned off. Use this when
doing erasure, as this allows us to optimize repainting in curses.
XXX The way the default attribute is handled is totally bogus and needs to
be fixed.
2000-04-28 21:56:16 +00:00
augustss
23bcab075a
Don't request sense after INQUIRY. From FreeBSD & OpenBSD.
2000-04-28 21:34:05 +00:00
augustss
d2e2dce826
Regen.
2000-04-28 20:54:39 +00:00
augustss
0b9c397110
Add 2 more eap audio devices.
2000-04-28 20:54:10 +00:00
is
4cacfc5684
change 10base-t media _setting_ to set autodetect instead.
...
Contrary to what the rtl8019 docs say, this seems to be necessary.
Observed by myself when implementing non-auto earlier, and independently
complained about by Antti Kante in PR 9962.
2000-04-28 17:49:03 +00:00
uch
bbb8c56fcb
add PCI_MAPREG_PPB_END (PCI-PCI bridge) PCI_MAPREG_PCB_END (PCI-Cardbus bridge)
2000-04-28 17:12:45 +00:00
augustss
308fa27a0d
Unmute some mixer controls by default. From OpenBSD.
2000-04-28 12:39:59 +00:00
jdolecek
520f9dc581
pasfind(): avoid silly bug - if bus_space_map() of SB I/O space failed,
...
we used bad label and tried to bus_space_unmap() invalid memory
region
Fixes port-i386/9992 by Jarkko Teppo <jate@uwasa.fi>.
2000-04-28 08:51:42 +00:00
tsutsui
61e3f39169
Fix copyright notice as per request from the author.
2000-04-28 03:48:56 +00:00
bouyer
fcf693203f
More big-endian fixes from Izumi Tsutsui.
2000-04-27 16:49:07 +00:00
augustss
30c20f930f
Change my email address.
2000-04-27 15:26:44 +00:00
augustss
91878e8679
Reorder some #defines.
2000-04-27 15:25:36 +00:00
bouyer
fe54b787dc
Add NetBSD RCS Id and copyrigth notice.
2000-04-27 14:08:09 +00:00
bouyer
bf7a94ec2b
Fix copyrigth notice.
2000-04-27 14:06:57 +00:00
bouyer
2fb93595b2
Note siop changes.
2000-04-27 12:48:59 +00:00
oster
db11351ced
Make sure the config structure allocated during autoconfiguration actually
...
gets initialized properly. Should fix PR#9816.
2000-04-27 00:57:48 +00:00
bouyer
ce7f4dafe1
Big-endian fixes from Izumi Tsutsui.
2000-04-26 20:00:31 +00:00
thorpej
ef25b7769e
Regen.
2000-04-26 17:30:59 +00:00
thorpej
0defe75e76
Add product ID for the PLX Technology 9060ES PCI bus controller. Note this
...
ID isn't normally seen, as just about every device with a PLX on it loads
a different ID from an EEPROM, but there's no harm in documenting it.
2000-04-26 17:30:35 +00:00