summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2004-07-07a bit more silence during bus handovers; loki@animata.netTheo de Raadt
2004-07-07silence somethingTheo de Raadt
2004-07-07copyright dates sync; loki@animata.netTheo de Raadt
2004-07-07Changes EHCI_QTD_TOGGLE to EHCI_QTD_TOGGLE_MASK; loki@animata.netTheo de Raadt
2004-07-06use MALLOC/FREE for fixed size buffer allocationsMichael Shalayeff
2004-07-06regenBrad Smith
2004-07-06add Planex and Corega EthernetBrad Smith
2004-07-06from netbsd, via loki@animata.net: revision 1.62. Log message:Theo de Raadt
2004-07-06sent in by loki@animata.net: This includes all the changes from netbsdTheo de Raadt
2004-07-06from netbsd, via loki@animata.net, ehci.c revision 1.58 without someTheo de Raadt
2004-07-06from netbsd, via loki@animata.net, ehci.c revision 1.56 sans some debuggingTheo de Raadt
2004-07-06Replace magic number with a more descriptive #define. This magic number wasAaron Campbell
2004-07-05Allocate buffers in randomread and randomwrite via malloc insteadTodd C. Miller
2004-07-05clean & knfTheo de Raadt
2004-07-05do not queue events when no daemon running. flush all events on last close.Theo de Raadt
2004-07-05Completes the structs for the isochronous and split transactionTheo de Raadt
2004-07-05Adds missing port routing rules field, fixes an incorrect offset forTheo de Raadt
2004-07-05This fixes a couple of spelling errors (EHCI_HCS_P_INCICATOR toTheo de Raadt
2004-07-04syncTheo de Raadt
2004-07-04shrink, shrink, shrinkTheo de Raadt
2004-07-04- two typos, stallen -> stolenBrad Smith
2004-07-04sis rev 0x91 seeprom support to get eaddr; from fgschTheo de Raadt
2004-07-04syncTheo de Raadt
2004-07-04two hp netserver LH 3 devicesTheo de Raadt
2004-06-30since we're not using 'len' for anything, nuke it and pass null toPedro Martelletto
2004-06-30Force SCSI_POLL for commands issued during probe. Fixes problem with mpt onKenneth R Westerback
2004-06-30don't strlcpy() to user-space, use copyoutstr() instead. ok deraadt@Pedro Martelletto
2004-06-29do not use u_long for 32bit data; found by Jacob MeuserMichael Shalayeff
2004-06-28You *cannot* strlcpy from userland. Pedro, go read this and find out whatTheo de Raadt
2004-06-28add support for ati tv-wonders written by me and tested by Jacob Meuser <jake...Michael Shalayeff
2004-06-28do not force into io space on hppa as it's much slowerMichael Shalayeff
2004-06-28Use new event counter API for interrupt counting on alpha. By me, with someAaron Campbell
2004-06-28KNFRyan Thomas McBride
2004-06-27back out crud that breaks the macppcTheo de Raadt
2004-06-27better midi stuff from alex@caoua.orgTheo de Raadt
2004-06-27syncTheo de Raadt
2004-06-27some roland midi devices; alex@caoua.orgTheo de Raadt
2004-06-27Reduce verbosity of atw PCI attach without removing actual info.Todd C. Miller
2004-06-27KNFRyan Thomas McBride
2004-06-27stop passing an empty enaddr around since we figure out theBrad Smith
2004-06-27KNFRyan Thomas McBride
2004-06-26KNFRyan Thomas McBride
2004-06-26KNFRyan Thomas McBride
2004-06-26KNFRyan Thomas McBride
2004-06-26$OpenBSD$Ryan Thomas McBride
2004-06-26Add supporting Sangoma network driver.Alex Feldman
2004-06-26Sangoma Network Device driver for AFT series card (initiali version).Alex Feldman
2004-06-25fix MAC address initialization on big endian machines; found by naddy, ok drahnPeter Valchev
2004-06-25Provide information about the raw (unswizzled) intrrupt pin inArtur Grabowski
2004-06-25Minor fixes suggested by nordin@ and henning@Thorsten Lockert