summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2009-08-05fix pcic kthread creation timing.jun
2009-08-03Fix a typo inside a comment.snj
2009-08-02- fix TKIP, changes adapted from FreeBSDjmcneill
2009-07-27Do a complete device_t/softc split for the PCI attachment. I havedyoung
2009-07-27Support Marvell Hercules-I/II SATA Controllers.kiyohara
2009-07-25use __arraycount, kill N() macro.cegger
2009-07-19Support siisata@cardbus.kiyohara
2009-07-16Let us detach & re-attach children of mfi0. Detach mfi0 at shutdown.dyoung
2009-07-16device_t/softc split. Tested and shown to work on a Dell PowerEdgedyoung
2009-07-16Try to detach ancestors (sd0 at scsibus0, scsibus0 at mfi0), first,dyoung
2009-07-16Add a rudimentary detachment hook for mfi(4).dyoung
2009-07-13Support UCB1400.kiyohara
2009-07-04Further corrections for siisata.jakllsch
2009-07-04Remove unused elements from siisata_softc.jakllsch
2009-06-27Correct various siisata bugs, some old, some new.jakllsch
2009-06-25Update ISP driver to latest and greatest. Includes support for the 8Gb part.mjacob
2009-06-21Use PRO_PS and PRO_PCS correctly.jakllsch
2009-06-17make this build w/o SIISATA_DEBUGcegger
2009-06-17A few changes for siisata(4):jakllsch
2009-06-17Use abstracted FIS code for ahcisata(4). Have the FIS code pre-zero the FIS.jakllsch
2009-05-31Don't include <machine/mtpr.h> anymore since it has been removedhe
2009-05-31Two fixes for RX hwcsum on DESCV2 chips:tsutsui
2009-05-27Put back CVS header.rjs
2009-05-26Wrap some long lines. No functional change intended.dyoung
2009-05-22add two new functions for z8530tty: zs_chan_lock() and zs_chan_unlock(),mrg
2009-05-17Split device_t/softc.tsutsui
2009-05-16Make ahc_detach() take struct ahc_softc * as well as ahc_attach()tsutsui
2009-05-16- fix one more device_t/softc split botch in debug codetsutsui
2009-05-16Fix botch on device_t/softc split.tsutsui
2009-05-16Misc cleanup:tsutsui
2009-05-15Split device_t/softc.tsutsui
2009-05-13Pass correct size (after padding) to bus_dmamap_sync(9) for RX mbufstsutsui
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-05-11use device_xname()cegger
2009-05-11- rename RTK_HWREV_8102EL_SPIN2 -> RTK_HWREV_8103Etsutsui
2009-05-10- adjust comments for the previous changetsutsui
2009-05-10Misc bus_dma(9) related cleanup:tsutsui
2009-05-09Fix more pasto botch.tsutsui
2009-05-09Remove (wrong) function names by pasto from attach failure messages.tsutsui
2009-05-09Also check if cache line alignment is power of two in KASSERT().tsutsui
2009-05-09Use roundup2() macro to calculate cache line aligned offsets oftsutsui
2009-05-09Move allocation of DMA shared memory with bus_dma(9) opstsutsui
2009-05-07device_t/softc splitskrll
2009-05-07Use device_private().rjs
2009-05-07Add extra counter definitions (pointed out by Geoff Wing).jdc
2009-05-06Check for internal PHY first, so that it always attaches first, even whenjdc
2009-05-06add KASSERT to identify when PR kern/40734 happens again.cegger
2009-05-05Add support for i82596 Rev A chip which doesn't have the enhanced 32 bittsutsui
2009-05-05Added NE2000 with 8bit bus width support.nonaka