aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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-6/+15
* 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
* Use a sysctl for controlling the debugging output.Josef Karthauser2002-11-171-6/+19
* Fix a typo in a console message.Josef Karthauser2002-11-171-1/+1
* DETACH_FORCE was removed recently. Remove it here, even though thisWarner Losh2002-11-171-7/+5
* Catch up with sam's changes to network interfaces.Maxime Henrion2002-11-151-2/+1
* network interface driver changes:Sam Leffler2002-11-1460-694/+352
* o track either_ifattach/ether_ifdetach API changesSam Leffler2002-11-146-107/+43
* Remove the remaining calls to free(), they are not needed anymore nowOlivier Houchard2002-11-141-9/+0
* Fix printf() format errors.Maxime Henrion2002-11-142-2/+2
* Pass correct parameters to bus_space_barrier() instead of 0Maxime Henrion2002-11-141-2/+4
* MFp4:Warner Losh2002-11-141-0/+12
* MFp4:Warner Losh2002-11-141-4/+7
* MFp4:Warner Losh2002-11-141-4/+4
* Remove an impossible condition. pf->dev is always non-null here.Warner Losh2002-11-141-2/+1
* MFp4:Warner Losh2002-11-141-10/+7
* minor correction to commentWarner Losh2002-11-141-1/+1
* Add second and thrid bus-toaster IDsWarner Losh2002-11-141-0/+2