summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2002-06-08Add hardware TCP/IP checksum offloading support for receive and transmit forAaron Campbell
2002-06-08match new amd pciide a'la netbsdChris Cappuccio
2002-06-08add missing ioctl support for SIOCSIFMTUJason Wright
2002-06-08syncChris Cappuccio
2002-06-08Add AMD 8111 IDEChris Cappuccio
2002-06-08pullup two fixes from netbsdChris Cappuccio
2002-06-08kill __PTodd C. Miller
2002-06-08Check result from malloc(9) when using M_NOWAIT. ok niklas@Thomas Nordin
2002-06-08KNF miss in my last commitNiklas Hallqvist
2002-06-08i386 configures devices while at spl0, this causes problems if devicesDale Rahn
2002-06-08de peeJason Wright
2002-06-08Disable the screen burner if it is enabled and X starts, and reinable uponDale Rahn
2002-06-08Add support for RealTek 8129/8139-based CardBus cards; mostly from NetBSD.Aaron Campbell
2002-06-08syncAaron Campbell
2002-06-08Add some RealTek card ID's; from NetBSD.Aaron Campbell
2002-06-08print address; millert@ ok.Federico G. Schwindt
2002-06-07Multicast fixes, Gig-E support, mostly from netbsd. ok jason@Dale Rahn
2002-06-07Fix more timeout handling issues in ohci. There are still cursed harrdwareMiod Vallat
2002-06-07regen.Federico G. Schwindt
2002-06-07Gemplus GPR400 smartcard reader.Federico G. Schwindt
2002-06-07Add wsconsctl recognition support for adb keyboard.Dale Rahn
2002-06-07bus_dma-ify, now it works again, sorry for the inconvenienceNiklas Hallqvist
2002-06-07Don't try to send a packet we don't have if rl_encap fails.Artur Grabowski
2002-06-07Handle hashinit() failure. ok niklas@Thomas Nordin
2002-06-07use IF_INPUT macro for us as well.Federico G. Schwindt
2002-06-07Don't free an uninitialized pointer. art@ okThomas Nordin
2002-06-07Add initialization of pglist, now attaches fine, butNiklas Hallqvist
2002-06-07fix indentJun-ichiro itojun Hagino