summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* revive_block: If we have an I/O error, don't forget to drop the stripe lock.grog2002-12-121-2/+4
* (1) Problem: PANIC when loading/unloading driveremoore2002-12-115-11/+95
* Add sysctl knob to stop disabling acpi on shutdown.takawata2002-12-112-2/+10
* Play nice with GEOM and use the appropriate ioctls for getting thescottl2002-12-101-20/+12
* Fix a panic unloading the bktr driver when devfs is in use.roger2002-12-091-10/+2
* MFNetBSD: (partial 1.133)joe2002-12-091-0/+2
* MFNetBSD:joe2002-12-091-5/+0
* Don't corrupt the ED list whilst removing an entry.joe2002-12-091-1/+1
* Fix a bug which caused signals on YUV images to fail.roger2002-12-071-7/+6
* Fix linking problem when atadisk is not use in ata-all.csos2002-12-063-3/+19
* Reduce and improve debug messages.simokawa2002-12-065-30/+47
* The sequencer downloading code assumes that all jumpscottl2002-12-051-3/+5
* Remove an unused variable that snuck in the last commit.anholt2002-12-041-1/+1
* Last minute fixes to ahc and ahd:scottl2002-12-046-47/+94
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theanholt2002-12-041-62/+17
* Add support for the PC98 platform to the ATA driver.sos2002-12-038-42/+594
* Properly account for prefetchable memory when a request is being made.imp2002-12-031-47/+112
* Implement DIOCGDINFO for volumes. newfs will no longer build a filegrog2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the devicegrog2002-12-021-23/+24
* In ata_reinit, when ata_getparam fails for a new device (indicating thatthomas2002-12-011-4/+5
* Major update to the ahd driver to fix many bugs found in the previousscottl2002-12-014-372/+949
* Implement workaround for broken busfree-rev in the A4.scottl2002-12-011-69/+148
* Add our controller name to the front of ourscottl2002-12-011-3/+16
* Remove redundant check for chip type being PCI-X.scottl2002-12-011-4/+4
* Update to include new ahd_scb_timer_reset APIscottl2002-12-011-3/+12
* Move the check for the MD_SHUTDOWN flag to before the tsleep() calliedowse2002-11-301-1/+1
* Synchronize perforce Id tagsscottl2002-11-301-1/+1
* Bring in many bugfixes and changes obtained from formal testing:scottl2002-11-304-149/+435
* Add a routine for testing memory mapped register access.scottl2002-11-301-8/+58
* Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO ifscottl2002-11-301-4/+22
* Handle changes to SCB_CONTROL, scb->flags and SEQ_FLAGSscottl2002-11-301-5/+6
* Use the new ahc_scb_timer_reset APIscottl2002-11-301-4/+27
* Add support for the Olivetti branded EISA boards.scottl2002-11-301-1/+15
* Revisit the printf format fixes for alpha. intmax_t doesn't exist inscottl2002-11-282-5/+4
* o Changes to support NEWCARD.non2002-11-281-2/+31
* o Changes to support NEWCARD.non2002-11-281-2/+54
* o Changes to support NEWCARD.non2002-11-281-2/+35
* regen to 1.38non2002-11-281-2/+60
* o Add PC-Cards' ID or CIS strings which are supported by ncv, nsp,non2002-11-281-1/+27
* Resolve conflicts arising from the ACPI CA 20021118 import.iwasaki2002-11-272-5/+5
* Need more parens here.imp2002-11-271-1/+1
* Disable debug output from acpi_pci_link.iwasaki2002-11-271-5/+5
* Minor updates to the aicasm:scottl2002-11-273-5/+5
* Xircom cards store the MAC address in the CIS, so get it from the newimp2002-11-271-2/+8
* Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,imp2002-11-274-3/+97
* Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-likeimp2002-11-272-0/+10
* (hopefully) fix build breakage some people are seeingcg2002-11-2613-23/+23
* - Assume a bus number of zero if evaluating _BBN fails, not if it succeeds.jhb2002-11-251-9/+8
* Fix a couple of bugs in host_pcib_get_busno():jhb2002-11-251-5/+5
* Fix IFF_ALLMULTI handling.luigi2002-11-251-7/+7
OpenPOWER on IntegriCloud