| Commit message (Expand) | Author | Age | Files | Lines |
* | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | peter | 1999-04-24 | 32 | -41/+168 |
* | Replace the pcidevice_set linker set based configuration mechanism for old | peter | 1999-04-24 | 2 | -11/+29 |
* | Zap some #if 0 code for wired PCI devices. This will look quite different | peter | 1999-04-24 | 1 | -155/+1 |
* | ahc_pci.c: | gibbs | 1999-04-23 | 2 | -117/+152 |
* | Stage 1 of a cleanup of the i386 interrupt registration mechanism. | peter | 1999-04-21 | 1 | -8/+4 |
* | Recognize PC-98 16-bits bus (C-bus) as ISA bus. Because class number | kato | 1999-04-20 | 1 | -7/+24 |
* | Add entries for Intel 82443GX chipset. | jkh | 1999-04-18 | 1 | -1/+7 |
* | Implement an EISA new-bus framework. The old driver probe mechanism | peter | 1999-04-18 | 2 | -83/+135 |
* | Probe the SiS 85c503 as a PCI-ISA bridge. | dfr | 1999-04-17 | 1 | -3/+5 |
* | Well folks, this is it - The second stage of the removal for build support | peter | 1999-04-17 | 3 | -63/+3 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 13 | -737/+1597 |
* | Add bridging support (tested in 3.1-RELEASE by Steven Vetzal | ghelmer | 1999-04-16 | 2 | -25/+81 |
* | - Close PR #11136: add PCI ID for another new cyclone device: the | wpaul | 1999-04-15 | 2 | -32/+61 |
* | Added missing newline to "no ports found!" message. | alex | 1999-04-15 | 1 | -2/+2 |
* | Grrr. Make all modes work properly with the 82c168 chip and built-in | wpaul | 1999-04-14 | 2 | -15/+35 |
* | Build the functionality of the wdc_p hack into the ide_pci.c code. | peter | 1999-04-13 | 2 | -76/+12 |
* | Shoot the LKM support in the old wd/wdc/atapi driver set in the head and | peter | 1999-04-13 | 2 | -12/+4 |
* | Some more fixes: | wpaul | 1999-04-13 | 2 | -38/+45 |
* | Merge in some updates for the RealTek driver, mainly: | wpaul | 1999-04-12 | 2 | -168/+113 |
* | Grr... don't touch the PN_GEN (general purpose) register in pn_setcfg() | wpaul | 1999-04-12 | 1 | -6/+8 |
* | Add support for the 3cSOHO100-TX, which is a "hurricane" chipset | wpaul | 1999-04-12 | 2 | -3/+8 |
* | Minor tweak: move initialiation of busctl register to before setting of | wpaul | 1999-04-12 | 1 | -3/+3 |
* | Some small updates: | wpaul | 1999-04-11 | 2 | -9/+27 |
* | Changed pci_config_read() to pci_map_port(). Pointed out by Doug Rabson. | n_hibma | 1999-04-11 | 1 | -2/+5 |
* | Enable the promiscuous mode workaround for the PNIC 82c168 chip, which | wpaul | 1999-04-11 | 2 | -4/+6 |
* | Staticize. | eivind | 1999-04-11 | 2 | -5/+5 |
* | pci_register_lkm can fail gracefully, so let it do that when there is | eivind | 1999-04-11 | 1 | -2/+2 |
* | Finally add support for the older 82c168 PNIC chip with the built-in | wpaul | 1999-04-10 | 2 | -38/+314 |
* | Make ASIX driver work on FreeBSD/alpha, add to GENERIC. | wpaul | 1999-04-08 | 2 | -3/+68 |
* | Add PCI IDs for the Compex RL100-TX, which uses the Macronix 98713 chip. | wpaul | 1999-04-08 | 2 | -17/+36 |
* | Remove inactive pmap_setdevram()/pmap_setvidram consumer code. | msmith | 1999-04-07 | 1 | -27/+1 |
* | fix typo | n_hibma | 1999-04-06 | 1 | -2/+2 |
* | Remove teensy-weensy bit of debug code that crept in. | wpaul | 1999-04-06 | 1 | -6/+3 |
* | Add driver support for gigabit ethernet adapters based on the Alteon | wpaul | 1999-04-06 | 4 | -0/+12497 |
* | Read the board revision and trim cache line size back from 16 to 1 | mjacob | 1999-04-04 | 1 | -8/+71 |
* | Import PCI pccard bridge chip probing from PAO. Hopeful prelude for | nsayer | 1999-04-01 | 2 | -13/+44 |
* | Make the Macronix driver work on FreeBSD/alpha and add to GENERIC. | wpaul | 1999-04-01 | 2 | -23/+72 |
* | Shorten device names so that the pci probe lines don't exceed 80 chars | wpaul | 1999-03-31 | 1 | -12/+15 |
* | Add support for bridging to if_tx.c | nsayer | 1999-03-31 | 1 | -1/+43 |
* | Insert ifmedia_set() that I forgot and put in the vtophys() hack for | wpaul | 1999-03-31 | 2 | -3/+10 |
* | Fix a line wrap bogon. | wpaul | 1999-03-30 | 1 | -3/+4 |
* | Various updates for the ThunderLAN driver: | wpaul | 1999-03-30 | 2 | -129/+110 |
* | Add support for SiS 5591/5595 chipset. | grog | 1999-03-28 | 1 | -3/+224 |
* | Cleaning up of code, remove unneeded cruft and make | n_hibma | 1999-03-27 | 2 | -127/+90 |
* | Make the xl and pn drivers work on FreeBSD/alpha and add them to | wpaul | 1999-03-27 | 4 | -64/+118 |
* | enable 1080 LVD support | mjacob | 1999-03-25 | 1 | -21/+19 |
* | Check whether the PIRQD enable bit is set in LegSup and if not, set it. | n_hibma | 1999-03-23 | 1 | -8/+17 |
* | Add support for the 3950U2B controller. | gibbs | 1999-03-23 | 1 | -1/+16 |
* | Turn on PCI bus mastering in driver attach routine | wes | 1999-03-20 | 1 | -1/+10 |
* | MF22... add bridging support to the device drivers. Without this | luigi | 1999-03-17 | 2 | -19/+65 |