| Age | Commit message (Expand) | Author |
| 2007-06-21 | * Add bus_dmamap_sync calls for cmd structure. | fvdl |
| 2007-06-08 | Set DCR_TFT[01] and DCR_RFT[01] bits of DCR register for TX/RX thresholds | tsutsui |
| 2007-06-05 | Bring in changes from FreeBSD... | briggs |
| 2007-06-02 | In sonic_reset(), make sure to stop TX, RX and timer | tsutsui |
| 2007-06-02 | Sync tda_status and rda_status DMA descriptors also after they are polled | tsutsui |
| 2007-05-29 | Fix rtw(4) on NetBSD/macppc: use bus_space_write_region_stream_4() | dyoung |
| 2007-05-29 | Cosmetic: simplify a memset() statement, use __arraycount(), and | dyoung |
| 2007-05-29 | Simplify multicast filter programming, and take care to avoid | dyoung |
| 2007-05-26 | Clear interrupt status at once instead of piecemeal. | briggs |
| 2007-05-26 | Import code from FreeBSD to tell the controller how much physical RAM the | briggs |
| 2007-05-26 | Fix a typo in RFACT of the second 3.3Vcc of W83627EHF. From OpenBSD. | tsutsui |
| 2007-05-26 | Don't use pointers in device structures. | briggs |
| 2007-05-24 | Major update to isp(4) driver to bring it in line with external sources. | mjacob |
| 2007-05-24 | Some changes from the FreeBSD driver: | briggs |
| 2007-05-21 | Fix comments about the cf_flags layout and use macros to test whether | rumble |
| 2007-05-21 | Check in a workaround before I lose or forget about it: | rumble |
| 2007-05-18 | If the interrupt status register reads as 0xffff in rtk_intr, assume | joerg |
| 2007-05-18 | Make rtk_list_tx_init return void. The return value was constant and | joerg |
| 2007-05-12 | Split the ahcisata driver in pci front-end and bus-independant back-end. | bouyer |
| 2007-05-10 | Pull a fix for PCIe variants from FreeBSD's if_re.c rev 1.71: | tsutsui |
| 2007-05-08 | Missing __KERNEL_RCSID(). | xtraeme |
| 2007-05-08 | Split the ug(4) driver in three components: | xtraeme |
| 2007-05-08 | Report whether we're using DMA and what type on attach, since I keep losing | rumble |
| 2007-05-08 | The maximum FIFO depth on old WD33C93 parts is only 5, not 12 as on 93A and | rumble |
| 2007-05-08 | Enable Fast SCSI transfers for WD33C93B parts with appropriate input | rumble |
| 2007-05-03 | fix errors in MCCR1 register | nisimura |
| 2007-05-01 | tred->sensor is a u_int. | dogcow |
| 2007-05-01 | Add bio(4) and associated bioctl(8) from OpenBSD, a driver control block | bouyer |
| 2007-05-01 | Convert to using BITS macros, and add some additional defines for | garbled |
| 2007-05-01 | Add a set of register defines for the MPC106 PCI bridge. Adapted from | garbled |
| 2007-05-01 | Add a set of registers for the ibm 82660 pci bridge chip found in various | garbled |
| 2007-04-26 | Count tx/rx intrs. | matt |
| 2007-04-19 | Fix a debug printf. | xtraeme |
| 2007-04-19 | Add more debugging printfs, to see the raw data returned by | xtraeme |
| 2007-04-17 | Plug an mbuf leak. Found by inspection. | dyoung |
| 2007-04-17 | Remove bogus if_drain. If an attempt to reclaim mbufs was made the | skrll |
| 2007-04-16 | Make this compile with or without 'options ATADEBUG'. | dyoung |
| 2007-04-14 | Add envctrl(4): Sun Ultra Enterprise 450 environmental monitoring driver. | tnn |
| 2007-04-13 | Improve the transmit logic. Use bus_dma_load_mbuf on the entire mbuf and | matt |
| 2007-04-13 | Add AD1843 codec register defenitions, from OpenBSD. | jmcneill |
| 2007-04-12 | Make the members of the descriptors volatile, because the NIC and | dyoung |
| 2007-04-12 | Use PRIx64 and PRIx32 format strings. Remark about lack of DMA | dyoung |
| 2007-04-06 | If we fail to attach, use the size determined by pci_mapreg_map() rather | rumble |
| 2007-03-21 | Cleanup handling of quikrs on each RealTek chip: | tsutsui |
| 2007-03-17 | Let config(1) know that #define ATADEBUG goes in opt_ata.h. In | dyoung |
| 2007-03-15 | Some delicious copypasta from sys/dev/ic/vga.c, so that unichromefb will | dogcow |
| 2007-03-14 | sprinkle parentheses | macallan |
| 2007-03-13 | Use C99 struct initializers. | xtraeme |
| 2007-03-12 | Pass an ipl argument to pool_init/POOL_INIT to be used when initializing | ad |
| 2007-03-11 | fix missing initializers. | christos |