summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Increase the number of descriptors (and, as a consequence, the numberwpaul1998-08-211-2/+2
* Fix small printf() bogon (forgot newline, and the message was longer thatwpaul1998-08-201-4/+4
* Make two changes:wpaul1998-08-191-28/+48
* Fixed printf format errors.bde1998-08-183-9/+11
* Fixed printf format errors (none detected in GENERIC again).bde1998-08-171-3/+3
* Import the (Fast) Etherlink XL driver. I'm reasonally confident in itswpaul1998-08-163-0/+3427
* Use [u]intptr_t instead of [u_]long for casts between pointers andbde1998-08-161-3/+3
* Use "baseclass" instead of "class" for storing the contents of PCI registergibbs1998-08-132-6/+7
* Use [u]intptr_t instead of [unsigned] long to convert and/or representbde1998-08-102-4/+4
* Fixed the formatting of some tables (mainly the one produced by psbde1998-08-101-3/+3
* Support the PAL version of the BT878 based Haupauge WinTV/PCI.sos1998-08-101-0/+1
* A few misc changes to get the spigot and meteor board working in 3.0.jkh1998-08-081-0/+1
* Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSCsos1998-08-081-5/+13
* Remove a stupid hack of mine which prevented PCI io memory access on the alpha.dfr1998-08-071-5/+2
* Update DPT driver from 1.4.3 to 1.4.5eivind1998-08-051-24/+9
* Implemented a more sophisticated mechanism for handling transmitterdg1998-08-041-45/+103
* Fix this thing to work properly with multiple tlan adapters; incrementwpaul1998-08-041-1/+3
* Updates for the ThunderLAN driver:wpaul1998-08-032-32/+136
* Added 82555B support for media status.dg1998-08-021-1/+2
* Reordered fxp_softc for optimal cacheline behavior.dg1998-08-021-8/+10
* Killed unused variable/assignment.dg1998-08-021-2/+1
* Add a call to a platform-specific irq remapping function for alpha platformsdfr1998-07-221-1/+4
* On the alpha, ports may be allocated above 64k.dfr1998-07-222-5/+18
* Add support for PCNet PCI chips that only work when we talk to them as ISAmsmith1998-07-201-2/+5
* Correct SEEPROM checksum calculation when multiple checksum attemps are made.gibbs1998-07-161-4/+8
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,bde1998-07-152-4/+4
* Add support for the AVer Media range of cards.sos1998-07-141-9/+13
* Avoid some casts of pointers to integers (of possibly different sizes).bde1998-07-141-7/+7
* I checked in the wrong version yesterday . The correct version is 1.38ahasty1998-07-141-12/+32
* Declare pointers to CSR register space to be volatile. This seems towpaul1998-07-132-161/+274
* Fixed printf format errors (only 1 left in GENERIC now).bde1998-07-133-13/+14
* Improved Hauppauge's tuner detection and bt878 supportahasty1998-07-132-37/+146
* Remove unused member reselet from struct tstamp.se1998-07-121-3/+2
* Fix size of time stamps (had been time_t before the variable "time" wasse1998-07-121-26/+29
* Fixed printf format errors.bde1998-07-112-21/+25
* Merge changes from vendor branch.peter1998-07-081-2/+11
* Changed `#if defined(i386)' to `#ifdef __i386__'.bde1998-07-071-2/+2
* Attempt to load serial eeprom contents in both 93c46 and 93c56/66 mode beforegibbs1998-07-061-22/+42
* Fix some strange errors of shutting transmitter up when startsemenu1998-07-042-604/+592
* document PCI_QUIET that prevents pci from compiling in so many stringsjmg1998-06-301-1/+3
* Removed unused includes.bde1998-06-211-1/+0
* Removed unused includes.bde1998-06-211-25/+2
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,bde1998-06-171-2/+1
* Fixed a misdeclaration. This unhides type mismatches which will bebde1998-06-171-2/+2
* Merge changes from vendor branch;peter1998-06-133-26/+49
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-102-0/+386
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-082-24/+24
* Fix spelling in printf().jkoshy1998-06-081-2/+2
* Disable attempted write combining support. This probablydyson1998-06-081-1/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-079-19/+25
OpenPOWER on IntegriCloud