| Commit message (Expand) | Author | Age | Files | Lines |
* | Add definition for PCIS_SERIALBUS_SMBUS PCI device subclass. | archie | 2000-10-02 | 1 | -2/+1 |
* | Recognize the ATI Rage128-LF Mobility AGP video adapter. | jhb | 2000-09-29 | 1 | -0/+2 |
* | Spelling police in a comment: Defalut -> Default. | jhb | 2000-09-29 | 1 | -1/+1 |
* | Get out the roto-rooter and clean up the abuse of nexus ivars by the | peter | 2000-09-28 | 1 | -2/+6 |
* | Don't #include <sys/proc.h>, since machine/mutex.h does it now. | jasone | 2000-09-23 | 1 | -1/+0 |
* | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | ps | 2000-09-22 | 1 | -1/+0 |
* | Typo in comment (decent performances -> decent performance). | wpaul | 2000-09-22 | 1 | -1/+1 |
* | Make pcn_miibus_readreg() latch onto the first PHY that it finds (as | wpaul | 2000-09-22 | 2 | -1/+5 |
* | some copyright cleanups | mjacob | 2000-09-21 | 1 | -3/+2 |
* | Add the PCI device ID for the on-board ethernet controllers on the | wpaul | 2000-09-21 | 2 | -0/+4 |
* | Remove one debug line that snuck in by accident. | wpaul | 2000-09-20 | 1 | -1/+0 |
* | Add a new driver for the AMD PCnet/FAST, FAST+ and Home PCI adapters. | wpaul | 2000-09-20 | 2 | -0/+1865 |
* | Clean up the VIA id's a bit and add the K[TX]133 chipsets | sos | 2000-09-20 | 1 | -7/+12 |
* | If this is a Davicom DM9102A and we're enabling the homePNA link, force | wpaul | 2000-09-20 | 1 | -4/+9 |
* | Removed NetBSD support, which bit-rotted long ago. | dg | 2000-09-18 | 2 | -363/+41 |
* | Added a couple more missing FXP_SPLVAR()'s. | dg | 2000-09-17 | 1 | -0/+2 |
* | As a minor optimization, do suspended checking more like it was originally | dg | 2000-09-17 | 1 | -1/+6 |
* | Added missing FXP_SPLVAR() to fxp_intr(). | dg | 2000-09-17 | 1 | -2/+2 |
* | Attempt to replicate the new fxp SMP locking in the changes committed | dg | 2000-09-17 | 1 | -6/+8 |
* | Added support for APM suspend/resume. | dg | 2000-09-17 | 2 | -7/+111 |
* | Add include of proc.h to make compile without SMP defined. This | cp | 2000-09-17 | 1 | -0/+1 |
* | Add locking to make able to run without the Giant lock being held. This | cp | 2000-09-17 | 2 | -17/+51 |
* | Add PCIM_CMD_MWRICEN, the bit in the command register in PCI space | gibbs | 2000-09-16 | 1 | -0/+1 |
* | Make LINT compile again. | phk | 2000-09-16 | 1 | -0/+1 |
* | - Remove the inthand2_t type and use the equivalent driver_intr_t type from | jhb | 2000-09-13 | 1 | -8/+1 |
* | Per msmith's request, don't attach to Qlogic 12160 id'd cards that have | mjacob | 2000-09-07 | 1 | -0/+8 |
* | Special-case the LED twiddling code so that it doesn't do anything | wpaul | 2000-09-07 | 2 | -2/+12 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -1/+3 |
* | Register resources in a more opportune order for the hardware. | phk | 2000-09-05 | 1 | -17/+17 |
* | Add compaq hotplug PCI device id. | peter | 2000-09-05 | 1 | -9/+27 |
* | When dumping the 'found devices' list in verbose mode, actually show the | peter | 2000-09-05 | 1 | -0/+2 |
* | Fix pci-pci bridges (I hope). | peter | 2000-09-03 | 1 | -9/+4 |
* | Define some more bits in CSR15 needed for previous change. | wpaul | 2000-09-02 | 1 | -0/+4 |
* | Make the blinkylights on non-MII 21143 cards work. We need to enable | wpaul | 2000-09-01 | 1 | -0/+11 |
* | If a base address register has been set up by the BIOS, but the relevant | msmith | 2000-09-01 | 1 | -6/+13 |
* | Take a shot at fixing multiple pci busses on i386. | peter | 2000-08-31 | 1 | -6/+11 |
* | Remove duplicate static definition of pci_devclass | peter | 2000-08-31 | 1 | -1/+0 |
* | Add a detach method to allow this device to be unloaded. | imp | 2000-08-30 | 1 | -0/+7 |
* | Add TI-1031 id. It doesn't work yet, but it is nice to have it. | imp | 2000-08-29 | 2 | -0/+6 |
* | * Completely rewrite the alpha busspace to hide the implementation from | dfr | 2000-08-28 | 7 | -216/+318 |
* | Add support for the 3Com 556 and 556B mini-pci adapters used on some | wpaul | 2000-08-28 | 2 | -9/+89 |
* | remove clause 3 licence | mjacob | 2000-08-27 | 1 | -7/+1 |
* | Correct messages for VIA Apollo Pro133A. | kuriyama | 2000-08-25 | 1 | -1/+5 |
* | Fix up the sis driver, largely to improve the NatSemi DP83815 support: | wpaul | 2000-08-22 | 2 | -19/+85 |
* | Replace the mbuf external reference counting code with something | dwmalone | 2000-08-19 | 5 | -152/+32 |
* | Fix a bug brought to light by the people working on SMPng. I don't quite | wpaul | 2000-08-11 | 1 | -1/+11 |
* | Close PR 20438. Make fix for preserving LED settings conditional on | wpaul | 2000-08-07 | 1 | -3/+7 |
* | Add the ESS Solo-1 to generic chip match. | sanpei | 2000-08-03 | 1 | -0/+2 |
* | Add support for the Netgear GA620T copper gigabit card. | wpaul | 2000-08-02 | 2 | -1/+8 |
* | Add call to bus_generic_attach() at the end of sk_attach(). It turns out that | wpaul | 2000-08-02 | 1 | -0/+2 |