aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add `if (!cold)' checkings for functions which is called via SYSINIT.Mitsuru IWASAKI2002-11-241-7/+13
* Remove a comple of bogus debug printfs that snuck in during someWarner Losh2002-11-232-5/+2
* Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.Nate Lawson2002-11-231-2/+15
* According to the ACPI spec, the bus number of the child PCI bus of a hostJohn Baldwin2002-11-221-7/+52
* Add a function host_pcib_get_bnsno() that attempts to determine the busJohn Baldwin2002-11-222-0/+85
* Added support for DELL Perc4/DI.Eric Moore2002-11-211-1/+4
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,Jake Burkholder2002-11-181-5/+14
* Setup a default tty mode even if the device is not the console. Don'tJake Burkholder2002-11-181-10/+4
* Remove some unnecessary code. Make the device description nicer. Add aJake Burkholder2002-11-181-66/+31
* - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way toJake Burkholder2002-11-171-21/+103
* Apply some fixups in the driver_t's.Josef Karthauser2002-11-173-3/+3