Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2001-01-29 | Add wdc_print_current_modes to print current transfer modes set on the | Constantine Sapuntzakis | |
devices. Print after attach in wdc_isa, wdc_isapnp, wdc_pcmcia. pciide_print_modes rewritten to use wdc_print_current_modes. Disable wdc_print_caps since it's not as useful. Inspired by NetBSD. Thanks to Dale and Theo for pointing out this improvement. | |||
2001-01-27 | ignore swizzling on i386. | Michael Shalayeff | |
this is needed for interrupt mapping code to be able to program the device and the pci interrupt router for the interrupt. | |||
2001-01-27 | introduce and use a flag indicating that interrupts are | Michael Shalayeff | |
enabled for this cbb. essentially this means that cbb driver has completed it's initialization and is ready to treat interrupts. this was exposed by ccb's sharing their interrupt and pccbbintr() being called for cbb which has not completed attachment due to interrupt sharing. | |||
2001-01-27 | sync | Theo de Raadt | |
2001-01-27 | split vendor & product lists into 2 tables, saving 12K | Theo de Raadt | |
2001-01-26 | constify BA1 | Michael Shalayeff | |
2001-01-26 | constify neo-coefficents | Michael Shalayeff | |
2001-01-26 | regen | Michael Shalayeff | |
2001-01-26 | constify pci_knowndevs | Michael Shalayeff | |
2001-01-25 | spelling | Todd T. Fries | |
2001-01-24 | sync | Theo de Raadt | |
2001-01-24 | another ati card | Theo de Raadt | |
2001-01-24 | sync | Theo de Raadt | |
2001-01-24 | transmeta cpu fake pci devices | Theo de Raadt | |
2001-01-24 | regen with correct rcs id | Todd C. Miller | |
2001-01-24 | Matrox G450 uses the same PCI id as the G400 | Todd C. Miller | |
2001-01-23 | sync | Chris Cappuccio | |
2001-01-23 | AMD 755, 766 | Chris Cappuccio | |
2001-01-23 | Add support for Initio INI-91xx SCSI Cards | Kenneth R Westerback | |
2001-01-23 | sync | Theo de Raadt | |
2001-01-23 | new ibm framebuffer | Theo de Raadt | |
2001-01-22 | from NetBSD: only pass one byte for control register handle (Manuel Bouyer) | Chris Cappuccio | |
2001-01-22 | sync | Aaron Campbell | |
2001-01-22 | Another TI FireWire product. | Aaron Campbell | |
2001-01-22 | fix pretty print | Theo de Raadt | |
2001-01-22 | pretty print even during failure conditions | Theo de Raadt | |
2001-01-22 | sync | Theo de Raadt | |
2001-01-22 | more intel devices | Theo de Raadt | |
2001-01-22 | sync | Theo de Raadt | |
2001-01-22 | fix typo | Theo de Raadt | |