Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-08-03 | proper vga_* handling; pointed out by tholo@ | Michael Shalayeff | |
2001-08-02 | fix mmap. | Marc Espie | |
Add workaround for uvm brain-deadness (allow open O_RDWR, which is necessary for mmap to work, since mmap(PROT_WRITE) does NOT work on devices) | |||
2001-07-31 | License clarification from Eric S. Raymond. | Peter Valchev | |
In an email sent to us, he authorized us to change it. It is now BSD-licensed. | |||
2001-07-31 | Go down only one Ultra DMA mode at a time. Thanks to Matt Evans for | Constantine Sapuntzakis | |
suggesting this fix. Update atapiscsi Ultra DMA downgrade logic. | |||
2001-07-31 | On DMA timeouts, stop busmaster PCIIDE and reset channel. Avoid reading | Constantine Sapuntzakis | |
device registers as this may cause lock-ups on some chipsets Clean-up in atapiscsi. Get rid of claim_irq. Instead, atapiscsi always returns -1 (maybe) from the interrupt handler. | |||
2001-07-30 | sync | Theo de Raadt | |
2001-07-30 | attempt to match intel | Theo de Raadt | |
2001-07-30 | latest vortex device list; juergen.frick | Theo de Raadt | |
2001-07-27 | Back out. This is more complicated than I thought. | Artur Grabowski | |
2001-07-27 | sync | Theo de Raadt | |
2001-07-27 | shorten, once again. People: USE SHORT NAMES! | Theo de Raadt | |
2001-07-27 | sync | Theo de Raadt | |
2001-07-27 | new devs; loict@bougon.net | Theo de Raadt | |
2001-07-27 | Change how interrupts are acknowledged -- this is how the specification say | Thorsten Lockert | |
they should be acknowledged, and makes things work under VMware without the timeout problems. miod@ ok | |||
2001-07-27 | Allow mmap. Not really working correctly yet, but almost. | Artur Grabowski | |
2001-07-27 | Correct return values from audiommap. | Artur Grabowski | |
2001-07-27 | Startup hooks. Can be used for providing root/swap devices from device | Niklas Hallqvist | |
systems which want configuration to finish late, like I2O. Implemented via a general hooks mechanism which the shutdown hooks have been converted to use as well. It even has manpages! | |||
2001-07-27 | Yet another probe fix. Switch to the right drive before looking at registers | Constantine Sapuntzakis | |
2001-07-26 | regen | Brad Smith | |
2001-07-26 | add Broadcom BCM5700 Gigabit MAC | Brad Smith | |
2001-07-26 | make it compile on `other' endian machines | Michael Shalayeff | |
2001-07-25 | be carefull about initializing timeouts | Michael Shalayeff | |
2001-07-21 | regen | Nathan Binkert | |
2001-07-21 | Add Level1 and their LXT1001 (Now owned by Intel) | Nathan Binkert | |
2001-07-21 | Undo last fix to ata_wdc.c. Don't deregister timeout in generic code | Constantine Sapuntzakis | |
2001-07-21 | Don't hang on missing interrupts | Constantine Sapuntzakis | |
2001-07-21 | - don't allow wildcarded interrupts | Jason Wright | |
- use correct type (bus_addr_t) for iobase - if interrupt allocation fails, abort - clean up interrupt handler (again) | |||
2001-07-21 | - Clear all interrupts during initialization (shouldn't be necessary, but | Jason Wright | |
doesn't hurt). - Turn the dma queues on and off as needed. This results in fewer PCI aborts on 7751. | |||
2001-07-20 | Not mapping registers you know are there (even if they don't work) is a | Jason Wright | |
bad idea on ISA when you think about PCMCIA; pointed out by costa and mickey. | |||
2001-07-20 | Since the aborts seem recoverable (thus far), don't printf() about them, | Jason Wright | |
just maintain a counter. | |||
2001-07-20 | regen | Peter Galbavy | |
2001-07-20 | AMD 761/762 Host-PCI and PCI-PCI bridges | Peter Galbavy | |
2001-07-20 | regen | Peter Galbavy | |
2001-07-20 | add DLink DGE-550T GigE card | Peter Galbavy | |
2001-07-20 | Add pa_bus to pci_attach_args | Constantine Sapuntzakis | |
Better VIA IDE chipset handling. From NetBSD | |||
2001-07-19 | Fix slave ATAPI device detect broken by last patch | Constantine Sapuntzakis | |
2001-07-19 | AMD766 support with UDMA/100. Thanks to Peter Galbavy for the patch | Constantine Sapuntzakis | |
2001-07-18 | do not reset the volume after playback; landy@alumni.caltech.edu | Theo de Raadt | |
2001-07-18 | fix vtophys usage, mainly ppc-required; art@ ok and tried to ↵ | Michael Shalayeff | |
bribe^H^H^H^H^Hmotivate me to bussydma 'em too (; | |||
2001-07-18 | Enable reception of PCI abort interrupts and attempt to handle them. | Jason Wright | |
7751 seems to generate these alot and restarting the DMA unit seems to get things going again. 7951, however, never generates these aborts in the same machine/slot. | |||
2001-07-17 | sync | Theo de Raadt | |
2001-07-17 | heck, call RCC ServerWorks | Theo de Raadt | |
2001-07-17 | don't bother mapping the status registers, we don't use it. | Jason Wright | |
2001-07-17 | From NetBSD: driver for Addonics FlexPort 8S | Jason Wright | |
KNF'd and interrupt routine rewritten in addition to normal porting. (Interrupts don't appear to work the way they are described, so depend on the slave devices doing the right thing). | |||
2001-07-17 | Rework exphymatch so that it uses positive logic. Makes more sense. | Nathan Binkert | |
tested by jason@ | |||
2001-07-16 | add support for the PHY on a 3c920 / 3c980C found on Tyan Thunder K7 | Peter Galbavy | |
boards. ok'd nate@ | |||
2001-07-16 | regen | Peter Galbavy | |
2001-07-16 | add 3com OUI | Peter Galbavy | |
2001-07-16 | oops, remove some debugging stuff | Jason Wright | |
2001-07-16 | - Separate out reset function of proc unit | Jason Wright | |
- Handle ram detection errors more gracefully - If things go awry after enabling DMA, turn off polling - Follow hifn's specs for readram and writeram commands more closely - Add bus_dmamap_sync()'s during ram probing as well |