Age | Commit message (Expand) | Author |
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 |
2006-12-09 | Do not make sun terminal emulation selected by the wsemul_sun frame buffer | Miod Vallat |
2006-12-09 | Enable udcf(4). | Marc Balmer |
2006-12-09 | sigh, split the bus space mapping and interrupt hookup apart so i can | David Gwynne |
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 |
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 |
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 |
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino |
2006-12-09 | Like the earlier change to powernow-k7.c check for both the regular cpuid | Gordon Willem Klok |
2006-12-08 | A more permanent solution to setperf methods returning error values and | Gordon Willem Klok |
2006-12-08 | whitespace | Jun-ichiro itojun Hagino |
2006-12-08 | typo in comment. from kame | Jun-ichiro itojun Hagino |
2006-12-08 | Fix kernel link warning on i386 about boothowto being overridden, by | Dimitry Andric |
2006-12-08 | unifdef -UCOMPAT_RFC1883 (ancient) | Jun-ichiro itojun Hagino |
2006-12-08 | leftover from interface-local multicast change. | Jun-ichiro itojun Hagino |
2006-12-08 | First round of evil macro removal. _acx_set_##name##_tmplt bites the dust. | Claudio Jeker |
2006-12-08 | regen | Gordon Willem Klok |
2006-12-08 | Add the Broadcom BCM5787F PCI id. | Gordon Willem Klok |
2006-12-08 | From Jon Simola <simola@mecha.com>: | Marcus Glocker |
2006-12-08 | scsibus_attach_args not scsi_attach_args for saa in | Thordur I. Bjornsson |
2006-12-08 | If we receive a rate of 0 from the AMRR rate adaption code, set the | Marcus Glocker |
2006-12-07 | Fix some channel tweaks; e.g. solves a bug which sets the channel to 40 | Marcus Glocker |
2006-12-07 | attach Novatel Merlin U740 to ubsa | Felix Kronlage |
2006-12-07 | regen | Michael Knudsen |
2006-12-07 | Add Broadcom BCM5787F. | Michael Knudsen |
2006-12-07 | some cleanup for axe(4): | Reyk Floeter |
2006-12-07 | use LINK_STATE_IS_UP(ifp0->if_link_state) instead of | Reyk Floeter |
2006-12-07 | http://www.ralinktech.com/ domain name is for sale. | Damien Bergamini |
2006-12-07 | remove unused code, fix style and spacing, tidy up ioctl path | Martin Reindl |
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 |
2006-12-06 | Implement em_read_pcie_cap_reg(), where we set the max read size on | Reyk Floeter |
2006-12-06 | Enable mc and mesh in RAMDISK as well, as pointed out by brad@ its pretty | Gordon Willem Klok |
2006-12-06 | starfire ethernet works here now | Martin Reindl |
2006-12-06 | - de-static | Martin Reindl |
2006-12-06 | Enable mesh and mc device drivers in GENERIC, booting on old world macs is | Gordon Willem Klok |
2006-12-06 | replace Adaptec AIC-6915 Starfire driver with the fully bus_dma(9)-able | Martin Reindl |
2006-12-06 | From Jon Simola <simola@mecha.com>: | Marcus Glocker |
2006-12-06 | fix some multi-line comments and printfs | Martin Reindl |
2006-12-06 | nfs_readdirplusrpc(): | Thordur I. Bjornsson |
2006-12-06 | malloc(..., M_NOWAIT) with no NULL check is bad. If allocation fails, | Michael Knudsen |
2006-12-06 | When compiled with UDCF_DEBUG, only output the bits received when | Marc Balmer |