summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2007-06-06Shrink dmesg output. Tweaked version of a diff from tedu@Jonathan Gray
2007-06-05Major wpi(4) update:Damien Bergamini
2007-06-05Shuffle calculation of physical block so that bounds checking is not off byMarco Peereboom
2007-06-05Remove the "Static" declaration of many functions. It was defined to be emptyMarc Balmer
2007-06-05Switch to rwlock(9)Jonathan Gray
2007-06-05consistently use one variable instead of deriving it repeatedlyTodd T. Fries
2007-06-05use six new macros to access & store the 48-bit disklabel fields relatedTheo de Raadt
2007-06-04Enable channel switching.Marcus Glocker
2007-06-04Forgot this in my last committ.Marc Balmer
2007-06-04Last part of FreeBSD/NetBSD sepcific code removal.Marc Balmer
2007-06-04use S_IFCHR instead of S_IFBLK to shut the SCSI midlayer up duringMarco Peereboom
2007-06-03syncDamien Miller
2007-06-03Add WCH/QinHeng CH341 serial/parallelDamien Miller
2007-06-03put raidc inside ifdef CRYPTO, since it won't work without itTed Unangst
2007-06-03shuffle the raid 1 specific functions to be all together and closerTed Unangst
2007-06-03Implement transmission of ACL and SCO packetsUwe Stuehler
2007-06-03Make RX path work on big endian, too.Marcus Glocker
2007-06-03delete two extra lines which are not needed because that is how stringsTheo de Raadt
2007-06-03virtual device drivers tend not to need machine/bus.h. also importantTheo de Raadt
2007-06-03The firmware converts every 802.11 RX data frame into a 802.3 frame,Marcus Glocker
2007-06-03During autoassemble get the actual raid level instead of always 1.Marco Peereboom
2007-06-02Add support for ICH8M IDE.Jonathan Gray
2007-06-02regenJonathan Gray
2007-06-02Add some devices found on an Intel 965GM/ICH8M laptop.Jonathan Gray
2007-06-02little fixes to get hotkeys working again. from alexey vatchenkoTed Unangst
2007-06-02Disable crypto until we figure out proper key management and other stuffMarco Peereboom
2007-06-02Fix collision by not adding data length but blocks instead.Marco Peereboom
2007-06-02split up large CMD53 reads and writesUwe Stuehler
2007-06-02retry reading HCI packets a few times before giving upUwe Stuehler
2007-06-02Add optional metadata element. This will be needed in the future forMarco Peereboom
2007-06-02Redo the sense mechanism to become autosense instead of request sense.Marco Peereboom
2007-06-01Add RX path and enable monitor mode.Marcus Glocker
2007-06-01remove strings from sensor.desc which are now present in sysctl variable name...Constantine A. Murenin
2007-06-01remove ofw devices which we don't use; that way of mixing devices is crazyTheo de Raadt
2007-06-01check return value of findblkmajor; this fixes a crash on vax during boot.Marco Peereboom
2007-06-01remove strings from sensor.desc which are now present in sysctl variable name...Constantine A. Murenin
2007-06-01Add additional flag to indicate that we have a metdadata io pending; thisMarco Peereboom
2007-06-01initialize the ringsReyk Floeter
2007-06-01Check return code for resource allocation.Marco Peereboom
2007-06-01Remove more Free(?)BSD and NetBSD #ifdef/#endifs. No functional norMarc Balmer
2007-06-01Remove the hci_enable now done in a higher layer.Gordon Willem Klok
2007-06-01Only probe phy's at address 0; gets rid of bogus phy's on theMark Kettenis
2007-06-01save metdata in context using dlg and tedu's shiny new workq api.Marco Peereboom
2007-06-01Don't initialize d_partitions[RAW_DISK] just before callingKenneth R Westerback
2007-05-31don't print debug messagesUwe Stuehler
2007-05-31Clean up and fix sbt_write_packet()Uwe Stuehler
2007-05-31switch wskbd hotkeys over to workq. this eliminates quite a bit of code,Ted Unangst
2007-05-31further improvement of the bus space i/o. firmware loading, booting,Reyk Floeter
2007-05-31Redo the syncer to be a little smarter on interaction while shutting downMarco Peereboom
2007-05-31enable all debugging messages by default if the driver is compiled withReyk Floeter