summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
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 endi...Jason Wright
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
2001-10-01get rid of local copy of cs4231reg.h (and get defns from dev/ic/ad1848reg.hJason Wright
2001-10-01add mono output mute bitJason Wright
2001-10-01first step at getting rid of local cs4231reg copy: get register numbersJason Wright
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
2001-09-30add mode_lock for mode_shift as the caps_lock is to shift; from Igor Grabin <...Michael Shalayeff
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
2001-09-30driver for SUNW,CS4231 (doesn't quite sound right yet =), but is mostly there.Jason Wright
2001-09-30Move out the com at commulti attachment into an ownfile.Artur Grabowski
2001-09-30Make the kernel compile.Artur Grabowski
2001-09-30Move out com at isapnp attachment into an own file.Artur Grabowski
2001-09-30Move out com at isapnp attachment into an own file.Artur Grabowski
2001-09-29Next step in making the com driver improvable.Artur Grabowski
2001-09-29if_media support, from freebsdMichael Shalayeff
2001-09-29Some KNF.Artur Grabowski
2001-09-29Pretty the printout (don't know if it's right, but it does the job).Artur Grabowski
2001-09-29PC87415: Don't claim to support DATA32 or MODEJason Wright
2001-09-29for pc87415:Jason Wright
2001-09-29- compoll is now scheduled once for every sc instead of just one timeout forArtur Grabowski
2001-09-29add pciide driver for National Semiconductor PC87415.Jason Wright
2001-09-29If we field an interrupt, return to the caller that we did so. Otherwise,mjacob
2001-09-28Fix a DIAGNOSTIC check.Artur Grabowski
2001-09-27Simplify comstart a bit.Artur Grabowski
2001-09-27Enable #if 0'd code in comcnputc() so serial console works correctly;Todd C. Miller
2001-09-27style fixes from Alexander Yurchenko <grange@grange.ru>Grigoriy Orlov
2001-09-27Split out comattach that does isa and isapnp attachment and initialization,Artur Grabowski
2001-09-27Split out comattach that does isa and isapnp attachment and initialization,Artur Grabowski
2001-09-27Huge merge with NetBSD. For full details look at their revision history (1.2...Jason Wright
2001-09-26syncJason Wright
2001-09-26NS PC87415Jason Wright
2001-09-26* add missing #include "vlan.h"Peter Galbavy
2001-09-26Connect USB keyboards to the display after attaching, no longer requiringjoshua stein
2001-09-26bad me, don't break current builds with uncomitted dependent changes.Jason Wright