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