Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | KGDB for i386 from NetBSD via niklas, with tweaks and accommodations. | Hugh Graham | |
Tested by various, vetted by mickey & theo. | |||
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 | Restore the WDCF_IRQ_WAIT flag if the lower-level interrupt handler rejects | Aaron Campbell | |
the interrupt. Fixes hangs seen with CompactFlash cards in CardBus slots. Thanks to csapuntz@ for some pointers. Note: this was NetBSD PR/8639. | |||
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 | fix pretty printing | 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 | |
2001-01-22 | repair printing | Theo de Raadt | |
2001-01-22 | Initialize xs->stimeout, even when polling | Kenneth R Westerback | |
2001-01-22 | nobody has base station for fh, and this was not ever discussed, bad angelos | Michael Shalayeff | |
2001-01-21 | map and establish interrupts _after_ chip was initialized | Michael Shalayeff | |
and driver has allocated it's internal data structures. deraadt@ ok | |||
2001-01-21 | map and establish interrupt earlier in the attach routine, | Michael Shalayeff | |
instead of middle of the thread. behaviour remains the same. since interrupts are disabled in the controller until proper time this is safe to do this way. deraadt@ ok | |||
2001-01-19 | as the rest of our systems, make the most common key return ^? not ^H; ↵ | Theo de Raadt | |
agreed with aaron | |||
2001-01-19 | sync | Aaron Campbell | |
2001-01-19 | ATI All-In-Wonder Radeon | Aaron Campbell | |
2001-01-18 | Only try VIA CLK66 bit code for VIA rev >= 6, | Chris Cappuccio | |
Only try UDMA on ALi rev >= 0x20 (as per Daniela Engert's ChipList.txt) After I fix a few more bugs I will re-enable the ALi code | |||
2001-01-18 | regen | Michael Shalayeff | |
2001-01-18 | via686a/acm and order entries in via byt their numeric id | Michael Shalayeff | |
2001-01-17 | Fix breakage from revision 1.20 that freaked my WaveLAN out. | Aaron Campbell | |
2001-01-17 | advance through buffer, leftovers from singular version; from Henric ↵ | Michael Shalayeff | |
Jungheim <henric@aimnet.com> | |||
2001-01-16 | "0x 2" -> "0x02" | David Leonard | |
2001-01-16 | match on elsa xi300; from netbsd, no other visible changes in the driver | Michael Shalayeff | |
2001-01-16 | regen | Michael Shalayeff | |
2001-01-16 | Elsa products; from netbsd | Michael Shalayeff | |
2001-01-16 | limit the scsi_link.openings to 128 to be safe | Michael Shalayeff | |
2001-01-16 | Print more diagnostics on bus_space_map failure. | Artur Grabowski | |
2001-01-16 | Add half of PT101 support: init codec, no mixer. And provide for | Marc Espie | |
audio/maestro without a functional mixer. Add hardware volume support, enable corresponding interrupt so that volume control works within cdio. | |||
2001-01-15 | Use xs->stimeout instead of adding a struct timeout to ccb | Kenneth R Westerback | |
2001-01-14 | Run wi_init() after setting/unsetting IFF_PROMISC (or any other flags, | Angelos D. Keromytis | |
for that matter). | |||
2001-01-13 | Driver for Cirrus Logic CS4281 sound chips. Originally written for NetBSD by | Aaron Campbell | |
Tatoku Ogaito, banged into shape for OpenBSD by me. Recording has not been tested yet, but mpg123 works fine. Sound still works after suspend/resume. XXX: On the IBM ThinkPad X20, must disable pcibios else the cs4281 won't generate interrupts. Cause yet unknown but probably not the driver's fault. YMMV on other laptops with this chip. | |||
2001-01-12 | this is an ugly quick hack, but it works; theo helped (; | Michael Shalayeff | |
2001-01-12 | add SIOCSIFMTU; angelos@ coached | Todd T. Fries | |
2001-01-12 | Activate other maestro makes, per Theo's request. | Marc Espie | |