Age | Commit message (Expand) | Author |
2000-04-19 | Remove NetBSD ifdefs here too. | Federico G. Schwindt |
2000-04-19 | Remove NetBSD ifdefs. | Federico G. Schwindt |
2000-04-19 | * use different numbers of transmit buffers depending on the memory | Federico G. Schwindt |
2000-04-19 | indent. | Federico G. Schwindt |
2000-04-19 | Fix a bug introduced after cardbus commit where uart16550a was | Federico G. Schwindt |
2000-04-18 | split dc driver into bus dependent and bus independent (pci) parts | Jason Wright |
2000-04-18 | split fxp into bus independent and dependent (pci) parts (cardbus to come) | Jason Wright |
2000-04-18 | Set MII parameters for the other 3Com CardBus cards, not just 'C' revision. | Aaron Campbell |
2000-04-12 | Disable DAC, Output, and Record mute by default | Constantine Sapuntzakis |
2000-04-10 | add support for true RNG presented on the i82802 FWH. | Michael Shalayeff |
2000-04-10 | Added support for wd detach (merge from NetBSD). Support for | Constantine Sapuntzakis |
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell |
2000-04-06 | Get FC connection topology out of f/w during startup. Reset restriction | mjacob |
2000-04-06 | Remove restriction against bus resets for Ultra3 cards (and what | mjacob |
2000-04-06 | Roll internal revision level. Put in Fibre Channel topology storage | mjacob |
2000-04-06 | hide debugging printfs | Michael Shalayeff |
2000-04-05 | Changed boot messages and fixed Ultra160 boot messages. | Steve Murphree |
2000-04-04 | Import tagging code and try to resolve locking problem. | Steve Murphree |
2000-04-03 | Set the default node name to "OpenBSD". | Aaron Campbell |
2000-04-03 | aironet 802.11 ds driver from freebsd, isa and pci are missing | Michael Shalayeff |
2000-04-03 | Bring code into line with comment and ensure | Kenneth R Westerback |
2000-04-02 | Stop losing carriers during bus reset, by not re-init'ing icq_sp/irq_sp | Kenneth R Westerback |
2000-04-02 | AdvSendIdleCmd() not re-entrant - use splbio()/splx(). Two typos. | Kenneth R Westerback |
2000-04-02 | adw_intr should only claim adw interrupts. Two typos. | Kenneth R Westerback |
2000-03-22 | new ahc driver. Adds suport for newer Adaptec controllers. This represents ... | Steve Murphree |
2000-03-15 | more smurph damage control | Theo de Raadt |
2000-03-14 | sloppy smurph, leaving debug garbage behind... | Theo de Raadt |
2000-03-10 | increased buffer size. | Steve Murphree |
2000-03-05 | Don't issue an initial SCSI bus reset for Ultra3 cards. What seems to | mjacob |
2000-03-05 | roll minor revision level | mjacob |
2000-03-05 | Clean up some error messages so that the channel source is printed. Don't | mjacob |
2000-03-01 | Proper bus_dma usage, fixes cache incosistencies | Niklas Hallqvist |
2000-02-25 | clear m->m_pkthdr when changing mbuf type to M_PKTHDR. | Jun-ichiro itojun Hagino |
2000-02-20 | Add 12160 (Ultra3) support. Add files and changes for target mode support. | mjacob |
2000-02-19 | If we got an xfer from our backlog queue, don't allow sleeping; we're in | Todd C. Miller |
2000-02-19 | From NetBSD: | Todd C. Miller |
2000-02-13 | Handle out-of-bounds errors correctly | Niklas Hallqvist |
2000-02-13 | %u for unsigned | Niklas Hallqvist |
2000-02-12 | Fix a locking bug, and a size boundary condition | Niklas Hallqvist |
2000-02-07 | make it compilable without "options DEBUG" | Jun-ichiro itojun Hagino |
2000-02-07 | sync with netbsd. ok @deraadt | Kenneth R Westerback |
2000-02-07 | Rough but working driver for ICP-Vortex RAID | Niklas Hallqvist |
2000-02-05 | support new u2w cards; dante@mclink.it, merged by kwesterback@home.com | Theo de Raadt |
2000-02-05 | repair suspend/activate; extern rlnstop, rlninit | David Leonard |
2000-02-04 | Externalize comstop() | Angelos D. Keromytis |
2000-02-02 | Call xxx_init and xxx_stop on activate. | Federico G. Schwindt |
2000-02-02 | make the activate routines do xxstop() and xxinit() | Theo de Raadt |
2000-02-02 | Some KNF. Initialize shutdown just in case. | Federico G. Schwindt |
2000-02-01 | missed in last com.c commit, sc_ic usage was replaced w/ ia_ic where needed; ... | Michael Shalayeff |
2000-01-31 | Add support for 93C66 and 93C56 SEEPROM chips. | Tobias Weingartner |