Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Allow mmap. Not really working correctly yet, but almost. | Artur Grabowski | |
2001-07-26 | regen | Brad Smith | |
2001-07-26 | add Broadcom BCM5700 Gigabit MAC | Brad Smith | |
2001-07-21 | regen | Nathan Binkert | |
2001-07-21 | Add Level1 and their LXT1001 (Now owned by Intel) | Nathan Binkert | |
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 | 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 | AMD766 support with UDMA/100. Thanks to Peter Galbavy for the patch | Constantine Sapuntzakis | |
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-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 | |||
2001-07-13 | Remove static'ness of functions in line with normal OpenBSD | Kenneth R Westerback | |
preferences. Rename tul_* functions/variables iha_* for consistancy, since all are now visible. As updating the EEPROM did not work, don't try. Remove now unused static dftNvram variable, and functions used only in trying to write it to EEPROM. Make iha_rate_tbl a const. | |||
2001-07-11 | Eliminate use of static functions in line with normal OpenBSD | Kenneth R Westerback | |
preferences. Having more debugging info available during fixup of this driver to work on powerpc can't hurt either! Change adwminphys() to adw_minphys() to make consistant with all other function names in adw.c. | |||
2001-07-10 | ANSI C does not like labels: without a statement after that. | Marc Espie | |
Restore missing breaks. | |||
2001-07-09 | Remove dubious #include MACRO "string" construct (non-ANSI) | Marc Espie | |
and use the more correct #include <file.h> style. From discussion with millert@. | |||
2001-07-08 | regen | Brad Smith | |
2001-07-08 | Hifn has changed its company name, make the name consistent throughout | Brad Smith | |
the tree. Hi/fn, Hi/Fn and HiFn -> Hifn. -- Ok'd by deraadt@ | |||
2001-07-08 | OpenBSD tags. | Federico G. Schwindt | |
2001-07-07 | On 2nd though, pci_conf_read returns host-ordered words. | Niklas Hallqvist | |
2001-07-07 | Correct PCI identifier matching. Match more devices too. | Niklas Hallqvist | |
2001-07-07 | sync | Niklas Hallqvist | |
2001-07-07 | More aac identifiers | Niklas Hallqvist | |
2001-07-06 | 3com airconnect 3crwe777a | Jason Wright | |
2001-07-06 | sync | Jason Wright | |
2001-07-06 | 3com airconnect (3crwe777a) | Jason Wright | |
2001-07-06 | Only clear the relevant capabilities when the MTU is set too | Angelos D. Keromytis | |
high. Clarify logic of message tagging. | |||
2001-07-06 | IP/TCP/UDP checksumming on the NIC; from rtecco@umich.edu | Angelos D. Keromytis | |
2001-07-04 | Add tests for segment lengths and total lengths bigger than the chip can handle. | Jason Wright | |
Also, add a missing test for *2pages failure on destination buffers. | |||
2001-07-04 | clarify/neaten | Jason Wright | |
2001-07-04 | Off-by-one error in out-of-range test in bktr_open | Constantine Sapuntzakis | |
2001-07-03 | enable rx ip checksum offload | Jason Wright | |
2001-07-03 | From FreeBSD: | Jason Wright | |
mask off high order part of vlan tag (the non-tag parts) | |||
2001-07-02 | Put the ISES firmware under dev/microcode/. | Hakan Olsson | |