Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-11 | give the function prototypes a bit more room for the return type. | David Gwynne | |
2006-12-11 | Only disarm the watchdog if we really want to, not before each re-trigger. | Marc Balmer | |
2006-12-11 | Shorten the code, but no functional changes. | Marc Balmer | |
2006-12-11 | per port register definitions | David Gwynne | |
2006-12-11 | fix %b format string now that deraadt fixed printf | David Gwynne | |
2006-12-11 | stash the field showing which ports are hooked up, and dump it if verbose | David Gwynne | |
debug is on | |||
2006-12-11 | if ahci debug and verbose output is enabled, then dump the cap register. | David Gwynne | |
this also fixes a few reg definition errors i found after having them dumped. something seems really screwy with %b. i cant select the 32nd bit position using \x20 or \040, so im using \32 and the rest are octal (\oNN). hex (\xNN) seems really really borked, and the compiler doesnt like eating some of the dec ones (eg, \8BITNAME). | |||
2006-12-10 | Add missing argument to a DPRINTF call. | Claudio Jeker | |
2006-12-10 | Make sure the bit collecting is restarted after signal loss. | Marc Balmer | |
2006-12-10 | Do not attempt to access scsi_xfer fields after scsi_done() has been invoked. | Miod Vallat | |
2006-12-10 | restart collecting bits immediately after a parity error, i.e. use the frame | Marc Balmer | |
immediately following the corrupt one; there is no no need to skip it by waiting for the next minute gap and the sensor value has valid data one minute earlier than before. | |||
2006-12-10 | Re-arm signal loss detection only after we received a bit, not in itself. This | Marc Balmer | |
prevents the signal loss function from being called repeatedly when we have no signal. | |||
2006-12-10 | Faster synchronization after an unexpected minute gap. | Marc Balmer | |
Only look at the skew value if it is != 0. Remove some dead code. | |||
2006-12-10 | regen | Dimitry Andric | |
2006-12-10 | Add ATI RS200M AGP. | Dimitry Andric | |
2006-12-09 | Add USR5423. -moj | Mats O Jansson | |
2006-12-09 | Better describe the magic done by umass_fixup_sony(), okay krw@ | Pedro Martelletto | |
2006-12-09 | Add quirk for Sony DSC-W50 (which is UFI, not SCSI) and rearrange | Pedro Martelletto | |
umass_fixup_sony() a bit while there, okay krw@ | |||
2006-12-09 | Do not make sun terminal emulation selected by the wsemul_sun frame buffer | Miod Vallat | |
attribute anymore; remove it and use option WSEMUL_SUN instead, which gets added to all sparc* kernels. While there, do not compile vt100 emulation on sparc* kernels, this saves 16+ KB of text. ok deraadt@ | |||
2006-12-09 | sigh, split the bus space mapping and interrupt hookup apart so i can | David Gwynne | |
reset the controller and clear interrupts off it before doing the hookup. | |||
2006-12-09 | reset the hba and set the enable bit. | David Gwynne | |
2006-12-09 | figure out which revision of ahci we're trying to use and print it out. | David Gwynne | |
if we don't know about it, bomb out. | |||
2006-12-09 | split the mapping of the pci resources out of the main attach func | David Gwynne | |
2006-12-09 | add wrappers for safe access to the register space. stolen from arc (which | David Gwynne | |
stole them from mpi). | |||
2006-12-09 | add macros for debug shizz | David Gwynne | |
2006-12-09 | bit definitions for the cap and ghc registers | David Gwynne | |
2006-12-09 | registers for hba control | David Gwynne | |
2006-12-09 | the start of a driver for ahci controllers. this does nothing but map the | David Gwynne | |
register space and hook an interrupt up for the controller i have, but it is going into the tree so i can work on it. commit early, commit often | |||
2006-12-08 | First round of evil macro removal. _acx_set_##name##_tmplt bites the dust. | Claudio Jeker | |
OK mglocker@ | |||
2006-12-08 | regen | Gordon Willem Klok | |
2006-12-08 | Add the Broadcom BCM5787F PCI id. | Gordon Willem Klok | |
Add D-Link DGE-560SX and another Marvell Yukon (unknown model) PCI ids. From the Linux sky2 driver via brad@ | |||
2006-12-08 | From Jon Simola <simola@mecha.com>: | Marcus Glocker | |
Style and whitespace cleanup. | |||
2006-12-08 | If we receive a rate of 0 from the AMRR rate adaption code, set the | Marcus Glocker | |
TX rate to a minimum value of 1Mbit/s instead of doing a panic(). We don't know yet how the rate of 0 is produced in some conditions. ok claudio@ | |||
2006-12-07 | Fix some channel tweaks; e.g. solves a bug which sets the channel to 40 | Marcus Glocker | |
when switching into hostap mode. ok claudio@ | |||
2006-12-07 | attach Novatel Merlin U740 to ubsa | Felix Kronlage | |
ok dlg@ | |||
2006-12-07 | regen | Michael Knudsen | |
2006-12-07 | Add Broadcom BCM5787F. | Michael Knudsen | |
From brad. | |||
2006-12-07 | some cleanup for axe(4): | Reyk Floeter | |
- remove IFF_RUNNING check from axe_init() and check for the appropriate condition before calling axe_init(). - check for MTU too small, as done everywhere else. - remove unnecessary setting of error to 0, its initialized to 0 in axe_ioctl(). - use the IFQ_IS_EMPTY macro in axe_watchdog(). ok brad@ | |||
2006-12-07 | http://www.ralinktech.com/ domain name is for sale. | Damien Bergamini | |
use official url instead: http://www.ralinktech.com.tw/ | |||
2006-12-07 | remove unused code, fix style and spacing, tidy up ioctl path | Martin Reindl | |
from brad@ | |||
2006-12-07 | regenerated these with Merlin U740 id | Felix Kronlage | |
2006-12-07 | id for Novatel Wireless Merlin U740 | Felix Kronlage | |
2006-12-06 | - Move TX ring full sanity check further up and check the number of DMA | Reyk Floeter | |
segments from the DMA map, instead of counting the DMA segments in the for loop and breaking out later. - Unload the DMA map if encountering an error condition. Tested on amd64/i386/sparc64 ok brad@ mglocker@ | |||
2006-12-06 | Implement em_read_pcie_cap_reg(), where we set the max read size on | Reyk Floeter | |
PCIe to 4k. >From kmacy@FreeBSD Tested by mk@ and Johan Mson Lindman <tybollt at solace dot mh dot se> with the 82573 chipset. ok brad@ mglocker@ mk@ | |||
2006-12-06 | - de-static | Martin Reindl | |
- use pci_matchbyid, makes attaching way simpler ok brad@ reyk@ | |||
2006-12-06 | replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able | Martin Reindl | |
driver from NetBSD ok brad@ reyk@ additional testing Nick Nauwelaerts | |||
2006-12-06 | From Jon Simola <simola@mecha.com>: | Marcus Glocker | |
Add bus-specific config space read and write functions, this fixes the attach for ian@darwinsys.com and properly enumerates multiple cores. | |||
2006-12-06 | malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails, | Michael Knudsen | |
complain, clean up, and bail out of attach. input and ok gwk | |||
2006-12-06 | When compiled with UDCF_DEBUG, only output the bits received when | Marc Balmer | |
udcfdebug > 1. | |||
2006-12-05 | regen | Otto Moerbeek | |