Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | sync | Theo de Raadt | |
2005-09-30 | nicer names | Theo de Raadt | |
2005-09-30 | sync | Dale Rahn | |
2005-09-30 | oops, rev. | Dale Rahn | |
2005-09-29 | sync | Dale Rahn | |
2005-09-29 | Devices on G5 tower | Dale Rahn | |
2005-09-29 | Add support for Shasta GMAC. | Mark Kettenis | |
ok drahn@ | |||
2005-09-29 | Add support for the VIA VT1211 watchdog timer, not tested. | Alexander Yurchenko | |
If you have a board that really uses this watchdog please give it a try. | |||
2005-09-29 | sync | Theo de Raadt | |
2005-09-29 | 2 more cdce devices | Theo de Raadt | |
2005-09-28 | add support for the nokia 6680 with a ca-42 cable. | David Gwynne | |
When looping over all the descriptors to fund functional descriptors for CM, ACM, and UNION, I make sure to only look for these descriptors in the interface number we are using. At least on the 6680, there are lots of interfaces, and more than one of them have UNION and ACM functional descriptors. Only the ones at the CDC/ACM/AT interface are the ones to use... diff from Staffan Ulberg, on top of a diff from Tony Lambiris | |||
2005-09-27 | More non-emulating wsdisplay tentacles removal. | Miod Vallat | |
2005-09-27 | enable support for gigabit adapters; it works reliably with USB1 but | Jolan Luff | |
seems to stall under some conditions with USB2 so you may wish to disable ehci in the mean time ok dlg@ jsg@ | |||
2005-09-26 | minor knf | Theo de Raadt | |
2005-09-26 | Share com probe code between com and pccom; allows us to get rid of awkward | Miod Vallat | |
code duplication in cardbus, pcmcia and puc attachments. Joint effort with fgs@; blessed deraadt@ | |||
2005-09-26 | Enable the USB softintr code on platforms which __HAVE_GENERIC_SOFTINTERRUPTS. | Miod Vallat | |
go ahead deraadt@ | |||
2005-09-26 | allocate and map the mbox separately to the iocmds used by the ccbs. | David Gwynne | |
2005-09-25 | regen | Mark Kettenis | |
2005-09-25 | Add stuff found in iMac G5. | Mark Kettenis | |
ok deraadt@ | |||
2005-09-25 | Change 21040 modes slightly. | Brad Smith | |
From matt NetBSD | |||
2005-09-25 | Remove some duplicate definitions. | Brad Smith | |
From mycroft NetBSD | |||
2005-09-25 | shuffle some stuff around | Brad Smith | |
2005-09-25 | remove TULIP_PCI_ATTACH_ARGS and TULIP_SHUTDOWN_ARGS | Brad Smith | |
2005-09-25 | 1.83 again: | David Gwynne | |
fix ami_drv_inq so it uses ami_cmd's ability to use an arbitrary kernel buffer for passthrough io rather than setting its own up. | |||
2005-09-25 | 1.82 again; dont use the scsi xfer to decide if we should dma_sync. | David Gwynne | |
instead use generic variables in the ccb so commands not originating from the scsi layer can be handled by ami_done as well. this version does not freeze like 1.82. the secret seems to be to go ami_put_ccb before scsi_done. | |||
2005-09-25 | remove more indirection through typedef's and macros | Brad Smith | |
2005-09-25 | - delint: zero sized array initalisation is a gccism | Brad Smith | |
- move timeout_set() from tulip_attach() to tulip_pci_attach() - free -> freedescs in tulip_txput() - remove duplicate flag setting in tulip_2114x_media_preset() TULIP_MEDIA_10BASET_FD switch case - some cleaning reduces the delta from the NetBSD driver |