Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-12 | more registers for the upcoming code; NetBSD. | Federico G. Schwindt | |
2000-06-12 | move cfdriver to ncr53c9x.c and device declaration to conf/files. | Federico G. Schwindt | |
2000-06-11 | apparently in order to write to config registers 1-3 you need to enable it | Federico G. Schwindt | |
first, so do it. also set the default media based on what's on the regs >from NetBSD. Someone with one of these please test the changes. | |||
2000-06-03 | remove fxp_ether_ioctl(), and move it's processing to fxp_ioctl(). | Jason Wright | |
2000-05-30 | sti hp graphics, available in pci and hp-prop sgc bus form factors. | Michael Shalayeff | |
attach point for wsdisplay. a few problems may exist w/ certain prom versions. tested in byte- and word-wide modes. no support yet for multiple resolutions and fonts. pci not tested (obviously). | |||
2000-05-30 | a few more codes ids from vendor docs | Michael Shalayeff | |
2000-05-30 | Changes from NetBSD: | Federico G. Schwindt | |
* support for ax88190 * set the memory size based on the ne2k type, changing the number of transmit buffers. * make ne2000_attach return some value so it can be used in pcmcia. * move code for dl10019 to the pcmcia part. | |||
2000-05-29 | Support for 3c574 and 3CCFEM556BI PCMCIA Ethernet; from NetBSD. | Aaron Campbell | |
2000-05-29 | preparing for AX88190 support; from NetBSD. | Federico G. Schwindt | |
2000-05-27 | add a few more codecs | Michael Shalayeff | |
2000-05-15 | driver for the databook isa/pcmcia bridge (commented out in GENERIC for now); | Jason Wright | |
from NetBSD. | |||
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 | |