Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-04-29 | add $ tag | Kenneth R Westerback | |
2000-04-27 | Whoops | Chris Cappuccio | |
2000-04-27 | Remove mtu cruft | Chris Cappuccio | |
2000-04-27 | Fix SIOCSIFMTU | Chris Cappuccio | |
2000-04-26 | Turn on a bit (for 82558/82559 only) which disables the chip's | Chris Cappuccio | |
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@ | |||
2000-04-26 | we've done an oops | Michael Shalayeff | |
2000-04-26 | After the fxp split, sizeof(enaddr) is now 4, not 6, since enaddr is a pointer | Aaron Campbell | |
that's passed in from the bus-dependent parts. Use ETHER_ADDR_LEN so we get the whole thing; sigh@kuzirabekon.econ.nagasaki-u.ac.jp | |||
2000-04-26 | dc_csid ain't needed no more; jason@ ok | Michael Shalayeff | |
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 | |
size (not working yet), useful for 100mbit cards. * add some diagnostic messages * compute the xmit buffer length w/o taking crc length in count * when SIOCSIFFLAGS is issued and none of the above conditions match, check for IFF_UP rather than sc_enabled. | |||
2000-04-19 | indent. | Federico G. Schwindt | |
2000-04-19 | Fix a bug introduced after cardbus commit where uart16550a was | Federico G. Schwindt | |
being detected as uart16450 as side effect. This also corrects the posibility of misdetection of vadem controllers. | |||
2000-04-18 | split dc driver into bus dependent and bus independent (pci) parts | Jason Wright | |
(cardbus to come later). | |||
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 | |
it produces 1 byte at a time and has no ready irq, thus timeout driven. in fact w/ default hz=100 it produces up to 60% of gross entropy production in an average loaded desktop system. | |||
2000-04-10 | Added support for wd detach (merge from NetBSD). Support for | Constantine Sapuntzakis | |
SCSI/ATAPI detach is not here yet. Minor cleanup of wdc. Downgrade to UDMA mode 1 before going further. Want to stay in UDMA modes because they're more error-resilient due to a CRC. Got rid of some of the ridiculous amount of softc sharing going on. Hopefully, this will make the life of whoever goes in and fixes the ref-counting to be correct easier. | |||
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell | |
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic. | |||
2000-04-06 | Get FC connection topology out of f/w during startup. Reset restriction | mjacob | |
against targets < 129 if we're on a Public Loop- we can have those, yes. Fix all the settings isp_sendmarker all throughout this file to OR in the bus that we are trying to synchronize (e.g., after a bus reset)- this way we don't wipe out pending sendmarker settings that haven't been done yet. | |||
2000-04-06 | Remove restriction against bus resets for Ultra3 cards (and what | mjacob | |
would have been for Ultra2)- we've fixed the problem in isp_control. | |||
2000-04-06 | Roll internal revision level. Put in Fibre Channel topology storage | mjacob | |
and definitions. | |||
2000-04-06 | hide debugging printfs | Michael Shalayeff | |
2000-04-05 | Changed boot messages and fixed Ultra160 boot messages. | Steve Murphree | |
AHA-29160 Ultra160 verified working. | |||
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 | |
that carr_freelist always has a carrier on it. This should fix a problem where carr_freelist has become NULL and then AdvISR() attempts to put a carrier back on the list without checking if carr_freelist is non-NULL. This and the previous two changes to adwlib.c and the change committed to adw.c at the same time were derived in whole or part from work done by/with dante@ from NetBSD. | |||
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 | |
two months of work. | |||
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 | |
happen is that the SCSI bus reset, even after several seconds delay, seems to cause the Qlogic to then destroy several subsequent commands (which, ha ha, happen during probing for devices). I dunno why this is- some Qlogic f/w problem that we need to step around. | |||
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 | |
wipe out the whole marker flag when a bus event happens on one channel- just or in the channel that needs to have a marker sent. Correctly mark a PORT CHANGED error with a 'selection timeout'. | |||
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 | |
without it, junk pointer in m->m_pkthdr.tdbi may bite us. | |||
2000-02-20 | Add 12160 (Ultra3) support. Add files and changes for target mode support. | mjacob | |
Do some SNS fabric suppor tchanges. Roll revision levels. Tested on GENERIC i386 && sparc. | |||
2000-02-19 | If we got an xfer from our backlog queue, don't allow sleeping; we're in | Todd C. Miller | |
interrupt context. thorpej@netbsd.org | |||
2000-02-19 | From NetBSD: | Todd C. Miller | |
Check for SCSI_ADW_WDTR_DISABLE flag in tidmask not tid | |||
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 | |