summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2001-10-05random KNF and removal of unused variablesNathan Binkert
2001-10-05use positive logic for matchNathan Binkert
2001-10-05syncNathan Binkert
2001-10-05add a two xxBROADCOM entries.Nathan Binkert
sort.
2001-10-04regenMichael Shalayeff
2001-10-04ibm 82G2675, ServeRAID, i82557B 10/100Michael Shalayeff
2001-10-04add mode_switch for ru & uaMichael Shalayeff
2001-10-04Match a IEEE 1284.4 protocol. We do not support this protocol directly,Grigoriy Orlov
but USB_ATTACH will switch printer to bidirectional protocol. Read status from printer. From NetBSD. This forces newest usb printers works. Tested by drahn@ (Epson 740) and me (HP LaserJet 2200). Ok aaron@
2001-10-04Attach sf4r and mr drivers.Grigoriy Orlov
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04Attach sf2r and aztech.Grigoriy Orlov
From Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04move stats update into tickerJason Wright
allocate all dmamaps in advance (and use load/unload/sync as appropriate)
2001-10-04Driver skeleton for Guillemot Maxi Radio FM2000 PCI Radio Card.Grigoriy Orlov
If I understand right developers have no such card. Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04SoundForte RadioLink SF64-PCR FM Radio Card device driverGrigoriy Orlov
Probably untested. Work by Vladimir Popov <jumbo@narod.ru>, Maxim Tsyplakov <tm@oganer.net>
2001-10-04SoundForte RadioLink SF16-FMR2 FM Radio Card device driverGrigoriy Orlov
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04Aztech/PackardBell FM Radio Card device driverGrigoriy Orlov
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04regenGrigoriy Orlov
2001-10-04Add Guillemot MaxiRadioGrigoriy Orlov
2001-10-04Chip specific parts for FM-radio drivers.Grigoriy Orlov
Work by Vladimir Popov <jumbo@narod.ru> and Maxim Tsyplakov <tm@oganer.net>
2001-10-04supply entropy from hereMichael Shalayeff
2001-10-04Device independent framework for FM-radio driver.Grigoriy Orlov
Work by Maxim Tsyplakov <tm@oganer.net>, Vladimir Popov <jumbo@narod.ru>
2001-10-04Fix up tx logic: can't free zero length mbufs (may have to requeue, and it'sJason Wright
not polite to modify the mbuf chain and requeue).
2001-10-03return 1 from interrupt handled; kevloTheo de Raadt
2001-10-03Rewrite transmit handling (looks something more like hme), also takes advantageJason Wright
of some register shadowing provided by the asic. [This still isn't optimal, but it's getting closer...] Move all of the stat stuff out of the interrupt context and into the timeout.
2001-10-03fix data sheet link. ok deraadt@Kevin Lo
2001-10-02#ifdef FOO works much better when FOO isn't misspelled.Artur Grabowski
2001-10-02styleJason Wright
2001-10-02De uglify (a bit) and garbage collect a bunch of now unused functions.Jason Wright
2001-10-02Pull in a change I wrote a -long- time ago: avoid {bcopy/memcpy} into staticallyJason Wright
allocated buffers. Use the buffer provided in the mbuf (after bus_dmaifying it, of course) instead [This is only step one: next step, garbage collection and deuglification]
2001-10-02make usb work across apm suspends. okay millert@, niklas@, aaron@, deraadt@Niels Provos
2001-10-02increase rx descriptors, remove some debugging code, deal with different ↵Jason Wright
endian; NetBSD general cleanup; me.
2001-10-02syncJason Wright
2001-10-02ALI M5451 audioJason Wright
2001-10-02regen with uplcom devicesTodd C. Miller
2001-10-02Add support for I/O DATA USB-RSAQ2 serial adapter; ichiro@netbsd.orgTodd C. Miller
2001-10-01sparc64 doesn't need splaudio()/IPL_AUDIO provided here, eitherJason Wright
2001-10-01simplification:Jason Wright
don't need to mute the monitor when changing modes (cs4231 mutes it automatically when entering MODE_CHANGE_ENABLE is set). Remember the last format/xtal/speed selection and avoid resetting it if we're using the same one again. Also, simplify the volume/mute setup.
2001-10-01get rid of local copy of cs4231reg.h (and get defns from dev/ic/ad1848reg.hJason Wright
and dev/ic/cs4231reg.h). Move APC DMA goop into its own file in dev/ic.
2001-10-01add mono output mute bitJason Wright
2001-10-01first step at getting rid of local cs4231reg copy: get register numbersJason Wright
from sys/dev/ic/ad1848reg and sys/dev/ic/cs4231reg
2001-09-30prettyJason Wright
2001-09-30oops, get rid of debugging printfJason Wright
2001-09-30big clean up of commit operation (and register defns)Jason Wright
2001-09-30Enable break interrupt earlier.Artur Grabowski
2001-09-30Next round of cleanups.Artur Grabowski
- some KNF. - disable interrupts earlier in attach. - give it some more time in attach to finish earlier output. - explicit bus_space_barrier in comcnputc. - dead code.
2001-09-30add mode_lock for mode_shift as the caps_lock is to shift; from Igor Grabin ↵Michael Shalayeff
<violent@death.kiev.ua>
2001-09-30Remove dead code.Artur Grabowski
2001-09-30Remove the COM_HAYESP code. It doesn't appear to have been ever used andArtur Grabowski
it's very intrusive and makes the code less readable.
2001-09-30driver for SUNW,CS4231 (doesn't quite sound right yet =), but is mostly there.Jason Wright
Mostly a port from sparc, but bits from NetBSD.
2001-09-30Move out the com at commulti attachment into an ownfile.Artur Grabowski
Same story as isapnp - not tested because i386 uses pccom.
2001-09-30Make the kernel compile.Artur Grabowski