Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-02 | add some NVidia cards. | Brad Smith | |
2005-10-02 | add hme | Brad Smith | |
2005-10-02 | spaces vs tab | Brad Smith | |
2005-10-02 | assert tx rate is non-null so we don't end up dividing by zero. | Damien Bergamini | |
2005-10-02 | avoid multiple calls to sc_enable(). cardbus_intr_establish() was called | Damien Bergamini | |
multiple times without calling cardbus_intr_disestablish() in between. | |||
2005-10-02 | pcn onto CD ramdisk, testing of regular ramdisk fits; spotted by ↵ | Theo de Raadt | |
kaoru@kaisei.org | |||
2005-10-02 | allows dhcpd to work when ral/ural is acting as a standalone AP (without | Damien Bergamini | |
bridging). it appears that ieee80211_input() enqueues packets in if_snd without calling if_start(). closes PR/4237 | |||
2005-10-02 | replace the two separate dmamem allocations for the passthrough commands | David Gwynne | |
and the scatter gather lists with a single allocation containing both. more importantly, actually sync the appropriate parts of this allocation when giving the commands to or taking the response from the device. tested by and ok krw@ | |||
2005-10-01 | remove return at the end of void function. | Brad Smith | |
2005-10-01 | Recognize 970 processor and provide a function/variable to determine if | Dale Rahn | |
the current processor is 64bit. | |||
2005-10-01 | update names. | Brad Smith | |
2005-10-01 | regen | Brad Smith | |
2005-10-01 | better names for Apple GMAC's. | Brad Smith | |
2005-10-01 | regen | Brad Smith | |
2005-10-01 | add a Broadcom BCM5701 with a Apple vendor id. | Brad Smith | |
From Linux tg3 driver | |||
2005-10-01 | add Broadcom BCM5421K2 | Brad Smith | |
2005-10-01 | regen | Brad Smith | |
2005-10-01 | add the Broadcom BCM5421K2 PHY found in the Apple K2 IC in the G5. | Brad Smith | |
2005-10-01 | oops, the include was just doing fine there | Martin Reindl | |
2005-10-01 | fix some comments and put if_devar.h include where it belongs | Martin Reindl | |
2005-10-01 | simplifiy esp_dafb_have_dreq() | Martin Reindl | |
from NetBSD | |||
2005-10-01 | load the BCM5401 DSP code for rev 0 and not rev 1. | Brad Smith | |
From: Linux sungem_phy driver. | |||
2005-10-01 | add Broadcom BCM5462 | Brad Smith | |
2005-10-01 | regen | Brad Smith | |
2005-10-01 | add the Broadcom BCM5462 PHY found in the Apple Vesta PHY IC in the iMac G5. | Brad Smith | |
2005-09-30 | Determine the number of attached devices from OF. | Mark Kettenis | |
Map enough memory for up to 8 devices. Handle unconnected interrupt lines. ok drahn@ | |||
2005-09-30 | Configure pci busses on ht too. | Mark Kettenis | |
2005-09-30 | i hate panic messages which do not print the value that was in error | Theo de Raadt | |
2005-09-30 | regen | Mark Kettenis | |
2005-09-30 | s/K2_UATA/K2_ATA/ | Mark Kettenis | |
ok drahn@ | |||
2005-09-30 | Add support for K2 GMAC. | Mark Kettenis | |
2005-09-30 | regen | Mark Kettenis | |
2005-09-30 | Fix typo. | Mark Kettenis | |
2005-09-30 | unless AMI_DEBUG is defined, dont compile in if statements that only there | David Gwynne | |
to see if we should DPRINTF. this has been bugging me for a while. | |||
2005-09-30 | sync the dma mapping for the data buffer in the right direction when | David Gwynne | |
sending commands | |||
2005-09-30 | spacing | David Gwynne | |
2005-09-30 | remove the dmamap used for iocmds since they were only copied into the | David Gwynne | |
mbox, no dma was ever performed on them. store them in the ccb instead. | |||
2005-09-30 | revert MAX_KMAPENT hack added just before 3.7 now that | Brad Smith | |
a proper fix has been implemented in uvm_mapent_alloc(). ok pedro@ | |||
2005-09-30 | remove old unused NRL IPv6 code. | Brad Smith | |
ok deraadt@ | |||
2005-09-30 | Make ddb's 'show uvmexp' print information about kmapent, okay deraadt@ | Pedro Martelletto | |
2005-09-30 | pretty print | Theo de Raadt | |
2005-09-30 | pretty print | Theo de Raadt | |
2005-09-30 | sync | Theo de Raadt | |
2005-09-30 | nicer names | Theo de Raadt | |
2005-09-30 | Allow fcn 1 to attach (mac-io on G5 tower) | Dale Rahn | |
2005-09-30 | sync | Dale Rahn | |
2005-09-30 | oops, rev. | Dale Rahn | |
2005-09-29 | G5 bridge. | Dale Rahn | |
2005-09-29 | sync | Dale Rahn | |
2005-09-29 | Devices on G5 tower | Dale Rahn | |