summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2007-05-31fix the myx_write functionReyk Floeter
2007-05-31Fix redundancy for RAID 1. Now one can pull a disk and continue running.Marco Peereboom
2007-05-31An SDIO Bluetooth driver, only initial bits and therefore not enabled yetUwe Stuehler
2007-05-31add myx(4)Reyk Floeter
2007-05-31erroneously EINVAL is always reported where the functionDavid Gwynne
2007-05-31if poking the controller fails for whatever reason the drives'David Gwynne
2007-05-31import the Myricom Myri-10G firmwareReyk Floeter
2007-05-31initial bits of a new driver for the Myricom Myri-10G Lanai-Z8E 10GbReyk Floeter
2007-05-31remove the scsi task thread, and replace it with the system workq.David Gwynne
2007-05-31Remove more #ifdef/#endif's that checked for other bsds. No binaryMarc Balmer
2007-05-31Make powernow-k8 on amd64 and i386 use the _PSS object from acpi toGordon Willem Klok
2007-05-31Remove some #ifdef {Free|Net}BSD/#endif to make the code more readable.Marc Balmer
2007-05-31use the right capitalization for `MBus' and `SBus'Igor Sobrado
2007-05-31Add SDIO card interrupt handling codeUwe Stuehler
2007-05-31- zap unnecessary rv variableAlexander von Gernler
2007-05-31correct misspelled mail address in copyright statement, marco@ okAlexander von Gernler
2007-05-31Kill old, no longer necessary kludge to try fooling readdisklabel()Kenneth R Westerback
2007-05-31Add some context and call hci_enable from this new context, also add anGordon Willem Klok
2007-05-31Config file and machine-independent Bluetooth codeUwe Stuehler
2007-05-31add Gunze USB Touch Panel supportRobert Nagy
2007-05-31regenRobert Nagy
2007-05-31add Gunze USB Touch PanelRobert Nagy
2007-05-31only call em_init() when IFF_UP is set, not unconditional.Henning Brauer
2007-05-311000 != 0x1000 (4096)Chris Kuethe
2007-05-31Fix dmesg output. -mojMats O Jansson
2007-05-31extend the sun disklabel format to contain filesystem types. also,Theo de Raadt
2007-05-30Make sure that if there are staggered syncs that they complete successfullyMarco Peereboom
2007-05-30Remove ugly print and don't panic when doing a partial bringup.Marco Peereboom
2007-05-30Sync after the metadata is saved.Marco Peereboom
2007-05-30add basic support for a crypto(9) backed raid C disciplineTed Unangst
2007-05-30fix this for ubt.cGordon Willem Klok
2007-05-30Drop if_ubt.c originally from freebsd and replace with ubt.c fromGordon Willem Klok
2007-05-30Move the knob for the interrupt throttling register next to the knobs forChris Kuethe
2007-05-30fix the ether_aton-like function to print the correct lladdr (swap bytes)Reyk Floeter