Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2001-01-11 | Sound driver for some ESS maestro models. Work by d@ and me, based on | Marc Espie | |
the FreeBSD driver, and some linux code. Probably some tweaks to reach out for more pci cards (some models are currently commented out, and we have yet to find a card where stereo output gets de-synchronized, as the FreeBSD driver claims happens). Suspends/resume works, recording and keyboard volume control on the way. This is not derived from the NetBSD driver in any way. Just happens that both works reached completion at the same time. | |||
2001-01-11 | fix a few strings | Michael Shalayeff | |
2001-01-11 | no stidebug | Michael Shalayeff | |
2001-01-11 | fix a few types and alignment problems | Michael Shalayeff | |
2001-01-11 | rename the rest to auich, verbalize the chipset type we are a part of | Michael Shalayeff | |
2001-01-11 | oops | Theo de Raadt | |
2001-01-11 | move ich to auich at mickey's request | Theo de Raadt | |
2001-01-11 | Newline at end of debug printf. | Angelos D. Keromytis | |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis | |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis | |
2001-01-10 | BSS mode by default. | Angelos D. Keromytis | |
2001-01-09 | Add in a ISP_CFG_NOINIT flag (other platform stuff). Define some of | mjacob | |
the async code event changes. Note (for __GNUC__) that isp_prt has __attributes__'s of __format__/__printf__.... | |||
2001-01-09 | Add some FC specific state flag defines (for status completion | mjacob | |
entries). Add some defines for the SNS "Register FC4 Type" subcommand. | |||
2001-01-09 | Add offsets for WWPN && OXID that FC f/w stuffs into an ATIO2. | mjacob | |
2001-01-09 | Follow changes to some async event codes. | mjacob | |
2001-01-09 | Make some strings constant (from Bill Sommerfeld @ NetBSD). Clean up some | mjacob | |
wwn handling. Do a Register FC4 Type (so that we can work with McData switches). Allow F-port topologies to use the target range 0..125 for logging in fabric devices. We changed ISPASYNC_PDB_CHANGED to ISPASYNC_LOGGED_INOUT and now use ISPASYNC_CHANGE_NOTIFY for both loop && fabric events. | |||
2001-01-09 | This seems to correct the problem listed in kernel/1607 (returning from | mjacob | |
syscall with non-zero priority). This doesn't seem to fix connecting to a switch problems (which *used* to work... sigh...)... | |||
2001-01-08 | match on 3CXFEM656C's global modem too, does not seem to work right, but; ↵ | Michael Shalayeff | |
from openbsd@zenbu.com | |||
2001-01-08 | regen | Michael Shalayeff | |
2001-01-08 | 56k Global Modem; from openbsd@zenbu.com | Michael Shalayeff | |
2001-01-08 | From chris@ | Jeremy Evans | |
Partial sync w/NetBSD -Support Ultra/100 on Intel ICH2 (Tomokazu HARADA) -Support Ultra/66 on VIA Apollo (Manuel Bouyer) -Disable 16bit io-space limitation on Promise (Charles Hannum) | |||
2001-01-07 | fix a few scsi_done() usages. | Michael Shalayeff | |
simplify locking a bit. disable write cache if said so in the scsi_xfer. a few more commands, from freebsd. | |||
2001-01-02 | Fix PR/1489 - apply patch supplied - thanks Michael Joosten <joost@c-lab.de> | Peter Galbavy | |
The whole issue of processes and threads need looking at, as NetBSD and OpenBSD do things slightly differently - think extra arg to VOP_XXX calls for one. | |||
2000-12-29 | a few more ra_dprintf vs pktlen fmt fixes | Michael Shalayeff | |
2000-12-29 | Revision 5 is 82559B. | Artur Grabowski | |
2000-12-29 | Suppress PCI bus error messages on i386. They are not fatal and are usually | Steve Murphree | |
caused by another device on the PCI bus. So we won't print them. Just ACK them and go. | |||
2000-12-28 | sync | Aaron Campbell | |
2000-12-28 | Add Xircom MiniPCI modem as found in, i.e., IBM ThinkPad X20. I could not find | Aaron Campbell | |
an exact model number for it though... | |||
2000-12-27 | behave nicely w/ fixed rate codecs; from netbsd; testing by Igor Lulic ↵ | Michael Shalayeff | |
<il11@mail.csuchico.edu> | |||
2000-12-19 | A DMA transfer of 4 bytes was failing to complete correctly | Constantine Sapuntzakis | |
on a combination of VIA South Bridge and old Toshiba drive. DMA transfers of 4 bytes work for my old Mitsumi FX600 drive. Assume Toshiba drive is in error. Avoid situation by only invoking DMA transfers on transfers over 100 bytes. Thanks to Tim Howe for the hardware for testing | |||
2000-12-17 | initialize dinfo always | Michael Shalayeff | |
2000-12-17 | Compaq SMART Array RAID controllers. | Michael Shalayeff | |
based on netbsd driver. testing helps from brad@ eisa untested, but should work (; | |||
2000-12-16 | make sure cis1_info[i] is not NULL before strcmp() w/ it; fixes some obscure ↵ | Michael Shalayeff | |
panics | |||
2000-12-15 | sync | Jason Wright | |
2000-12-15 | natsemi 83820 | Jason Wright | |