summaryrefslogtreecommitdiff
path: root/sys/dev/ic
AgeCommit message (Expand)Author
2000-04-27WhoopsChris Cappuccio
2000-04-27Remove mtu cruftChris Cappuccio
2000-04-27Fix SIOCSIFMTUChris Cappuccio
2000-04-26Turn on a bit (for 82558/82559 only) which disables the chip'sChris Cappuccio
2000-04-26we've done an oopsMichael Shalayeff
2000-04-26After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointerAaron Campbell
2000-04-26dc_csid ain't needed no more; jason@ okMichael Shalayeff
2000-04-19Remove NetBSD ifdefs here too.Federico G. Schwindt
2000-04-19Remove NetBSD ifdefs.Federico G. Schwindt
2000-04-19* use different numbers of transmit buffers depending on the memoryFederico G. Schwindt
2000-04-19indent.Federico G. Schwindt
2000-04-19Fix a bug introduced after cardbus commit where uart16550a wasFederico G. Schwindt
2000-04-18split dc driver into bus dependent and bus independent (pci) partsJason Wright
2000-04-18split fxp into bus independent and dependent (pci) parts (cardbus to come)Jason Wright
2000-04-18Set MII parameters for the other 3Com CardBus cards, not just 'C' revision.Aaron Campbell
2000-04-12Disable DAC, Output, and Record mute by defaultConstantine Sapuntzakis
2000-04-10add support for true RNG presented on the i82802 FWH.Michael Shalayeff
2000-04-10Added support for wd detach (merge from NetBSD). Support forConstantine Sapuntzakis
2000-04-08Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyAaron Campbell
2000-04-06Get FC connection topology out of f/w during startup. Reset restrictionmjacob
2000-04-06Remove restriction against bus resets for Ultra3 cards (and whatmjacob
2000-04-06Roll internal revision level. Put in Fibre Channel topology storagemjacob
2000-04-06hide debugging printfsMichael Shalayeff
2000-04-05Changed boot messages and fixed Ultra160 boot messages.Steve Murphree
2000-04-04Import tagging code and try to resolve locking problem.Steve Murphree
2000-04-03Set the default node name to "OpenBSD".Aaron Campbell
2000-04-03aironet 802.11 ds driver from freebsd, isa and pci are missingMichael Shalayeff
2000-04-03Bring code into line with comment and ensureKenneth R Westerback
2000-04-02Stop losing carriers during bus reset, by not re-init'ing icq_sp/irq_spKenneth R Westerback
2000-04-02AdvSendIdleCmd() not re-entrant - use splbio()/splx(). Two typos.Kenneth R Westerback
2000-04-02adw_intr should only claim adw interrupts. Two typos.Kenneth R Westerback
2000-03-22new ahc driver. Adds suport for newer Adaptec controllers. This represents ...Steve Murphree
2000-03-15more smurph damage controlTheo de Raadt
2000-03-14sloppy smurph, leaving debug garbage behind...Theo de Raadt
2000-03-10increased buffer size.Steve Murphree
2000-03-05Don't issue an initial SCSI bus reset for Ultra3 cards. What seems tomjacob
2000-03-05roll minor revision levelmjacob
2000-03-05Clean up some error messages so that the channel source is printed. Don'tmjacob
2000-03-01Proper bus_dma usage, fixes cache incosistenciesNiklas Hallqvist
2000-02-25clear m->m_pkthdr when changing mbuf type to M_PKTHDR.Jun-ichiro itojun Hagino
2000-02-20Add 12160 (Ultra3) support. Add files and changes for target mode support.mjacob
2000-02-19If we got an xfer from our backlog queue, don't allow sleeping; we're inTodd C. Miller
2000-02-19From NetBSD:Todd C. Miller
2000-02-13Handle out-of-bounds errors correctlyNiklas Hallqvist
2000-02-13%u for unsignedNiklas Hallqvist
2000-02-12Fix a locking bug, and a size boundary conditionNiklas Hallqvist
2000-02-07make it compilable without "options DEBUG"Jun-ichiro itojun Hagino
2000-02-07sync with netbsd. ok @deraadtKenneth R Westerback
2000-02-07Rough but working driver for ICP-Vortex RAIDNiklas Hallqvist
2000-02-05support new u2w cards; dante@mclink.it, merged by kwesterback@home.comTheo de Raadt