]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/pci
Sync with sys/i386/isa/sio.c revision up to 1.223.
[FreeBSD/FreeBSD.git] / sys / pci /
1999-01-16 wpaulStability fixes:
1999-01-16 wpaulFix some stability problems:
1999-01-16 msmithSpell "ctlr" consistently.
1999-01-16 msmithFix breakage in rev 1.19; the second argument to ide_pc...
1999-01-15 bdeUse a fast interrupt handler for the PCI version of...
1999-01-14 markmThis commit was generated by cvs2svn to compensate...
1999-01-14 jdpReplace includes of <sys/kernel.h> with includes of
1999-01-13 obrienThis commit was generated by cvs2svn to compensate...
1999-01-13 bdeLet drivers specify interrupt flags (INTR_EXCL and...
1999-01-13 julianAdd support for the ACER LABS Aladin chipset UDMA contr...
1999-01-12 peterThis commit was generated by cvs2svn to compensate...
1999-01-12 eivindSwitch type of vxintr instead of using the previous...
1999-01-12 eivindRemove 'pci_bridgeto' - it was just an empty placeholder.
1999-01-12 eivindRemove unused variable.
1999-01-12 eivindSilence warning by casting vxintr to correct type
1999-01-12 eivindClean out warnings introduced in last commit.
1999-01-11 bdeFixed minor style bugs in previous commit.
1999-01-11 bdeUpdated for not-so-new version of Cyclom-Y PCI boards...
1999-01-11 julianremove some unused variables
1999-01-11 julianAdd support for the Cyrix Cx5530 PCI/ISA bridge which...
1999-01-10 wpaulTweak the vr_start() and vr_rxeof() routines a little...
1999-01-10 peterThis commit was generated by cvs2svn to compensate...
1999-01-10 mjacobAmazingly stupid forgetfullness had me forgetting to...
1999-01-09 wpaulAdd driver support (and man page) for PCI fast ethernet...
1999-01-09 kjccleanup: remove part of the code for 2.1.
1999-01-06 wpaulAdd some tweaks to mx_mii_readreg(), mx_phy_readreg...
1999-01-05 wpaulGRRRR! Apparently, the promiscuous mode chip bug which...
1999-01-03 wpaulMinor bug: in the case where allocating a fresh mbuf...
1998-12-31 wpaulThis commit adds a software workaround for a hardware...
1998-12-31 luigiAdd Joachim Kuebart's ES1370 driver. With my Shuttle...
1998-12-30 hoekSilence -Wtrigraph.
1998-12-29 wpaulFix the tl_start() routine; sometimes the tl_tx_tail...
1998-12-28 mjacobclarify headers;ansify
1998-12-27 foxfairTurn the VIA chipset ,<<IDE/USB>> controller probing...
1998-12-24 wpaulOne more time: another case where we need to trim the...
1998-12-24 wpaulGrrrr... The RealTek 8139 is yet another chip that...
1998-12-24 wpaulThe VIA Rhine appears to be yet another chip that alway...
1998-12-24 wpaulFix a small bug in xl_start(): when queuing a packet...
1998-12-23 foxfairAdd Matrox Mystique 1064/1164SG chips info. By the...
1998-12-22 gibbsStaticize the overrun buffer so that they are not share...
1998-12-21 joergThis commit was generated by cvs2svn to compensate...
1998-12-21 msmithCheck for DMA capbility is against unit,not controller.
1998-12-20 bdeRemove a vestige of the amd driver.
1998-12-19 foxfairAdd more non-Intel family ((new)) chipset, just like...
1998-12-19 julianRemove the bogus charracters "42" from the beginning...
1998-12-19 wpaulTrim the ethernet CRC from received frames manually...
1998-12-19 msmithFix for bogus BIOS configuration of the 450NX PCI inter...
1998-12-19 msmithSupport for Intel 450NX-based systems with more than...
1998-12-18 wpaulCorrect the definition for PN_NETCFG_NO_RXCRC: it's...
1998-12-16 eivindvxalloc() can return NULL. Deal with it.
1998-12-15 gibbsPull in new ccb_hdr list types.
1998-12-14 n_hibmaRemoved probe for VIA 82C586B OHCI controller (is done...
1998-12-14 dillon probe function changed from returning char * to...
1998-12-14 dillon Fix uninitialized variable warning by preinitializi...
1998-12-14 dillon pci_device pd_probe function changed from returning...
1998-12-10 wpaulSilence gcc -Wall -ansi -pedantic.
1998-12-10 wpaulSilence gcc -Wall -ansi -pedantic and fix minor bug...
1998-12-10 archieEliminate compiler warning.
1998-12-10 archieEliminate compiler warning.
1998-12-09 eivindCheck return value of malloc.
1998-12-09 eivindBailing out when malloc returns != NULL will not help...
1998-12-09 eivindAdjust prototype to match definition (by adding a ...
1998-12-07 archieThe "easy" fixes for compiling the kernel -Wunused...
1998-12-07 wpaulif_rl.c: make a small tweak to properly handle the...
1998-12-05 wpaulAdd sanity check to foo_start() routines: in the unlike...
1998-12-05 mjacobtrivial header fix
1998-12-04 archieExamine all occurrences of sprintf(), strcat(), and...
1998-12-04 wpaulPut back some missing chip identification code that...
1998-12-04 archieFix typo: expression needs parentheses
1998-12-04 wpaulAn early Christmas present: add driver support for...
1998-12-02 julianThis commit was generated by cvs2svn to compensate...
1998-12-01 sosThe Neomagic chip is a 2160 not a 3160.
1998-11-28 msmithAlias Adaptec as a vendor of Cogent NICs.
1998-11-26 n_hibmaRemoved probes for USB chips 82371xB (done in dev/pci...
1998-11-20 wpaulAdd missing return statement to rl_phy_writereg()....
1998-11-18 wpaulThe Accton 1207D adapter uses a chip called the MXP...
1998-11-18 wpaulFix a minor bug in xl_attach() where the list buffer...
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-18 jdpThis commit was generated by cvs2svn to compensate...
1998-11-14 obrienThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-13 jdpThis commit was generated by cvs2svn to compensate...
1998-11-11 msmithConsign the 'amd' driver to the Attic.
1998-11-10 gibbsConvert to change in ISA compatiblity port handling...
1998-11-09 peterifioctl takes a u_long rather than an int on 3.0
1998-11-09 peters/%#p/%p/ to fix a warning. This looks like a leftover...
1998-11-09 peterFix a warning (#include the apic_next_irq() prototype...
1998-11-08 dfr* Fix a couple of places in the device pager where...
1998-11-07 nsouchReturn to previous check_for_i2c_devices() behaviour.
1998-11-06 peterIf this is going to have checks for kernel versions...
1998-11-03 julianIn the cyrix Cx5530, there are null (empty) Base addres...
1998-11-01 semenuPorted to OpenBSD. sys/pci/smc83c170.h renamed to sys...
1998-10-31 wpaulIncrease the size of the tx and rx rings from 10 to...
1998-10-31 nsouchBrooktree driver ported to the new I2C framework. See...
1998-10-31 dfr* Fix vga_probe() so that it doesn't report a non-vga...
1998-10-30 joergThis commit was generated by cvs2svn to compensate...
1998-10-30 gibbsDo not disable the ISA compatibility window if it is...
1998-10-24 phkUpdate and add timekeeping code.
1998-10-22 wpaulClose PR #8409:
1998-10-22 wpaulClose PR #8384:
next