summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2004-06-24This moves access to wall and uptime variables in MI code,Thorsten Lockert
2004-06-24ultra minor KNFJun-ichiro itojun Hagino
2004-06-24endian fix from chris pascoeJolan Luff
2004-06-23a few fixes to systracemarius eriksen
2004-06-23Make AHD_DEBUG compile. ok krw@Marco Peereboom
2004-06-23Missed this in the atw(4) commit.Todd C. Miller
2004-06-22atw(4) driver from NetBSD (dyoung). Based in part on a port byTodd C. Miller
2004-06-22Enable ahd interrupts and reset the channel before scanning the busKenneth R Westerback
2004-06-22Use SIOCSIFGENERIC and SIOCGIFGENERIC for SIOCSWAVELAN and SIOCGWAVELANTodd C. Miller
2004-06-22The Prism device driver's manual makes a distinction in naming ofTodd C. Miller
2004-06-22Spacing. ok krw@Marco Peereboom
2004-06-22Remove all static functions. ok krw@Marco Peereboom
2004-06-22If there is no CIS info the cardbus attach would print an extraTodd C. Miller
2004-06-21First step towards more sane time handling in the kernel -- this changesThorsten Lockert
2004-06-21Fix ahd_[get|set]_transaction_status vs ahd_[get|set]_scsi_status confusion.Kenneth R Westerback
2004-06-21Add support for agten(4) - on Andrey's U2 the PROM is not able to initializeMiod Vallat
2004-06-20Port mgx(4) to sparc64.Miod Vallat
2004-06-20take 2 times less room in dmesg, prettier tooPeter Valchev
2004-06-20Port the rfx(4) frame buffer driver to sparc64.Miod Vallat
2004-06-20regenDamien Couderc
2004-06-20add Intel 82852/82855 AGP and IOs, NVidia GEForce FX 5600 and FX Go 5200.Damien Couderc
2004-06-20zx(4) support for sparc64, tested on an Ultra 2.Miod Vallat
2004-06-20add the VNDIOCGET ioctl to vnode disks, ok millert@Pedro Martelletto
2004-06-20fix EHCI_DEBUG crud; aratchov@magphy.ujf-grenoble.frTheo de Raadt