Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-22 | sync | Chris Cappuccio | |
2001-02-22 | Comments may not exist on 'product' or 'vendor' lines | Chris Cappuccio | |
2001-02-21 | sync | Chris Cappuccio | |
2001-02-21 | Make dmesg prettier, ok deraadt@ | Chris Cappuccio | |
all your base are belong to us | |||
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-20 | sync with freebsd: | Jason Wright | |
use LIST_FOREACH construct instead of homebrew loop | |||
2001-02-20 | add mii support to if_vr (mostly from FreeBSD) | Jason Wright | |
also sync with other FreeBSD changes | |||
2001-02-20 | Use table driven device list | Jason Wright | |
Add Dlink 530TX+ (thanks to Jarrett Byrnes <jearbear@arrr.net> for testing) | |||
2001-02-20 | sync | Jason Wright | |
2001-02-20 | Dlink 530TX+ | Jason Wright | |
2001-02-20 | Tone down the verbosity level on the siop driver, print negotiation | Kenneth R Westerback | |
results on one line, during boot polling only. Force wide/sync negotiations for all targets during boot. Delete extraneous name field and associated strings that duplicate info provided in INQUIRY data. Actually timeout during polling rather than wait forever for ITSDONE. Remove unneeded check for SCSI_POLL before calling scsi_done(). Makes logic conform to other drivers. | |||
2001-02-18 | shorten message | Theo de Raadt | |
2001-02-18 | sync | Theo de Raadt | |
2001-02-18 | new | Theo de Raadt | |
2001-02-17 | no need for seperate variable to hold ethernet address... that's what | Jason Wright | |
ac_enaddr is for | |||
2001-02-17 | sync with freebsd up to switch to mii | Jason Wright | |
also increase the delay for accessing the eeprom (seems it needs a bit longer to get ether address settled). | |||
2001-02-15 | Import siop, a replacement for the ncr SCSI driver, from NetBSD. | Kenneth R Westerback | |
Written for NetBSD by Manuel Bouyer. Tested with various cards on i386 and alpha. Outstanding issue: doesn't work with PowerPC yet. | |||
2001-02-14 | Change output to fit OpenBSD. | Federico G. Schwindt | |
2001-02-14 | sigh. add $OpenBSD$. | Federico G. Schwindt | |
2001-02-14 | Support for AMD Am53c974 SCSI controllers; from NetBSD. | Federico G. Schwindt | |
Thanks to Quentin Barnes <qbarnes@urbana.css.mot.com> for his help. | |||
2001-02-12 | Sync up with other platforms - use a common string to complain about | mjacob | |
lack of parameter memory. Set logging defaults sanely. Set default node && port WWNs separate from other platforms. Make sure we set up HBA role correctly. | |||
2001-02-09 | Tickle D0 power state so the cs4281 works after reboots from Windows 2000. | Aaron Campbell | |
From NetBSD, tested on a dual-boot IBM ThinkPad X20. | |||
2001-02-09 | Add PCI Power Management Control Register definitions; from NetBSD. | Aaron Campbell | |
2001-02-09 | Handle vr_encap() failure. From FreeBSD. | Aaron Campbell | |
2001-02-09 | Add support for parsing the media blocks from the SROM on the 21143 adapters. | Aaron Campbell | |
These changes should make the driver work with the built-in Ethernet on the Alpha Miata machines. From FreeBSD. To make sure I didn't break anything (and as a general test), I tested the modified driver with the following dc(4) variants: Macronix PMAC 98715, Lite-On PNIC, Lite-On PNIC-II, ADMtek AL981, and ADMtek AN983. | |||
2001-02-07 | ok, commit this since it most likely to work; i guess now it will get tested ↵ | Michael Shalayeff | |
a little bit sooner than in a few months; 10x brad@ | |||
2001-02-06 | Laptop ICH2 IDE | Chris Cappuccio | |
2001-02-06 | sync | Chris Cappuccio | |
2001-02-06 | Laptop ICH2 IDE | Chris Cappuccio | |
2001-02-03 | new timeouts; this makes whole pci new timeouts user | Michael Shalayeff | |
2001-02-03 | fix the comment | Michael Shalayeff | |
2001-02-03 | new timeout, even not in generic | Michael Shalayeff | |
2001-02-03 | new timeout, space control | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-03 | new timeouts | Michael Shalayeff | |
2001-02-02 | The read/write indication bit in DMAERR reg is bit 1, not bit 0 | Jason Wright | |
also, add a mask for the address portion of DMAERR and use it | |||
2001-02-01 | adapt to wscons type changes. | Artur Grabowski | |
2001-02-01 | Do not attempt to attach cards that have unsupported (i.e., non-5, non-3) | Aaron Campbell | |
voltages. Fixes the problem with those silly SCM Microsystems PCI-CardBus dock boards that are often shipped with Lucent WaveLAN cards. Thanks to drahn@openbsd.org for testing and dave@arbor.net for originally reporting the problem. | |||
2001-01-31 | Allocate shared memory via the bus_dmamem/bus_dmamap interface; makes le | Thorsten Lockert | |
interface work under VMware as an additional bonus. ok theo@ | |||
2001-01-31 | based on art's sparc patch: | Jason Wright | |
mmap should return -1 on failure, not EOPNOTSUPP. As it was now, an mmap of /dev/mem always returned page 45. | |||
2001-01-31 | before copying the packet header, make sure we actually got the mbuf | Jason Wright | |
2001-01-30 | KNF from niklas@. :) | Hakan Olsson | |
2001-01-29 | Generate less random data. Suggested by mickey@. | Hakan Olsson | |
2001-01-29 | Driver for the Pijnenburg PCC-ISES crypto chip. For now, it only generates | Hakan Olsson | |
random data for the system entropy pool. No crypto yet. | |||
2001-01-29 | init the interface before interrupt establishment; and change to OpenBSD ↵ | Theo de Raadt | |
printing "rules" | |||
2001-01-29 | grab rng stuff more often (now 6400bytes/sec) | Jason Wright | |
document the other mcr2 operations and fix a printf (luckily it's never been called =) | |||
2001-01-29 | - add infrastructure for dealing with the key generator (MCR2) | Jason Wright | |
- add support for the onboard rng using that structure - add a interrupt status mask (differs for 5501 and 5601) - reorganize slightly to take into account that MCR1 isn't the only reason for interrupts. |