summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2002-06-17- make user ioctl's available via gprio.hFederico G. Schwindt
2002-06-17syncNathan Binkert
2002-06-17New Rio/Nike psa[play 120 mp3 playerNathan Binkert
2002-06-17remove noisy jason debug printf blatther. bad pTheo de Raadt
2002-06-16Increase XL_TIMEOUT from 1000 -> 2000. No longer get those pesky "commandAaron Campbell
2002-06-16implement kqueue for audio; tested on wiggy and niels@ okMichael Shalayeff
2002-06-16forgot copyright, pointed out by christos@netbsdNiels Provos
2002-06-15Check the correct variable when freeing the RX/TX lists.Aaron Campbell
2002-06-15Don't advertise hostap as an allowed media type for firmware < 0.80Todd C. Miller
2002-06-15Move ATA SMART defines to atactl.Grigoriy Orlov
2002-06-15unmap/free memory as well on detach.Federico G. Schwindt
2002-06-15GPR400 smartcard reader driver, some stuff still missing.Federico G. Schwindt
2002-06-15bus_dma'ify. Tested on 3c900(pci), 3c905b(pci), and 3c575c(cardbus). ThanksAaron Campbell
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-06-14don't allow users to set the IBSS/HostAP SSID to the empty stringTodd C. Miller
2002-06-14from freebsd:Michael Shalayeff
2002-06-12Previously, SIOCG80211NWID would return the "desired" netname ifTodd C. Miller
2002-06-12Prune duplicate definitions from <dev/cons.h>Miod Vallat
2002-06-11Fix, s/pci_sel/pciselJason Wright
2002-06-11Fix tab.Aaron Campbell
2002-06-11add a new ioctl to wscons (currently implemented only on sparc64)Matthieu Herrb
2002-06-11more debugging infoNiklas Hallqvist
2002-06-11kill __FUNCTION__Marc Espie
2002-06-11add usb midi support.Nathan Binkert
2002-06-11Add the umct serial driver for netbsd.Nathan Binkert
2002-06-11abs() is defined by ANSI C -- don't use a macro for it. ok niklas@Thomas Nordin
2002-06-11regenMatthieu Herrb
2002-06-11Add a bunch of VGA cards, from XFree86-current. ok deraadt@Matthieu Herrb
2002-06-11com.c is not a block device, no bdev_decl() for it.Miod Vallat
2002-06-11add stack version #define.Nathan Binkert
2002-06-11Checkpoint my work. Register with bio, implement part ofNiklas Hallqvist
2002-06-11sync urio with NetBSD.Nathan Binkert
2002-06-11Remove redundant endianess conversionsNiklas Hallqvist
2002-06-11use usb_proc_ptr. (From NetBSD)Nathan Binkert
2002-06-10old bouncebuffering api not used anymoreNiklas Hallqvist
2002-06-10more __FUNCTION__ slaughterMarc Espie
2002-06-10new ioctl that reports the current emulation a process uses; needed forNiels Provos
2002-06-10syncNathan Binkert
2002-06-10more new usb devices from NetBSDNathan Binkert
2002-06-09Pass in the device name to pcmcia_intr_establish() instead of ""Todd C. Miller
2002-06-09bio is a driver that can delegate ioctls to other drivers whichNiklas Hallqvist
2002-06-09More sc_arpcom fallout.Artur Grabowski
2002-06-09unbreak sparc64 kernel builds after the arpcom change.Artur Grabowski
2002-06-09make gem compile, arpcom is sc_arpcom.Dale Rahn
2002-06-09a step towards consistancy; in general:Todd T. Fries
2002-06-09replace epsetfilter() / epsetmedia() with epinit() and only if theFederico G. Schwindt
2002-06-09fix resuming the eso through the powerhook; from marius aamodt eriksen <mariu...Michael Shalayeff
2002-06-09fix the use of "cuz" in the tree; these are all in commentsJason Peel
2002-06-09Handle out of memory gracefully. ok miod@Thomas Nordin
2002-06-09Handle out of memory gracefully. ok jason@Thomas Nordin