Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2001-07-15 | regen | Michael Shalayeff | |
2001-07-15 | add support for SOHOware NUB100; from Jason Ackley <jason@ackley.net> | Michael Shalayeff | |
2001-07-13 | On my 10th wedding anniversary I am celebrating by | Niklas Hallqvist | |
committing this driver for technology from back when I got married :-) It is for DEC EtherWorks cards, and comes from NetBSD. I have done severe KNF, and fixed the driver to work with PIO-only cards. Enjoy! | |||
2001-07-13 | initialize bus width and number of luns supported. | Michael Shalayeff | |
this is tested on SmartRAID IV and consistant w/ what netbsd does. | |||
2001-07-13 | Change references to inic-950 to inic-940/950 to reflect chips | Kenneth R Westerback | |
actually supported. Update copyright to include 2001. Fold iha_se2_rd_all() into iha_read_eeprom(), eliminating magic number 31 at the same time, calculating correct offset of checksum at run time instead. Eliminate static global variable iha_nvram in favour of dynamic variable in iha_init_tulip(), which is only place it is used. Rectify a few typos in comments. | |||
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-12 | extra wddone caused biodone panics occasionally | Constantine Sapuntzakis | |