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