summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2007-12-22more qlogic productsTheo de Raadt
2007-12-21Don't panic if someone inserts a CardBus slot for which we disabled CardBusMark Kettenis
support; print a properly formatted message instead. ok jsing@
2007-12-20More minor TX fixing (still sucks). Add more debug info and leave debugMarcus Glocker
mode on for now.
2007-12-20Get rid of __HAVE_PCCBB_ATTACH_HOOK.Mark Kettenis
2007-12-20add original copyrightOleg Safiullin
bad me
2007-12-20regenBrad Smith
2007-12-20add the ATI Radeon Mobility X1400 PCI id.Brad Smith
From David Hill <dhill at mindcry dot org> ok dlg@
2007-12-20regenBrad Smith
2007-12-20add the MCP77 LAN PCI ids.Brad Smith
From Peer Chen @ NVIDIA via Linux ok dlg@
2007-12-20attach another variant of the MC8755, this one is found in x61s laptops from ↵Felix Kronlage
lenovo. tested by oga@
2007-12-20regenFelix Kronlage
2007-12-20add another variant of the Sierra Wireless MC8755 3G/UMTS/HSDPA modems found ↵Felix Kronlage
in x61 laptops from lenovo
2007-12-19Move watchdog timeout message from DPRINTF to printf.Marcus Glocker
2007-12-19Fix page fault trap in TX path. Though TX path is still not workingMarcus Glocker
sane, resulting in watchdog timeout.
2007-12-19If the CardBus bus number is left unconfigured, only attach pcmcia(4).Mark Kettenis
ok jsing@, fgsch@
2007-12-19Fix the issue with some intel 965 host busses. Though the docs claim that theOwain Ainsworth
mmaddr BAR is alway 64-bit, they lie. one some bridges it's not. Fix this by checking which type of memory it is before trying to map. Advice and ok kettenis@, Tested by myself and Matthew L. Shobe
2007-12-18New it(4) driver.Oleg Safiullin
Supports ITE IT8705/8712/8716/8718/8726 and SiS SiS950 hardware monitors and ITE IT8712F/8716F/8718F/8726F watchdog timer.
2007-12-17Add new devices to match list.Marcus Glocker
2007-12-17regenMarcus Glocker
2007-12-17Differ between identical device strings until we find the correct modelMarcus Glocker
number.
2007-12-17regenMarcus Glocker
2007-12-17Add upgt USB 2.0 device IDs as seen on prism54.org.Marcus Glocker
2007-12-17Make ether_crc32_le() work for our needs and therefore remove the largeMarcus Glocker
CRC-32 table. Suggested by deraadt@
2007-12-16Put inamp gain and inamp mute controls under AudioCinputs. ThisDeanna Phillips
avoids some duplicate items when a pin widget has both input and output amplifiers.
2007-12-16Count line-in as line-out, and label both as AudioNline. This is whatDeanna Phillips
the mixer expects.
2007-12-16Add comment.Marcus Glocker
2007-12-16the upgt file is.. optionalTheo de Raadt
2007-12-16Don't crash if we only try to attach pcmcia(4).Mark Kettenis
ok jsing@, fgsch@
2007-12-16regenMarcus Glocker
2007-12-16Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devicesMarcus Glocker
based on the GW3887 chipset (b/g). We are able to communicate more or less reliable with DS1 (1Mbps) yet. Tested on i386 and macppc. Short term TODOs: - Find out how to set TX rates. - Fix device hangup while high RX load. - Improve device reset (reload firmware on init, watchdog, etc.). - Fill man page with supported devices (need reports). - Add AMRR rate control. - Add HostAP mode. - Add IBSS mode. - Add LED support. - ... Long term TODOs: - Support the USB 1.0 devices (NET2280, ISL3880, ISL3886 chipsets). OK deraadt@, OK laurent@
2007-12-16destatic the static functions, they only make debugging harder.Owain Ainsworth
While i'm here: remove a couple of debug printfs that shouldn't have gone in anyway. trowel on some KNF (I really need to get around to sending some of this upstream). remove some netbsd specific code that netbsd doesn't have anymore. ok tedu.
2007-12-14the hardware does not allow to specify the protection mode in eachDamien Bergamini
frame, so track changes to protection mode at each beacon interval and update the hardware registers appropriately. cleanup some comments. undef RAL_DEBUG while i'm here..
2007-12-14Revert previous commit; something is still wrong, and I can't figure out whatMark Kettenis
fast enough.
2007-12-122nd two extra fans on the 5027 are encoded differently; diffTheo de Raadt
from remco@d-compu.dyndns.org
2007-12-11Fix check for pending interrupts as some other device is causingMike Belopuhov
the status register to change. From form@. ok jsg
2007-12-11regenBrad Smith
2007-12-11remove wrong MCP79 SMBus id in previous commit.Brad Smith
2007-12-11- Remove disabled and unusable HW VLAN tagging code.Brad Smith
- Remove setup of the HW VLAN stripping. Issue reported by and fix tested by henric@ ok dlg@
2007-12-11regenBrad Smith
2007-12-11add the NVIDIA MCP79 LAN, AHCI, SMBus and HD Audio PCI ids.Brad Smith
From Peer Chen @ NVIDIA via Linux ok dlg@
2007-12-10regenMike Belopuhov
2007-12-10Add GeForce 7200 GS. From form@.Mike Belopuhov
Fix a typo while here.
2007-12-10Kill a check for malloc fail. The malloc call uses M_WAITOK and thusOwain Ainsworth
should not be able to fail. ok kettenis@.
2007-12-10Make the "can't find VGA config space" error sound less scary. ThisOwain Ainsworth
happens sometimes on intel PCI-E chipsets where integrated graphics have been disabled. ok kettenis, deraadt.
2007-12-09fix automatic rate control (if the rate falls down to 6Mbps or 1Mbps,Damien Bergamini
it is no longer stuck at that rate). workaround for a hardware bug when in HostAP or IBSS mode.
2007-12-09Restore "evil hack" that we had before the recent agp(4) changes. SolvesMark Kettenis
X display corruption. People should know better than just importing the latest random crap from NetBSD or FreeBSD. That's worse than doing a "commit and run".
2007-12-09Un-#ifdef code, such that we don't attach cardbus if the bus nuber isMark Kettenis
unconfigured. Tested by a few; ok deraadt@ (a while back).
2007-12-09unify synchronous scsi xfer completion handling. this started out as a fixDavid Gwynne
to the completions for some scsi commands we simply ack in the disk_cmd handler.
2007-12-09remove the nosleep argument to ata_get_xfer. it is a relic from when iDavid Gwynne
used to allocated xfers out of a pool rather than as part of the hbas ccb structure.
2007-12-09sturm@ let me know that the workaround in here breaks things on bge somehow.Owain Ainsworth
Revert it for now.