| Commit message (Expand) | Author | Age | Files | Lines |
| * | regen to 1.38 | Noriaki Mitsunaga | 2002-11-28 | 1 | -2/+60 |
| * | o Add PC-Cards' ID or CIS strings which are supported by ncv, nsp, | Noriaki Mitsunaga | 2002-11-28 | 1 | -1/+27 |
| * | Resolve conflicts arising from the ACPI CA 20021118 import. | Mitsuru IWASAKI | 2002-11-27 | 2 | -5/+5 |
| * | Need more parens here. | Warner Losh | 2002-11-27 | 1 | -1/+1 |
| * | Disable debug output from acpi_pci_link. | Mitsuru IWASAKI | 2002-11-27 | 1 | -5/+5 |
| * | Minor updates to the aicasm: | Scott Long | 2002-11-27 | 3 | -5/+5 |
| * | Xircom cards store the MAC address in the CIS, so get it from the new | Warner Losh | 2002-11-27 | 1 | -2/+8 |
| * | Implement PCI_IVAR_ETHADDR. Cardbus has the MAC addr in the CIS, | Warner Losh | 2002-11-27 | 4 | -3/+97 |
| * | Add a new cardbus specific ivar: PCI_IVAR_ETHADDR. Some pci-like | Warner Losh | 2002-11-27 | 2 | -0/+10 |
| * | (hopefully) fix build breakage some people are seeing | Cameron Grant | 2002-11-26 | 13 | -23/+23 |
| * | - Assume a bus number of zero if evaluating _BBN fails, not if it succeeds. | John Baldwin | 2002-11-25 | 1 | -9/+8 |
| * | Fix a couple of bugs in host_pcib_get_busno(): | John Baldwin | 2002-11-25 | 1 | -5/+5 |
| * | Fix IFF_ALLMULTI handling. | Luigi Rizzo | 2002-11-25 | 1 | -7/+7 |
| * | Add polling support to the "em" driver. | Luigi Rizzo | 2002-11-25 | 1 | -4/+59 |
| * | Fix handling of IFF_ALLMULTI. The same bug in various forms affects | Luigi Rizzo | 2002-11-25 | 1 | -9/+7 |
| * | various fixes to eliminate locking warnings | Cameron Grant | 2002-11-25 | 9 | -57/+79 |
| * | various fixes to eliminate locking warnings | Cameron Grant | 2002-11-25 | 1 | -1/+1 |
| * | if the list of supported formats is empty, fail the attach instead of | Cameron Grant | 2002-11-25 | 1 | -4/+8 |
| * | Import some relevant changes from Via's if_fet driver: | Mike Silbersack | 2002-11-25 | 2 | -2/+29 |
| * | Fix make_dev() to use 0644 instead of 0x644 for default permissions | Scott Long | 2002-11-25 | 1 | -1/+1 |
| * | Fix printf format problems that were stopping LINT on alpha | Scott Long | 2002-11-25 | 2 | -4/+5 |
| * | Add `if (!cold)' checkings for functions which is called via SYSINIT. | Mitsuru IWASAKI | 2002-11-24 | 1 | -7/+13 |
| * | Remove a comple of bogus debug printfs that snuck in during some | Warner Losh | 2002-11-23 | 2 | -5/+2 |
| * | Allow acd(4) and cd(4) to support old behavior for CDRIOC*SPEED ioctls. | Nate Lawson | 2002-11-23 | 1 | -2/+15 |
| * | According to the ACPI spec, the bus number of the child PCI bus of a host | John Baldwin | 2002-11-22 | 1 | -7/+52 |
| * | Add a function host_pcib_get_bnsno() that attempts to determine the bus | John Baldwin | 2002-11-22 | 2 | -0/+85 |
| * | Added support for DELL Perc4/DI. | Eric Moore | 2002-11-21 | 1 | -1/+4 |
| * | Create the ofwcons device at SI_SUB_CONFIGURE instead of SI_SUB_DRIVERS, | Jake Burkholder | 2002-11-18 | 1 | -5/+14 |
| * | Setup a default tty mode even if the device is not the console. Don't | Jake Burkholder | 2002-11-18 | 1 | -10/+4 |
| * | Remove some unnecessary code. Make the device description nicer. Add a | Jake Burkholder | 2002-11-18 | 1 | -66/+31 |
| * | - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way to | Jake Burkholder | 2002-11-17 | 1 | -21/+103 |
| * | Apply some fixups in the driver_t's. | Josef Karthauser | 2002-11-17 | 3 | -3/+3 |
| * | Use a sysctl for controlling the debugging output. | Josef Karthauser | 2002-11-17 | 1 | -6/+19 |
| * | Fix a typo in a console message. | Josef Karthauser | 2002-11-17 | 1 | -1/+1 |
| * | DETACH_FORCE was removed recently. Remove it here, even though this | Warner Losh | 2002-11-17 | 1 | -7/+5 |
| * | Catch up with sam's changes to network interfaces. | Maxime Henrion | 2002-11-15 | 1 | -2/+1 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 60 | -694/+352 |
| * | o track either_ifattach/ether_ifdetach API changes | Sam Leffler | 2002-11-14 | 6 | -107/+43 |
| * | Remove the remaining calls to free(), they are not needed anymore now | Olivier Houchard | 2002-11-14 | 1 | -9/+0 |
| * | Fix printf() format errors. | Maxime Henrion | 2002-11-14 | 2 | -2/+2 |
| * | Pass correct parameters to bus_space_barrier() instead of 0 | Maxime Henrion | 2002-11-14 | 1 | -2/+4 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -0/+12 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -4/+7 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -4/+4 |
| * | Remove an impossible condition. pf->dev is always non-null here. | Warner Losh | 2002-11-14 | 1 | -2/+1 |
| * | MFp4: | Warner Losh | 2002-11-14 | 1 | -10/+7 |
| * | minor correction to comment | Warner Losh | 2002-11-14 | 1 | -1/+1 |
| * | Add second and thrid bus-toaster IDs | Warner Losh | 2002-11-14 | 1 | -0/+2 |
| * | regen to 1.37 | Warner Losh | 2002-11-14 | 1 | -2/+5 |
| * | Add a third aic-based bustoaster. | Warner Losh | 2002-11-14 | 1 | -1/+2 |