summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2010-02-27Also fix a wrong mem_ring calculation in dp8390_ipkdb_attach().tsutsui
2010-02-27Use RUN_ONCE(9) again. (Everyone happy now?)jakllsch
2010-02-26Use correct prototype for dmattach().jakllsch
2010-02-26Disable DBCOOL_DEBUG by default, and make it compile that way.pgoyette
2010-02-26Cosmetic: re-wrap some line.dyoung
2010-02-26Cosmetic: join a line.dyoung
2010-02-26Introduce Cardbus_intr_establish(cardbus_devfunc_t, ...) anddyoung
2010-02-26Use PCI_ constants and macros instead of CARDBUS_. Usedyoung
2010-02-26Move the definitions for PCI_BAR0, PCI_BAR1, PCI_BAR2, PCI_BAR3,dyoung
2010-02-26sc_csr is read & written from the PCI Command & Status Register,dyoung
2010-02-25Make fxp at cardbus detach during shutdown.dyoung
2010-02-25Fix device-mapper to work in builtin case. This commit fixeshaad
2010-02-25Adapt to <powerpc/spr.h> breakup.matt
2010-02-25Use PCI_ constants instead of CARDBUS_ constants. Use Cardbus_conf_*()dyoung
2010-02-25Copy values from the cardbus_attach_args and use them instead of valuesdyoung
2010-02-25Don't use the cardbus_softc. Compile-tested, only.dyoung
2010-02-25Phase out some CardBus constants and types. Use the equivalent PCIdyoung
2010-02-25add a comment on PCI_MAGIC_IO_RANGEmacallan
2010-02-25some cleanupmacallan
2010-02-25Be sure to config_cfattach_attach() in dmattach().jakllsch
2010-02-25Don't create the device's PCI tag with Cardbus_make_tag(9), but save anddyoung
2010-02-25 Merge if_wm.c rev. 1.162.4.13 and if_wmvar.h rev. 1.2.46.3 into maintrunk.msaitoh
2010-02-25retire our private definitions for the scan1/3/5/7/9 DEC graphicsdrochner
2010-02-25a very preliminary driver for Wildcat 5110 / Sun XVR-500 graphics boardsmacallan
2010-02-25regenmacallan
2010-02-25add 3Dlabs Wildcat 5110, also known as Sun XVR-500macallan
2010-02-25Cardbus_free_tag() and cardbus_free_tag() are no-ops, so get rid of themdyoung
2010-02-24Use device_suspensor_t.dyoung
2010-02-24Start to tuck Cardbus under the PCI abstraction. Step #1, textualdyoung
2010-02-24Fix handling of 6bit VID register (6th bit takes place of 12VIn sensor).pgoyette
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-24Start to tuck Cardbus under the PCI abstraction. Step #1, textualdyoung
2010-02-24map some more punctuation to more or less good replacements in the IBMdrochner
2010-02-24Start to tuck Cardbus under the PCI abstraction. Step #1, textualdyoung
2010-02-24print end of line before getting the descriptor as it sleepsplunky
2010-02-24use # for include directive, just because..plunky
2010-02-24Use roundup2() in <sys/param.h> rather than a conditional.tsutsui
2010-02-24Now dp8390_config() calculates mem_ring correctly sotsutsui
2010-02-24Fix a wrong calculation bug around RX ring buffer memory addresstsutsui
2010-02-24Fix porting miss.kiyohara
2010-02-24- Use ctob() instead of ptoa() to obtain physical addresses from framejym
2010-02-23Move ahci_channel_start() after BSY has cleared (what seems to matterbouyer
2010-02-23Remove unused functions pci_disable_retry() and cardbus_disable_retry().dyoung
2010-02-23Correct calculation and display of SDR DRAM speed. From OpenBSD.pgoyette
2010-02-22Restore splashscreen support with genfb.ahoka
2010-02-22Import smcsmon(4) driver for SMSC LPC47M192 hardware monitorpgoyette
2010-02-21Fix confusion about PRE/POST in previous; and another place that has thebouyer
2010-02-21Fix bus_dmamap_sync(): it should be a BUS_DMASYNC_POSTWRITE afterbouyer
2010-02-21New wbsio(4) driver for Winbond Super I/O attachment of lm(4) on any port.cnst
2010-02-20printf -> aprint_normal to avoid empty linefeeds and partial messagespooka