aboutsummaryrefslogtreecommitdiff
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Support the PAL version of the BT878 based Haupauge WinTV/PCI.Søren Schmidt1998-08-101-0/+1
* A few misc changes to get the spigot and meteor board working in 3.0.Jordan K. Hubbard1998-08-081-0/+1
* Updated Hauppauge detection code for Tuner ID 0x0a for newer NTSCSøren Schmidt1998-08-081-5/+13
* Remove a stupid hack of mine which prevented PCI io memory access on the alpha.Doug Rabson1998-08-071-5/+2
* Update DPT driver from 1.4.3 to 1.4.5Eivind Eklund1998-08-051-24/+9
* Implemented a more sophisticated mechanism for handling transmitterDavid Greenman1998-08-041-45/+103
* Fix this thing to work properly with multiple tlan adapters; incrementBill Paul1998-08-041-1/+3
* Updates for the ThunderLAN driver:Bill Paul1998-08-032-32/+136
* Added 82555B support for media status.David Greenman1998-08-021-1/+2
* Reordered fxp_softc for optimal cacheline behavior.David Greenman1998-08-021-8/+10
* Killed unused variable/assignment.David Greenman1998-08-021-2/+1
* Add a call to a platform-specific irq remapping function for alpha platformsDoug Rabson1998-07-221-1/+4
* On the alpha, ports may be allocated above 64k.Doug Rabson1998-07-222-5/+18
* Add support for PCNet PCI chips that only work when we talk to them as ISAMike Smith1998-07-201-2/+5
* Correct SEEPROM checksum calculation when multiple checksum attemps are made.Justin T. Gibbs1998-07-161-4/+8
* Cast pointers to uintptr_t/intptr_t instead of to u_long/long,Bruce Evans1998-07-152-4/+4
* Add support for the AVer Media range of cards.Søren Schmidt1998-07-141-9/+13
* Avoid some casts of pointers to integers (of possibly different sizes).Bruce Evans1998-07-141-7/+7
* I checked in the wrong version yesterday . The correct version is 1.38Amancio Hasty1998-07-141-12/+32
* Declare pointers to CSR register space to be volatile. This seems toBill Paul1998-07-132-160/+273
* Fixed printf format errors (only 1 left in GENERIC now).Bruce Evans1998-07-133-13/+14
* Improved Hauppauge's tuner detection and bt878 supportAmancio Hasty1998-07-132-36/+145
* Remove unused member reselet from struct tstamp.Stefan Eßer1998-07-121-3/+2
* Fix size of time stamps (had been time_t before the variable "time" wasStefan Eßer1998-07-121-26/+29
* Fixed printf format errors.Bruce Evans1998-07-112-21/+25
* Merge changes from vendor branch.Peter Wemm1998-07-081-2/+11
* Changed `#if defined(i386)' to `#ifdef __i386__'.Bruce Evans1998-07-071-2/+2
* Attempt to load serial eeprom contents in both 93c46 and 93c56/66 mode beforeJustin T. Gibbs1998-07-061-21/+41
* Fix some strange errors of shutting transmitter up when startSemen Ustimenko1998-07-042-601/+589
* document PCI_QUIET that prevents pci from compiling in so many stringsJohn-Mark Gurney1998-06-301-1/+3
* Removed unused includes.Bruce Evans1998-06-211-1/+0
* Removed unused includes.Bruce Evans1998-06-211-25/+2
* Don't declare isa device structs or isa interrupt handlers in <sys/conf>,Bruce Evans1998-06-171-2/+1
* Fixed a misdeclaration. This unhides type mismatches which will beBruce Evans1998-06-171-2/+2
* Merge changes from vendor branch;Peter Wemm1998-06-133-26/+49
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-102-0/+386
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-082-24/+24
* Fix spelling in printf().Joseph Koshy1998-06-081-2/+2
* Disable attempted write combining support. This probablyJohn Dyson1998-06-081-1/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-079-19/+25
* Reviewed by: hasty@star-gate.comAmancio Hasty1998-06-051-0/+2
* o Return error when the controller can't accept commands.Eivind Eklund1998-06-021-2/+2
* Add a short delay in the read loop in tl_eeprom_getbyte(). On someBill Paul1998-05-311-2/+3
* Add minimum driver for XC6200 based cards. Currently it knows aboutPoul-Henning Kamp1998-05-301-0/+110
* Don't program the antonegotiation advertisement register in tl_setmode().Bill Paul1998-05-291-33/+19
* Ignore 'invalid' interrupts that occur while the interface is down.Bill Paul1998-05-261-2/+12
* Reviewed by: hasty@freebsd.orgAmancio Hasty1998-05-241-7/+0
* Fix a mind-o in tl_setmulti(): when setting a bit in the upperBill Paul1998-05-241-3/+3
* Remove 2.2.x compatibility code and #ifdefs. Once the shakedown periodBill Paul1998-05-222-72/+5
* Yeargh! After all that, I forgot to remove the #include.Jordan K. Hubbard1998-05-211-4/+2