summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add polling support to the "em" driver.luigi2002-11-251-4/+59
* Fix handling of IFF_ALLMULTI. The same bug in various forms affectsluigi2002-11-251-9/+7
* various fixes to eliminate locking warningscg2002-11-259-57/+79
* various fixes to eliminate locking warningscg2002-11-251-1/+1
* if the list of supported formats is empty, fail the attach instead ofcg2002-11-251-4/+8
* Import some relevant changes from Via's if_fet driver:silby2002-11-252-2/+29
* Fix make_dev() to use 0644 instead of 0x644 for default permissionsscottl2002-11-251-1/+1
* Fix printf format problems that were stopping LINT on alphascottl2002-11-252-4/+5
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-7/+13
* Remove a comple of bogus debug printfs that snuck in during someimp2002-11-232-5/+2
* Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls.njl2002-11-231-2/+15
* According to the ACPI spec, the bus number of the child PCI bus of a hostjhb2002-11-221-7/+52
* Add a function host_pcib_get_bnsno() that attempts to determine the busjhb2002-11-222-0/+85
* Added support for DELL Perc4/DI.emoore2002-11-211-1/+4
* Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS,jake2002-11-181-6/+15
* Setup a default tty mode even if the device is not the console. Don'tjake2002-11-181-10/+4
* Remove some unnecessary code. Make the device description nicer. Add ajake2002-11-181-66/+31
* - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way tojake2002-11-171-21/+103
* Apply some fixups in the driver_t's.joe2002-11-173-3/+3
* Use a sysctl for controlling the debugging output.joe2002-11-171-6/+19
* Fix a typo in a console message.joe2002-11-171-1/+1
* DETACH_FORCE was removed recently. Remove it here, even though thisimp2002-11-171-7/+5
* Catch up with sam's changes to network interfaces.mux2002-11-151-2/+1
* network interface driver changes:sam2002-11-1460-694/+352
* o track either_ifattach/ether_ifdetach API changessam2002-11-146-107/+43
* Remove the remaining calls to free(), they are not needed anymore nowcognet2002-11-141-9/+0
* Fix printf() format errors.mux2002-11-142-2/+2
* Pass correct parameters to bus_space_barrier() instead of 0mux2002-11-141-2/+4
* MFp4:imp2002-11-141-0/+12
* MFp4:imp2002-11-141-4/+7
* MFp4:imp2002-11-141-4/+4
* Remove an impossible condition. pf->dev is always non-null here.imp2002-11-141-2/+1
* MFp4:imp2002-11-141-10/+7
* minor correction to commentimp2002-11-141-1/+1
* Add second and thrid bus-toaster IDsimp2002-11-141-0/+2
* regen to 1.37imp2002-11-141-2/+5
* Add a third aic-based bustoaster.imp2002-11-141-1/+2
* When parsing the CIS, if a BAR tuple is encountered, enable the correspondingscottl2002-11-131-0/+5
* Remove a bunch of #include "opt_pci.h".mux2002-11-137-7/+0
OpenPOWER on IntegriCloud