aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug which caused signals on YUV images to fail.Roger Hardiman2002-12-071-7/+6
* Fix linking problem when atadisk is not use in ata-all.cSøren Schmidt2002-12-063-3/+19
* Reduce and improve debug messages.Hidetoshi Shimokawa2002-12-065-30/+47
* The sequencer downloading code assumes that all jumpScott Long2002-12-051-3/+5
* Remove an unused variable that snuck in the last commit.Eric Anholt2002-12-041-1/+1
* Last minute fixes to ahc and ahd:Scott Long2002-12-046-47/+94
* Fix witness warning in DRM memory info sysctl by making a temporary copy of theEric Anholt2002-12-041-62/+17
* Add support for the PC98 platform to the ATA driver.Søren Schmidt2002-12-038-42/+594
* Properly account for prefetchable memory when a request is being made.Warner Losh2002-12-031-47/+112
* Implement DIOCGDINFO for volumes. newfs will no longer build a fileGreg Lehey2002-12-021-0/+4
* Don't blindly call make_dev when configuring an object: the deviceGreg Lehey2002-12-021-23/+24
* In ata_reinit, when ata_getparam fails for a new device (indicating thatThomas Quinot2002-12-011-4/+5
* Major update to the ahd driver to fix many bugs found in the previousScott Long2002-12-014-372/+949
* Implement workaround for broken busfree-rev in the A4.Scott Long2002-12-011-69/+148
* Add our controller name to the front of ourScott Long2002-12-011-3/+16
* Remove redundant check for chip type being PCI-X.Scott Long2002-12-011-4/+4
* Update to include new ahd_scb_timer_reset APIScott Long2002-12-011-3/+12
* Move the check for the MD_SHUTDOWN flag to before the tsleep() callIan Dowse2002-11-301-1/+1
* Synchronize perforce Id tagsScott Long2002-11-301-1/+1
* Bring in many bugfixes and changes obtained from formal testing:Scott Long2002-11-304-149/+435
* Add a routine for testing memory mapped register access.Scott Long2002-11-301-8/+58
* Always compile in the AHC_ALLOW_MEMIO code, but only try MEMIO ifScott Long2002-11-301-4/+22
* Handle changes to SCB_CONTROL, scb->flags and SEQ_FLAGSScott Long2002-11-301-5/+6
* Use the new ahc_scb_timer_reset APIScott Long2002-11-301-4/+27
* Add support for the Olivetti branded EISA boards.Scott Long2002-11-301-1/+15
* Revisit the printf format fixes for alpha. intmax_t doesn't exist inScott Long2002-11-282-5/+4
* o Changes to support NEWCARD.Noriaki Mitsunaga2002-11-281-2/+31
* o Changes to support NEWCARD.Noriaki Mitsunaga2002-11-281-2/+54
* o Changes to support NEWCARD.Noriaki Mitsunaga2002-11-281-2/+35
* regen to 1.38Noriaki Mitsunaga2002-11-281-2/+60
* o Add PC-Cards' ID or CIS strings which are supported by ncv, nsp,Noriaki Mitsunaga2002-11-281-1/+27
* Resolve conflicts arising from the ACPI CA 20021118 import.Mitsuru IWASAKI2002-11-272-5/+5
* Need more parens here.Warner Losh2002-11-271-1/+1
* Disable debug output from acpi_pci_link.Mitsuru IWASAKI2002-11-271-5/+5
* Minor updates to the aicasm:Scott Long2002-11-273-5/+5
* Xircom cards store the MAC address in the CIS, so get it from the newWarner Losh2002-11-271-2/+8
* Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS,Warner Losh2002-11-274-3/+97
* Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-likeWarner Losh2002-11-272-0/+10
* (hopefully) fix build breakage some people are seeingCameron Grant2002-11-2613-23/+23
* - Assume a bus number of zero if evaluating _BBN fails, not if it succeeds.John Baldwin2002-11-251-9/+8
* Fix a couple of bugs in host_pcib_get_busno():John Baldwin2002-11-251-5/+5
* Fix IFF_ALLMULTI handling.Luigi Rizzo2002-11-251-7/+7
* Add polling support to the "em" driver.Luigi Rizzo2002-11-251-4/+59
* Fix handling of IFF_ALLMULTI. The same bug in various forms affectsLuigi Rizzo2002-11-251-9/+7
* various fixes to eliminate locking warningsCameron Grant2002-11-259-57/+79
* various fixes to eliminate locking warningsCameron Grant2002-11-251-1/+1
* if the list of supported formats is empty, fail the attach instead ofCameron Grant2002-11-251-4/+8
* Import some relevant changes from Via's if_fet driver:Mike Silbersack2002-11-252-2/+29
* Fix make_dev() to use 0644 instead of 0x644 for default permissionsScott Long2002-11-251-1/+1
* Fix printf format problems that were stopping LINT on alphaScott Long2002-11-252-4/+5