Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-23 | correct a typo, BCM4238 -> BCM4328. | Brad Smith | |
ok dlg@ | |||
2007-10-23 | regen | Brad Smith | |
2007-10-23 | add the Broadcom BCM5723 PCI id. | Brad Smith | |
From the Linux tg3 driver. ok dlg@ | |||
2007-10-22 | only output on situations where power state is D3. unify the message in | Federico G. Schwindt | |
such cases. ok brad@ kettenis@ | |||
2007-10-22 | the codec is not readable. If we try to read it the ac-link enters a kind of | Alexandre Ratchov | |
"busy state" in which it's not writeable. This fix tags the host as unable to read the codec, so the ac97 driver doesn't try to read it, instead it keeps in memory copy of all codec registers. Fixes pr 2451 ok jakemsr | |||
2007-10-22 | HTC smartphone | Theo de Raadt | |
2007-10-22 | sync | Theo de Raadt | |
2007-10-22 | HTC smartphone | Theo de Raadt | |
2007-10-22 | Regen | Miod Vallat | |
2007-10-22 | More Microsoft mice, from FreeBSD | Miod Vallat | |
2007-10-22 | enable the fifo probe code as long as the serial is not used as console | Federico G. Schwindt | |
or kgdb. if this probes to be a problem it will be disabled again . tested and ok by toby@ otto@ jsing@ | |||
2007-10-22 | arc supports more than just SATA hbas, so dont say the ports are always | David Gwynne | |
SATA ports. print "firmware" instead of "FW Version:" cos i think it looks better. tested on a 1680 which seems to just work so far. | |||
2007-10-22 | Add SUNIX 4036A 2 port serial card. Sadly it does not conform to | Otto Moerbeek | |
the SUNIX subsystem numbering scheme used on other cards, so it needs its own entry; ok fgsch@ | |||
2007-10-22 | Use pci_set_powerstate(), shrinking the code and unifying the different | Federico G. Schwindt | |
versions. ok by many. | |||
2007-10-22 | Add pci_set_powerstate() to change the pm state for a given device. | Federico G. Schwindt | |
ok by many. | |||
2007-10-21 | bring device back from power save mode if needed. fixes a problem reported | Federico G. Schwindt | |
by Rodolfo Gouveia <rgouveia at cosmico dot net> on bugs@ | |||
2007-10-21 | Replace Cardbus_conf_* calls by cardbus_conf_* ones. This solves the | Marcus Glocker | |
panic 'trap type 300` seen on macppc and makes my Linksys WPC54G Ver 3 cardbus device work entirely on my PowerBook G4. | |||
2007-10-21 | Allow for the adjustment of the number of RX descriptors | Brad Smith | |
for the newer generations of em(4) chipsets independently from the first two generations (82542/82543). The first two generations have hardware errata limiting the upper maximum to 256 descriptors. The number of RX descriptors has not been adjusted yet. ok beck@ henning@ dlg@ | |||
2007-10-21 | Remove a bogus and unnecessary check for if_addrlist from ex_init(). | Brad Smith | |
ok dlg@ | |||
2007-10-21 | Add multicast support. | Brad Smith | |
Tested by todd@ with IPv6. Based on similar changes to the FreeBSD driver. ok dlg@ | |||
2007-10-21 | Add ifmedia support. | Brad Smith | |
Tested by todd@ From FreeBSD ok dlg@ | |||
2007-10-20 | Remove unneeded scope declarations that shadows existing ones. krw@ ok | Federico G. Schwindt | |
2007-10-20 | _check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@ | Constantine A. Murenin | |
2007-10-20 | Move a few more definitions to pcf8584var.h. Needed for SUNW,envctrl and | Mark Kettenis | |
SUNW,envctrltwo support. ok deraadt@ | |||
2007-10-20 | Call scsi_done() at SPLBIO. 'looks olright' says mickey. | Kenneth R Westerback | |
2007-10-20 | Create memory specific decode routines to make code cleaner, | Jonathan Gray | |
suggested by deraadt. This file has mostly been rewritten even before it was initially comitted so add my copyright to it as well. | |||
2007-10-20 | Doh. Setting ITSDONE and returning SUCCESSFULLY_QUEUED just means | Kenneth R Westerback | |
there is another splbio()/splx and a check for ITSDONE before falling into the COMPLETE case. So just return COMPLETE if the command has completed (or never started). Simpler all around. | |||
2007-10-20 | DO NOT access xs after calling scsi_done(xs). It's not there anymore. | Kenneth R Westerback | |
Also set ITSDONE (a.k.a. XS_STS_DONE) in correct field - xs->flags (a.k.a. xs->xs_control) and not xs->status (a.k.a. xs->xs_status). 'totally OK' deraadt@ 'yes' beck@ | |||
2007-10-20 | DO NOT access xs after calling scsi_done(xs). It's not there anymore. | Kenneth R Westerback | |
'totally OK' deraadt@ | |||
2007-10-20 | replace auich's DMA and interrupt handling with code from NetBSD's | Jacob Meuser | |
auich. fixes recording from the microphone input as well as full-duplex operation. tested by brad@, sthen@, deanna@ and ckuethe@. thanks. | |||
2007-10-20 | re-introduce the "p_clk rounding" for DDR -- they need it | Theo de Raadt | |
ok jsg | |||
2007-10-20 | Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) for | Jonathan Gray | |
non regular DDR2, there does not seem to be any equivalent information in the SDR/DDR layouts. | |||
2007-10-20 | sync | Bob Beck | |
2007-10-20 | Add ShanTou ZT6688 usb 10/000 nic - A udav sold in a generic package. | Bob Beck | |
ok jsg@, krw@, deraadt@ | |||
2007-10-20 | Deal with all possible 16 array offsets for tenths of a nanosecond array, | Jonathan Gray | |
and tweak p_clk rounding to return correct values. From giovanni <qgiovanni@gmail.com> | |||
2007-10-20 | Put scsi_done() invocations inside existing splbio/splx pairs to make | Kenneth R Westerback | |
damned sure scsi_done is invoked at splbio. Noted by deraadt@. | |||
2007-10-19 | fix audio_calc_blksize() not to return larger block sizes than | Alexandre Ratchov | |
the buffer size ok jakemsr | |||
2007-10-19 | regen | Brad Smith | |
2007-10-19 | add the Broadcom BCM4328 PCI id. | Brad Smith | |
ok mglocker@ dlg@ | |||
2007-10-18 | Correct tenths of a nanosecond cycle encodings for DDR2, | Jonathan Gray | |
this makes the PC2-xxxx values show properly in all cases. From giovanni <qgiovanni@gmail.com> tested/ok cnst@ ok deraadt@ | |||
2007-10-18 | Initio INIC-941 works as well; ok miod@ | Otto Moerbeek | |
2007-10-18 | avoid splassert, caused by the fact that iha_main() is called | Otto Moerbeek | |
unprotected by iha_exec_scb(). With help and ok miod@ | |||
2007-10-18 | ignore fans with >= 0x0fff readings. According to the iic_dump(), it appears | Constantine A. Murenin | |
as if all the invalid fans have either 0x0f00 or 0x0000 readings, but with the in-the-field driver 0x0f00 appears as 0x0fff. At any rate, no real fans would have sensors detecting 0x0f00 (351 RPM), so no harm continuing to ignore it, t. tested by jon.steel@esentire.com discussed with kettenis@ deraadt@ | |||
2007-10-18 | Define a new attribute, pckbcslot, which pckbc and gsckbc provide, and to | Miod Vallat | |
which pckbd and pms attach. This makes it simpler to add new controllers pckbd/pms can attach to. | |||
2007-10-18 | Check to see if the SPD EEPROM size looks sane (ie < 32K) | Jonathan Gray | |
when trying to decide if we have found an SPD EEPROM. ok deraadt@ | |||
2007-10-18 | Add some first LEDs support. Tested on my cardbus Linksys WPC54G Ver 3. | Marcus Glocker | |
Diff ported from DragonFlyBSD | |||
2007-10-18 | scsi_done() must be splbio() protected... who did this work for??; ok dlg | Theo de Raadt | |
2007-10-18 | Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl. | Brad Smith | |
Tested by todd@ ok dlg@ | |||
2007-10-18 | add missing $OpenBSD$; "of course" deraadt | Constantine A. Murenin | |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith | |
Tested by damien@ ok dlg@ |