| Commit message (Expand) | Author | Age | Files | Lines |
* | (requested by gibbs) Remove the SCSI_CAM option (and rework the isp driver | Matt Jacob | 1998-09-18 | 1 | -7/+8 |
* | Really correct ncr_freeze_devq now. We scan backwards from the current | Justin T. Gibbs | 1998-09-17 | 1 | -11/+26 |
* | A major amount of cleaning up: | Matt Jacob | 1998-09-17 | 1 | -44/+32 |
* | Use %p with (void *) casts to print pointers with printf. | Justin T. Gibbs | 1998-09-17 | 1 | -5/+5 |
* | Fix a regression that caused the script to spam itself by copying something | Justin T. Gibbs | 1998-09-16 | 1 | -17/+49 |
* | Add 450NX chipset components. | Mike Smith | 1998-09-16 | 1 | -1/+5 |
* | Fix a bug in ncr_freeze_devq() which is called when we see a queue | Justin T. Gibbs | 1998-09-16 | 1 | -5/+10 |
* | Alpha port related fixes from Doug Rabson. | Matt Jacob | 1998-09-16 | 1 | -17/+33 |
* | Some workarounds for a common DEC pci-pci bridge found on alphas. | Doug Rabson | 1998-09-16 | 1 | -5/+9 |
* | Port de driver to alpha. | Doug Rabson | 1998-09-16 | 1 | -3/+37 |
* | Correct printf format bugs. | Justin T. Gibbs | 1998-09-15 | 2 | -11/+13 |
* | Obsoleted by CAM. | Justin T. Gibbs | 1998-09-15 | 2 | -1114/+0 |
* | Convert ISP pci front end to CAM/bus space/dma. | Justin T. Gibbs | 1998-09-15 | 3 | -1723/+1504 |
* | Conver the DPT driver to CAM. The dpt_control interface is not yet | Justin T. Gibbs | 1998-09-15 | 1 | -407/+88 |
* | Revive PCIConf. | Justin T. Gibbs | 1998-09-15 | 4 | -57/+501 |
* | Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM. | Justin T. Gibbs | 1998-09-15 | 1 | -0/+205 |
* | Move to new name, convert to CAM, add support for new chips, and | Justin T. Gibbs | 1998-09-15 | 1 | -0/+1202 |
* | Advance Systems SCSI Host Adapter driver for CAM. Currently only support | Justin T. Gibbs | 1998-09-15 | 1 | -0/+275 |
* | Changed METEORSINPUT for Hauppauge cards with bt878. | Søren Schmidt | 1998-09-10 | 2 | -25/+56 |
* | Correct SECAM B-Delay and add XUSSR channel set. | Søren Schmidt | 1998-09-10 | 1 | -3/+35 |
* | - If the OACTIVE flag is set on entry to xl_start(), check to see if the | Bill Paul | 1998-09-08 | 1 | -4/+68 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | Tor Egge | 1998-09-06 | 2 | -9/+9 |
* | Patch the transmit error handler to avoid following NULL pointers and | Bill Paul | 1998-09-06 | 1 | -3/+4 |
* | Modify the xl_mediacheck() routine to also test for the case where the | Bill Paul | 1998-09-04 | 2 | -19/+44 |
* | "xl%d: chip is is in D%d power mode " -> "xl%d: chip is in D%d power mode " | Bill Paul | 1998-09-01 | 1 | -3/+3 |
* | Fixed bug in Miro Tuner detection. Missing Goto. | Søren Schmidt | 1998-08-31 | 1 | -58/+70 |
* | Renamed BT848[SG]CAPAREA to BT848_[SG]CAPAREA. | Søren Schmidt | 1998-08-31 | 2 | -13/+67 |
* | Added Capture Area ioctl - BT848[SG]CAPAREA. | Søren Schmidt | 1998-08-31 | 2 | -27/+160 |
* | Fix handling of ENOBUFS condition. During reception, the filled mbuf | Bill Paul | 1998-08-31 | 1 | -12/+27 |
* | Change the autonegotiation waiting period from 3 seconds to 5. This | Bill Paul | 1998-08-30 | 1 | -3/+3 |
* | - #define mask of enabled interrupts/indications in if_xlreg.h instead of | Bill Paul | 1998-08-24 | 2 | -22/+40 |
* | Increase the number of descriptors (and, as a consequence, the number | Bill Paul | 1998-08-21 | 1 | -2/+2 |
* | Fix small printf() bogon (forgot newline, and the message was longer that | Bill Paul | 1998-08-20 | 1 | -4/+4 |
* | Make two changes: | Bill Paul | 1998-08-19 | 1 | -28/+48 |
* | Fixed printf format errors. | Bruce Evans | 1998-08-18 | 3 | -9/+11 |
* | Fixed printf format errors (none detected in GENERIC again). | Bruce Evans | 1998-08-17 | 1 | -3/+3 |
* | Import the (Fast) Etherlink XL driver. I'm reasonally confident in its | Bill Paul | 1998-08-16 | 3 | -0/+3427 |
* | Use [u]intptr_t instead of [u_]long for casts between pointers and | Bruce Evans | 1998-08-16 | 1 | -3/+3 |
* | Use "baseclass" instead of "class" for storing the contents of PCI register | Justin T. Gibbs | 1998-08-13 | 2 | -6/+7 |
* | Use [u]intptr_t instead of [unsigned] long to convert and/or represent | Bruce Evans | 1998-08-10 | 2 | -4/+4 |
* | Fixed the formatting of some tables (mainly the one produced by ps | Bruce Evans | 1998-08-10 | 1 | -3/+3 |
* | Support the PAL version of the BT878 based Haupauge WinTV/PCI. | Søren Schmidt | 1998-08-10 | 1 | -0/+1 |
* | A few misc changes to get the spigot and meteor board working in 3.0. | Jordan K. Hubbard | 1998-08-08 | 1 | -0/+1 |
* | Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSC | Søren Schmidt | 1998-08-08 | 1 | -5/+13 |
* | Remove a stupid hack of mine which prevented PCI io memory access on the alpha. | Doug Rabson | 1998-08-07 | 1 | -5/+2 |
* | Update DPT driver from 1.4.3 to 1.4.5 | Eivind Eklund | 1998-08-05 | 1 | -24/+9 |
* | Implemented a more sophisticated mechanism for handling transmitter | David Greenman | 1998-08-04 | 1 | -45/+103 |
* | Fix this thing to work properly with multiple tlan adapters; increment | Bill Paul | 1998-08-04 | 1 | -1/+3 |
* | Updates for the ThunderLAN driver: | Bill Paul | 1998-08-03 | 2 | -32/+136 |
* | Added 82555B support for media status. | David Greenman | 1998-08-02 | 1 | -1/+2 |