Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-24 | make sure the array of chars we pass aps_do_io() in aps_match() is | Jonathan Gray | |
unsigned, like all the other callers of aps_do_io in aps do. | |||
2009-05-24 | Support hardware checksumming, from FreeBSD. | Christian Weisgerber | |
Enable for IP/UDP/TCP receipt and IP transmit. Keep disabled for UDP/TCP transmit because it breaks with pf(4) rdr. ok sthen@ | |||
2009-05-24 | declare a variable at the start of bwi_dma_free() instead | Jonathan Gray | |
of several times throughout the function, in and outside of a loop. | |||
2009-05-24 | Mention broken cursor drawing. | Marcus Glocker | |
2009-05-24 | regen | Marcus Glocker | |
2009-05-24 | List product name instead chip type. | Marcus Glocker | |
2009-05-24 | regen | Stuart Henderson | |
2009-05-24 | - rename Audiovox vendor to Hyundai | Stuart Henderson | |
- add Pantech UM175 to umsm(4) from Dan Colish on tech@; ok jsg. | |||
2009-05-24 | attach to more devices. | Damien Bergamini | |
2009-05-24 | regen | Damien Bergamini | |
2009-05-24 | 10 new RT3070/RT3072 product ids. | Damien Bergamini | |
one new vendor id (Encore). | |||
2009-05-24 | If flags to bind_page include BUS_DMA_COHERENT, set the snooped bit on | Owain Ainsworth | |
the pte. This is currently unused, but will be used soon. | |||
2009-05-24 | Instead of using magic numbers, define the bits that we set in gtt ptes | Owain Ainsworth | |
and use those defines. | |||
2009-05-23 | match on D-Link DWA-130 rev D1 | Jonathan Gray | |
2009-05-23 | regen | Jonathan Gray | |
2009-05-23 | D-Link DWA-130 rev D1. | Jonathan Gray | |
2009-05-23 | Remove redefinition of ETHER_ADDR_LEN. | Jonathan Gray | |
2009-05-23 | remove PCI vendor/product defines which duplicate those in pcidevs | Jonathan Gray | |
2009-05-23 | FALL THROUGH -> FALLTHROUGH to appease lint | Jonathan Gray | |
2009-05-23 | Seems I confused Mb and MB and was in too much of a rush when I | Jonathan Gray | |
added the DDR3 bits. Take into account more of the spd data and compute DDR3 module size in a way similiar to NetBSD so it comes out correctly. Tested by Olivier Cherrier and Christian Stuermer. | |||
2009-05-22 | Add Unitek Y-2240. -moj | Mats O Jansson | |
2009-05-22 | Regen. -moj | Mats O Jansson | |
2009-05-22 | Yet another udl device. -moj | Mats O Jansson | |
2009-05-21 | The only value that d_npartitions should have is MAXPARTITIONS. | Kenneth R Westerback | |
2009-05-21 | add support for BCM576x, 577xx, and some new 572x/578x devices. | Stuart Henderson | |
from Brad; testing by phessler, naddy, myself and others on a range of older and newer devices. ok dlg@. | |||
2009-05-21 | regen | Stuart Henderson | |
2009-05-21 | add BCM5784, from Brad. | Stuart Henderson | |
2009-05-21 | Add König CMP-USBVGA10. -moj | Mats O Jansson | |
2009-05-21 | Regen. -moj | Mats O Jansson | |
2009-05-21 | yet another udl device. -moj | Mats O Jansson | |
2009-05-21 | always set VR_RXCFG_RX_MULTI when setting the chip into promiscuous | Stuart Henderson | |
mode; VR_RXCFG_RX_PROMISC isn't enough to allow reception of multicast frames. Discussed with Brad, ok dlg@. | |||
2009-05-21 | Add ForwardVideo EasyCAP008. -moj | Mats O Jansson | |
2009-05-21 | Regen. -moj | Mats O Jansson | |
2009-05-21 | Another udl device. -moj | Mats O Jansson | |
2009-05-20 | Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since | Miod Vallat | |
not all Sun mice run at the canonical 1200 bps, hop between 1200, 4800 and 9600 bps by paying attention to breaks on the line. Attachement and engine code written 7 years ago for OpenBSD/sparc, except for sparc64 com(4) attachment. Speed hop idea borrowed from Opensolaris. This allows sparc and sparc64 users to run X11 without needing a configuration file anymore, as it was in the XFree86 3.x days. Multihead configurations will still need a minimal configuration file, though. | |||
2009-05-20 | add code to read from OTPROM (1000 and 6000 series only). | Damien Bergamini | |
2009-05-19 | Hercules HWNU-300 is a run(4). | Damien Bergamini | |
2009-05-19 | Hercules HWNU-300 is a run(4). | Damien Bergamini | |
2009-05-18 | regen | Marcus Glocker | |
2009-05-18 | Add support for the DisplayLink USB<->DVI Adapter. | Marcus Glocker | |
2009-05-18 | the block size must be multiple of the pci burst size (overwise | Alexandre Ratchov | |
dma pointers can overrun) | |||
2009-05-18 | fix reading from e-fuse rom (>= RT3070 only). | Damien Bergamini | |
tested by robert@ | |||
2009-05-17 | recognize more Analog Devices codecs | Jacob Meuser | |
2009-05-15 | TOD clock support for IOC3 flavours with DS174x chips (which are rebadged | Miod Vallat | |
MK48Txx). Entangled with preliminary changes which will hopefully eventually lead to power(4) attaching on IP30 (but not finished yet). | |||
2009-05-15 | On the Intel 82801BAM Hub-to-PCI, pass the main PCI io and mmio extents if | Mark Kettenis | |
there are no windows enabled. Restores CardBus functionality on some machines with Intel chipsets. | |||
2009-05-15 | properly identify the RT3052 radio (dual-band 2T2R) in dmesg. | Damien Bergamini | |
2009-05-15 | update run(4) microcode. | Damien Bergamini | |
split it into two separate files while i'm at it since there are actually two different firmwares (one for RT2870/RT3070 and one for >=RT3071). | |||
2009-05-15 | attach to more devices; we now have 113 usb ids. | Damien Bergamini | |
2009-05-15 | regen | Damien Bergamini | |
2009-05-15 | more run(4) usb ids. | Damien Bergamini | |
one new vendor id for "Amigo Technology". |