summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)sanpei2004-08-281-0/+2
* remove unused prototypesos2004-08-271-1/+0
* Make code ready to switch debug.mpsafenet to 1 since I've not able torik2004-08-272-2/+4
* Improve sync recovery algorithm:gibbs2004-08-271-97/+119
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-273-5/+4
* Hide a printf under bootverbose.phk2004-08-271-1/+3
* Fix the handling of "inflight" requests when doing reinit's.sos2004-08-274-7/+35
* Set and reset the right bit for UDMA enable/disable on the ICH* chips.sos2004-08-271-2/+2
* Rearrange the call to disk_destroy.sos2004-08-271-6/+6
* Always set the status and move a printf under bootverbose.njl2004-08-271-5/+8
* If getting the current setting after modifying the link failed, we assumenjl2004-08-261-0/+1
* Correct capitalization of DeLorme Publishing.des2004-08-261-1/+1
* Don't call uart_bus_probe() for non-matching PnP-devices. Trying to probemarius2004-08-251-4/+3
* Remove code to initialize the lid state at boot. It interfered with lidnjl2004-08-251-29/+16
* Correct style nit in rev 1.17.obrien2004-08-251-2/+2
* if_dc includes locking, but that locking is disabled by a #ifdefrwatson2004-08-251-1/+2
* Sii_reset needs to wait up to 1 second to get slow disks with it sosos2004-08-241-1/+1
* Be sure to always unlock the sx lock when exiting the sysctl function.njl2004-08-241-1/+1
* Always pick up giant before returning from an ioctl call.sos2004-08-241-2/+4
* Properly check malloc returns.sos2004-08-241-10/+19
* Pick up changes in rev 1.8 of src/sys/dev/ic/mpt_netbsd.c from NetBSD.dwhite2004-08-241-1/+3
* Until I can get a clearer architecture from PHK about why he wantsmjacob2004-08-231-0/+2
* Rework sysresource management. Instead of having each sysresource objectnjl2004-08-233-124/+141
* Pass a correct lowaddr to bus_dma_tag_create(), lnc(4) cards can onlymux2004-08-221-1/+1
* When creating a new md, wait for geom's event queue to become emptycperciva2004-08-221-0/+1
* The new contigmalloc code is exposing a lot of misuses of busdma memorygreen2004-08-221-21/+15
* Workaround devices that responds with registers as *both* master & slave,sos2004-08-221-2/+10
* In the PCI error interrupt handler, specify the width of the PCI configurationgibbs2004-08-221-6/+7
* Set AHD_BUSFREEREV_BUG in the bug field for Rev B chips, not thegibbs2004-08-221-3/+3
* Add support for Intel E7205 AGP.anholt2004-08-221-0/+6
* Fix PCI link irq programming on resume. A logic bug prevented a devicenjl2004-08-211-1/+1
* Fix where my automated script blew the SCM ID format conversion.obrien2004-08-213-9/+9
* Attempt to make the probe for hardware more specific.phk2004-08-211-3/+22
* Fix aperture size detection on some ALi chipsets by only using the lowest 4 bitsanholt2004-08-211-4/+4
* Apply some stylistic changes based off of kern/70037 (content changes toanholt2004-08-211-10/+10
* Correct the args to busdma, mostly cosmetic.sos2004-08-201-6/+5
* Use the new start for the offset, not the old end.njl2004-08-201-1/+1
* Correctly handle BIOS resources that are duplicated (!). There are manynjl2004-08-201-4/+49
* Remove a check that is too strict. With BIOSen that specify an IO/ctl portnjl2004-08-201-4/+0
* Remove unused file.phk2004-08-201-67/+0
* Rewrite of the floppy driver to make it MPsafe & GEOM friendly:phk2004-08-205-1883/+1357
* fix LOR's in sk. Original patch from dwhite. This moves the memoryjmg2004-08-202-44/+56
* DONT PANICsos2004-08-201-1/+2
* put function's name at begining of column...jmg2004-08-201-1/+2
* add pci id for Belkin F5D5005 Gigabit ethernet card.jmg2004-08-202-0/+11
* Unconditionally support the AMD64 GART HW.obrien2004-08-193-15/+1
* 86 new vendor ID's from USB.org, and 3 corrections of existing vendor ID's.obrien2004-08-192-9/+88
* Initialize iobase from the resource allocated by bus_alloc_resource_any()gibbs2004-08-181-2/+2
* ss if_vx through indent, and use ANSI function definitions, prior to addinggibbs2004-08-185-1018/+990
* If _CRS fails, assume that it succeeded. The ASUS K8V (and others) definesnjl2004-08-181-2/+1
OpenPOWER on IntegriCloud