| Commit message (Expand) | Author | Age | Files | Lines |
* | Add i815 IDs | ache | 2000-10-20 | 1 | -1/+19 |
* | Catch up to moving headers: | jhb | 2000-10-20 | 1 | -1/+1 |
* | Remove unnecessary machine/mutex.h include. | jhb | 2000-10-20 | 1 | -1/+0 |
* | NEWCARD/Cardbus - | jon | 2000-10-19 | 2 | -9/+207 |
* | Write the routed interrupt back to PCI configuration space. | msmith | 2000-10-19 | 1 | -1/+1 |
* | This didn't compile. Fix typo: s/rmang_get_start/rman_get_start/ | peter | 2000-10-18 | 1 | -1/+1 |
* | Use appropriate resource management accessors instead of directly | mdodd | 2000-10-18 | 1 | -2/+1 |
* | Add support for cardbus card's chips. This will make the 3c575 cards | imp | 2000-10-16 | 2 | -5/+38 |
* | Very early and very *very* lightly tested support for LIVENGOOD chipset | mjacob | 2000-10-16 | 3 | -30/+198 |
* | When wierdreset flag is set, turn on the DISADVFD flag when we reset | imp | 2000-10-16 | 1 | -1/+2 |
* | Forgot to commit this last night. | imp | 2000-10-16 | 1 | -0/+10 |
* | Remove an errant splimp() that I missed when I went through this driver | wpaul | 2000-10-16 | 1 | -3/+0 |
* | The previous commit broke kernel builds on alpha (and probably ia64). | gallatin | 2000-10-16 | 1 | -0/+2 |
* | Added support for i815. | ru | 2000-10-16 | 1 | -2/+16 |
* | When a pci device hasn't had an interrupt routed to it (signified by | imp | 2000-10-16 | 1 | -0/+19 |
* | Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). After | wpaul | 2000-10-15 | 1 | -1/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 23 | -23/+0 |
* | Recognize the ServerWorks IB6566 south bridge. | alc | 2000-10-14 | 1 | -0/+4 |
* | Clean up a few things in dc_setcfg() pointed out to be me by | wpaul | 2000-10-14 | 1 | -4/+9 |
* | Make mutex name reflect device driver name. | cp | 2000-10-13 | 1 | -1/+2 |
* | Use device_get_nameunit(dev) as the mutex string when calling | wpaul | 2000-10-13 | 13 | -44/+65 |
* | First round of converting network drivers from spls to mutexes. This | wpaul | 2000-10-13 | 22 | -274/+542 |
* | Make if_sk stop using the "hide the softc structure in the jumbo buffer" | bmilekic | 2000-10-12 | 2 | -27/+13 |
* | Validate the PCI bus number that we fetch from our parent, since there's no | msmith | 2000-10-09 | 1 | -2/+5 |
* | When leaving suspend mode after enabling/disabling the promisc mode bit, | wpaul | 2000-10-06 | 1 | -0/+4 |
* | Add the card ID for the Am79c975 PCnet/FAST III card. This is a variant | wpaul | 2000-10-05 | 2 | -0/+2 |
* | - Add another PCI Id for a Lucent Win Modem. | jhb | 2000-10-05 | 1 | -1/+2 |
* | Add support for parsing the media blocks from the SROM on 21143 | wpaul | 2000-10-05 | 2 | -57/+341 |
* | Convert lockmgr locks from using simple locks to using mutexes. | jasone | 2000-10-04 | 1 | -0/+1 |
* | Add support for the AMD Am79c976 PCnet/PRO controller chip. For now | wpaul | 2000-10-03 | 2 | -14/+10 |
* | 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 |