Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-13 | sort the device list. from Brad. | Stuart Henderson | |
2009-10-12 | TCT Mobile modem, rebadged as Alcatel One Touch X060/X200. | Jonathan Gray | |
From David Coppa <dcoppa@gmail.com> | |||
2009-10-12 | regen | Jonathan Gray | |
2009-10-12 | TCT Mobile modem, rebadged as Alcatel One Touch X060/X200. | Jonathan Gray | |
From David Coppa <dcoppa@gmail.com> | |||
2009-10-12 | auixp(4) also supports SB600. from Brad. | Jacob Meuser | |
2009-10-12 | avoid smashing the stack when we have sense data to return back to userland | David Gwynne | |
2009-10-12 | mask bits correctly in devid vpd for the PI | David Gwynne | |
2009-10-11 | fix support for 82543GC. as per intel driver acrds <=82543 need to have their | Dariusz Swiderski | |
phy reset before detection. problem spotted by merdely@, fixed thanks to deraadt@ sending me his 82543GC :) tested by merdely@, claudio@ and me ok by claudio@ | |||
2009-10-11 | Make sure com@io[cf] attachment stanzas with locators win over generic com* | Miod Vallat | |
lines. (This is done only to make dmesg look nice) | |||
2009-10-11 | remove duplicate ierrors increment (rx_overruns gets incremented) which was | Dariusz Swiderski | |
introduced in rev. 1.204. from brad ok by claudio@ | |||
2009-10-11 | Correct a copy-and-pasto (check for the same device type twice in | Stuart Henderson | |
an if statement) in the last commit. From Brad. | |||
2009-10-11 | At initialization of HT chips, write configuration on the corresponding | Alexandre Ratchov | |
control registers rather than on the PCI configuration space (which is ok for non-HT chips only). Also fix the offset GPIO mask/dir are read from EEPROM, old ones are working by accident. both fixes are from Alexandr Shadchin <ShadchinAV _at_ mail.ru> Thanks! | |||
2009-10-11 | Minor cleanup run, no functional changes; | Marcus Glocker | |
- Spacing / comments. - Be constant in using variable types. - Avoid repeating function-inline definitions for the same variable. | |||
2009-10-11 | Add support for the Broadcom BCM5717 ASIC and the BCM5717 / BCM5718 chipsets. | Stuart Henderson | |
Based on info gleaned from the Linux tg3 driver. From Brad, ok naddy@ | |||
2009-10-11 | * define a constant for the specification defined maximum number of | Jacob Meuser | |
codecs a controller can support * dynamically allocate memory for the array of codec structures | |||
2009-10-11 | let page requests sleep instead of polling for completion. not used just | David Gwynne | |
yet... | |||
2009-10-11 | * start all "initialization failure" messages with lowercase letter. | Jacob Meuser | |
* instead of printing "initialization failure", print "initialization failure, detaching". perhaps instills more confidence that the failure was handled in an orderly manner. | |||
2009-10-11 | add support for ICH9 M V chipset, from brad. | Dariusz Swiderski | |
ok by claudio@ | |||
2009-10-11 | this driver doesn't yet support HDMI codecs enough for them to be | Jacob Meuser | |
usable. detach the driver if the device is only capable of HDMI. this keeps an unusable device from being /dev/audio0 (thus /dev/audio by default), while /dev/audio1 is fully functional. | |||
2009-10-10 | fix mbuf leak in rtinit() | Dariusz Swiderski | |
the mbuf got leaked when detaching an interface, spotted by theo. fixed by me, diff refined by theo eyeballed by claudio@ 'go ahead, commit this' by theo@ | |||
2009-10-10 | Simplify interrupt address programming to avoid the need to act differently | Miod Vallat | |
on PIC; no functional change. | |||
2009-10-10 | Add extra com@iof stanzas to have the first IOC4 card attach com0-3, instead | Miod Vallat | |
of com0 and com2-4. | |||
2009-10-10 | Locators for extra IOC3 cards. | Miod Vallat | |
2009-10-10 | Let udl select the maximum resolution supported by the udl device and the | Mats O Jansson | |
monitor. Use the EDID parsing from videomode. -moj ok mglocker@ | |||
2009-10-10 | Again, in detatch... call whatever disconnects our interrupt, before we | Theo de Raadt | |
go messing with the maps. Only affects my disconnectable em(4). | |||
2009-10-09 | Must also timeout_del twice in detach()... | Theo de Raadt | |
2009-10-09 | A working detach function. Has no impact on anything else in the driver. | Theo de Raadt | |
2009-10-09 | initialize the disk size instead of getting a random value (always 0) off | Theo de Raadt | |
the stack. this lets disklabels work on non-sgivol disks. ok miod | |||
2009-10-08 | Import EDID handling code from NetBSD. Ok deraadt@, miod@, mglocker@. | Matthieu Herrb | |
2009-10-08 | Program the widget interrupt address register as a whole 64 bit register | Miod Vallat | |
instead of two 32 bit halves, as the supposedly `upper 32 bits' register ignores writes; makes interrupt on PIC route correctly. | |||
2009-10-08 | regen | Miod Vallat | |
2009-10-08 | Recognize the Bedrock as an XBow instead of reporting it as ``unknown | Miod Vallat | |
xbow''; while there report vendor and product id of unknow xbow chips. | |||
2009-10-08 | Recognize more brick types and probe fooX bricks in the same order as | Miod Vallat | |
foo bricks (they differ by having PCI-X bridges instead of PCI bridges but are otherwise built the same) | |||
2009-10-08 | PIC actually comes with two sets of widget registers, with different IDs, | Miod Vallat | |
but we only care about the first for matching, so don't bother listing the second one in xbowdevs, and fix the description. | |||
2009-10-08 | set a couple bits in the pci configuration space for nvidia hda | Jacob Meuser | |
controllers. according to ALSA and OSS, these enable input and output stream DMA coherency. fixes broken playback problem reported by Laurence Tratt (laurie at tratt dot net), who graciously tested a number of previous attempts to solve this problem. | |||
2009-10-07 | The BCM5703 ASIC ID is actually shared with the BCM5702 ASIC so | Stuart Henderson | |
indicate so in the text strings. From Brad. | |||
2009-10-07 | Attach DS1742 style dsrtc to iof (IOC4) too. | Miod Vallat | |
2009-10-07 | Do not truncate bridge register values to 32 bits, allows the few 64 bit PIC | Miod Vallat | |
registers to be programmed correctly. | |||
2009-10-07 | ipending, cpl moved into cpu_info | Takuya ASADA | |
OK miod@ | |||
2009-10-07 | This file is supposed to compile. | Theo de Raadt | |
2009-10-07 | Try to keep existing IOC4 mappings, the same way we do on IOC3, in case | Miod Vallat | |
this is a console device. | |||
2009-10-07 | Missing semicolon in dmesg | Miod Vallat | |
2009-10-07 | Small steps towards getting the serial clock correct on IOC4 serial ports. | Miod Vallat | |
2009-10-07 | Add an IOC4 section there too | Miod Vallat | |
2009-10-07 | add support for the temperature sensor of VIA Nano and C7-M CPUs. | Kevin Lo | |
some improvements suggested by jsg@ "commit" deraadt@ | |||
2009-10-06 | Allow MD limits for allocating PCI io and mem space and specify limits on | Mark Kettenis | |
i386 and amd64 to make avoid legacy ISA I/O registers. Fixes issues with ThinkPad T-series Dock II units as reported by sobrado@ ok miod@ | |||
2009-10-06 | Redo the route lookup in the output (and IPv6 forwarding) path if the | Claudio Jeker | |
destination of a packet was changed by pf. This allows for some evil games with rdr-to or nat-to but is mostly needed for better rdomain/rtable support. This is a first step and more work and cleanup is needed. Here a list of what works and what does not (needs a patched pfctl): pass out rdr-to: from local rdr-to local addr works (if state tracking on lo0 is done) from remote rdr-to local addr does NOT work from local rdr-to remote works from remote rdr-to remote works pass in nat-to: from remote nat-to local addr does NOT work from remote nat-to non-local addr works non-local is an IP that is routed to the FW but is not assigned on the FW. The non working cases need some magic to correctly rewrite the incomming packet since the rewriting would happen outbound which is too late. "time to get it in" deraadt@ | |||
2009-10-06 | Replace if (af) tests operating as an af blacklist with stricter switch | Ryan Thomas McBride | |
statements operating as a whitelist, taking care to allow af 0 (which is the wildcard value in pf rules) diff from Vadim Zhukov ok henning | |||
2009-10-06 | Remove hack that helped us to work on Lenovo X200, as of last commit the phy | Dariusz Swiderski | |
gets detected properly. tested by ckuethe@ and jdixon@ ok by claudio@ | |||
2009-10-05 | Remove dead, never reached code. | Dariusz Swiderski | |
ok by drahn@ |