thorpej
586d85d4f2
Eliminate use of M_HASFCS.
2005-01-30 17:23:45 +00:00
jonathan
b0c550f12b
Remove duplicate stanza for re(4) at cardbus. When I added an entry
...
here and enabled it in i386 GENERIC_LAPTOP, I missed that yamt@ had
already added an entry here.
2005-01-29 22:05:26 +00:00
jonathan
0e8a3d7d0d
Now that we've switched to the split re(4) for PCI, add the cardbus
...
frontend for the split re(4) to files.cardbus, and to the generic x86
laptop config (sys/i386/conf/GENERIC_LAPTOP).
NB: as best I know, there are still unresolved issues in attach and
powersave, with the NetGear cardbus cards and re(4).
2005-01-29 21:59:53 +00:00
kent
373214b329
* audiosetinfo()
...
call audio_clear() only when blocksizes are actually changed.
This fixes a problem on some audio devices and applications which
use ossaudio and call SNDCTL_DSP_GETOSPACE repeatedly while playing.
* audiostartp()
add some debug prints.
2005-01-29 18:16:49 +00:00
jmcneill
f697b3820f
Fix typo (Capabiltites -> Capabilities).
2005-01-29 18:06:18 +00:00
jdolecek
f9b584bd58
match nForce2 Ultra 400 audio
2005-01-27 21:49:29 +00:00
jdolecek
7f0a422006
regen: add id for nForce2 Ultra 400 audio
2005-01-27 21:48:37 +00:00
jdolecek
0716a9ca67
add id for nForce2 Ultra 400 audio
2005-01-27 21:48:15 +00:00
kent
0e68407cf6
support nForce 4
2005-01-27 13:35:05 +00:00
kent
75432eafa2
support for nForce 4 PATA and SATA
2005-01-27 13:34:32 +00:00
kent
44200be30d
regenerate for nForce 4 devices
2005-01-27 13:33:36 +00:00
kent
ab57a51809
add some nForce 4 devices
2005-01-27 13:31:45 +00:00
scw
1464f79e43
In vr_start(), don't forget to free the new mbuf if the second
...
bus_dmamap_load_mbuf() fails.
2005-01-27 11:58:01 +00:00
jmcneill
0a95a06218
Fix synaptics touchpad resume, from Kentaro A. Kurahone.
2005-01-27 03:04:31 +00:00
jmcneill
fac3e15af3
Fix typo.
2005-01-27 03:03:33 +00:00
jmcneill
7f3681fe2b
Don't restore PCI configuration state if the chip isn't in D0, from
...
Kentaro A. Kurahone.
2005-01-27 02:58:52 +00:00
jmcneill
27d1abf7f8
Capture PCI configuration state on suspend and restore it on resume, from
...
Kentaro A. Kurahone.
2005-01-27 02:44:59 +00:00
jmcneill
73f985e393
Add agp_i810 powerhook, from Kentaro A. Kurahone
2005-01-27 02:43:42 +00:00
jmcneill
41a62b176d
Add rtk_pci powerhook, from Kentaro A. Kurahone
2005-01-27 02:42:35 +00:00
jmcneill
6a3e1ea6a4
Missed a break in the powerhook (shouldn't matter functionally, but
...
fix anyway for correctness).
2005-01-26 22:15:26 +00:00
jmcneill
f9fc6336b1
Add pci_conf_{capture,restore} to auich(4) powerhook
2005-01-26 21:53:42 +00:00
jmcneill
0c537484ca
Add powerhook to bge(4)
2005-01-26 21:52:47 +00:00
jmcneill
3ab5a3900d
Add powerhook for atabus.
2005-01-26 21:51:40 +00:00
jmcneill
5a6c12cd3b
Add powerhooks for PIIX IDE driver.
2005-01-26 21:50:31 +00:00
jmcneill
9c40186bce
Add support functions for capturing and restoring PCI configuration
...
registers for power management code.
2005-01-26 21:49:00 +00:00
kleink
9ce91047cd
Clean up the array of audio_formats supported.
2005-01-26 21:28:55 +00:00
fvdl
5ccd9c2654
Don't print a message when there's no interrupt to be handled, since this
...
can happen when one is shared. Also, don't claim it in that case.
Make some printfs more consistent.
2005-01-26 12:59:06 +00:00
jmmv
51b5451e34
Capture incomplete packets coming from the card, as this driver doesn't
...
support this feature. This avoids multiple crashes that I've had in the
past. Also ensure that packets are not empty when DIAGNOSTIC is set.
However, this is just another sanity check of the received packets, but
does not address the real problem. The issue seems to be the following:
if the card receives data while doing a reset (vr_init), it later finds
a bunch of empty packets in the receive ring.
This explains the crashes I've hit: running a program which needs
promiscuous mode (dhclient) while the card was already running in
that mode (tcpdump). In this situation, it's easy that the second
reset receives stuff from the network.
Unfortunately, I don't know why the card is producing these packets...
While here, fix a typo in a comment.
2005-01-25 17:02:09 +00:00
matt
1dfcdea23d
Regen.
2005-01-25 00:55:25 +00:00
matt
2d074b9231
Add additional PCI Device IDs for ATI Radeon 9200
2005-01-25 00:55:00 +00:00
joff
79f8908d72
It seems on some archs size_t is unsigned int and on others size_t is
...
unsigned long. Cast sizeof() to unsigned long in printf()'s so it can
always work regardless.
2005-01-24 22:40:00 +00:00
matt
027c11539b
Add IFNET_FOREACH and IFADDR_FOREACH macros and start using them.
2005-01-24 21:25:09 +00:00
joff
4a237e5849
add atu
2005-01-24 02:08:57 +00:00
joff
25f4405fee
Add atu(4), Atmel 802.11b USB wifi dongle. From OpenBSD.
2005-01-24 01:36:07 +00:00
joff
9a12dd0ebe
Implementation requirements of usb_needs_reattach(), from OpenBSD and required
...
for atu(4) to do a USB reconnect after firmware upload.
2005-01-24 01:30:38 +00:00
joff
988043649e
New Belkin USB-wifi ID, rename DWL120 to generic AT76C503A since this ID is used by more than one vendor (from OpenBSD)
2005-01-24 01:21:31 +00:00
joff
c8bf53857e
Atmel AT76C50XX usb 802.11b wifi dongle driver from OpenBSD.
2005-01-24 01:17:03 +00:00
joff
f046ac8874
Atmel AT76C50XX firmware files (required by atu(4) USB-wifi adapter)
2005-01-24 01:00:19 +00:00
dan
f368e90e9b
attach tl(4) as an event source to rnd(4)
...
patches from Sean Davis in PR/28556
(slightly modified to actually catch our own interrupts)
2005-01-23 10:53:19 +00:00
dan
724df7bd2e
attach rtk(4) as an event source to rnd(4)
...
patches from Sean Davis in PR/28547
(also added a detach hook)
2005-01-23 10:26:06 +00:00
fredb
53c21c67e7
Regen.
2005-01-23 03:07:05 +00:00
fredb
18c05962e3
Recognize Belkin Gigabit Desktop Network PCI card.
2005-01-23 03:06:07 +00:00
elric
84f1219a04
Fix typo.
2005-01-23 01:25:57 +00:00
elric
504ce9bd7d
new driver: usb generic serial adapter.
...
approved by: augustss@netbsd.org (code)
christos@netbsd.org (driver name)
2005-01-23 01:25:04 +00:00
hamajima
8c1ec034b0
Add Sony PlayStation2 EyeToy.
2005-01-22 16:38:55 +00:00
briggs
d01fdd733e
Put the headers in a more standard order with machine-specific and
...
dev/bus-specific headers after the sys and net headers. This allows
it to actually compile on macppc, among other things.
2005-01-22 04:34:22 +00:00
oster
c18a242754
Torch some #define's missed in last commit.
2005-01-22 02:24:31 +00:00
oster
3140947870
Reconstruction Descriptors are only allocated once per reconstruction,
...
and don't need their own pool or freelist or anything fancier than a
malloc/free.
2005-01-22 02:22:44 +00:00
imp
babfd80c55
Update to using new INTERSIL names, plus a couple generic entries from FreeBSD
2005-01-21 20:27:03 +00:00
imp
fcc7589129
Replace NETGEAR_2 with INTERSIL to reflect who actually owns the ID. Add some IDs from FreeBSD
2005-01-21 20:26:09 +00:00