summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Collapse)AuthorAgeFilesLines
...
* Staticize. (Diffs by me & and Simon in cooperation.)eivind1998-02-101-7/+7
|
* Staticize.eivind1998-02-097-59/+65
|
* Add #include "opt_devfs.h".eivind1998-02-091-1/+2
|
* - Removed typo in Copyright and added Id.nate1998-02-071-1/+2
|
* Back out DIAGNOSTIC changes.eivind1998-02-063-6/+2
|
* Turn DIAGNOSTIC into a new-style option.eivind1998-02-043-2/+6
|
* MF22: update to newest version from author.jkh1998-02-042-207/+464
|
* Make FAILSAFE a new-style option.eivind1998-02-041-2/+3
|
* Re-add my DEVFS changes after they were stomped on. This time, I throw awayeivind1998-02-042-5/+4
| | | | the DEVFS tokens (as they weren't used anywhere anyway).
* Bugs/Enhancements:ahasty1998-02-022-149/+285
| | | | | | | | | | | | | | | | | 1. Takeshi Ohashi <ohashi@atohasi.mickey.ai.kyutech.ac.jp> submitted code to support bktr_read . /usr/src/share/examples/rgb24.c now works 8) 2. Flemming Jacobsen <fj@schizo.dk.tfs.com> submitted code to support radio available with in some bt848 based cards;additionally, wrote code to correctly recognized his bt848 card. 3. Roger Hardiman <roger@cs.strath.ac.uk> submitted various fixes to smooth out the microcode and made all modes consistent. 4. Added supported for yuv12 so we know can capture raw streams and feed it to mpeg_encoder . The upshot is that we can now mpeg encode more and save nearly 100 percent of the disk requirements previously for programs such as fxtv first save the raw video image to disk then converted to a format suitable for mpeg_encode.
* Removed ifdef for <sys/sockio.h> vs <sys/ioctl.h>. <sys/sockio.h> isbde1998-02-011-20/+5
| | | | | | | | | | | | a BSD4.4Lite1 feature, not a FreeBSD feature. <sys/ioctl.h> is a compatibility misfeature. Moved NPCI ifdef. This file didn't compile if NPCI <= 0. It shouldn't be configured in that case, but it is easy to support (mis)configuration of drivers without buses by generating null objects, and many drivers do it. Removed unused includes.
* Attempt at making this use DEVFS properly. (Now it should at least work.)eivind1998-01-312-3/+6
|
* Update to version stable-165jkh1998-01-292-222/+299
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* Add Simon Shapiro's DPT driverjulian1998-01-262-0/+738
| | | | | this shouldn't break anything existing. Userland utilities to follow.
* Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style.eivind1998-01-243-1/+5
| | | | | | | | This introduce an xxxFS_BOOT for each of the rootable filesystems. (Presently not required, but encouraged to allow a smooth move of option *FS to opt_dontuse.h later.) LFS is temporarily disabled, and will be re-enabled tomorrow.
* Driver for the new SMC 9432TX cards.jkh1998-01-212-0/+1323
| | | | Submitted by: Ustimenko Semen <semen@iclub.nsu.ru>
* - Support for multiple PD6832 controllers. Each found 6832 is assignednate1998-01-202-4/+22
| | | | | | | and initializes the next two ports in order starting at 03e0. This also patches pcic_p.h to reduce the I/O ports mapped from 4 to 2. Submitted by: Ted Faber <faber@ISI.EDU>
* Include pc98.h instead of isa.h when PC98 is defined.kato1998-01-141-1/+5
|
* Make INET a proper option.eivind1998-01-084-5/+18
| | | | | | | | | | | | This will not make any of object files that LINT create change; there might be differences with INET disabled, but hardly anything compiled before without INET anyway. Now the 'obvious' things will give a proper error if compiled without inet - ipx_ip, ipfw, tcp_debug. The only thing that _should_ work (but can't be made to compile reasonably easily) is sppp :-( This commit move struct arpcom from <netinet/if_ether.h> to <net/if_arp.h>.
* Reviewed by: Amancio Hastyahasty1997-12-311-4/+20
| | | | | | Submitted by: Jonathan Hanna <pangolin@rogers.wave.ca> The patch is for a Hauppauge Win/TV dbx with FM. I still need to config OVERRIDE_TUNER, but it works nicely.
* Correct the check for multiword dma. It was incorrectly checkingdyson1997-12-191-2/+2
| | | | | for multiword dma mode 4 (which doesn't exist.) Submitted by: John Hood
* Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.eivind1997-12-151-1/+3
| | | | | | | | The #ifdef IPXIP in netipx/ipx_if.h is OK (used from ipx_usrreq.c and ifconfig.c only). I also fixed a typo IPXTUNNEL -> IPTUNNEL (and #ifdef'ed out the code inside, as it never could have compiled - doh.)
* Fix size of start queue to 32 entries, independent of the defaultse1997-12-021-3/+3
| | | | | | | | number of tags (NCR_SCSI_DFLT_TAGS), which is 0 in the FAILSAFE case. This should fix the incompatibility between kernel and ncrcontrol, which is the result of FAILSAFE being defined in the kernel config file, invisible to the build of ncrcontrol. (See kern/5133, which should be fixed by this change.)
* - Add necessary include files and fix bugs in last.nate1997-12-021-3/+6
|
* - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, andnate1997-12-022-95/+107
| | | | | | | more bootverbose code. - Style nits. No significant functional changes.
* - Framework for PCI/CardBus controllers running in PCMCIA emulationnate1997-12-022-0/+216
| | | | | | | mode. Currently, the only supported controller is the Cirrus Logic PD6832, but others can be supported with docs on them. Submitted by: Ted Faber <faber@ISI.EDU>
* Shuffle things a bit for better cacheline behavior.dg1997-11-291-6/+6
|
* Ifdefed a conditionally used #include.bde1997-11-221-2/+4
| | | | Staticized.
* Add Winbond W89C940 ID to the list.msmith1997-11-221-1/+2
| | | | Submitted by: Micha Class <michael_class@hpbbse.bbn.hp.com>
* Removed unused #includes.bde1997-11-181-5/+3
| | | | Police <> vs "" #include style.
* Reviewed by: Amancio Hastyahasty1997-11-161-8/+182
| | | | | | Submitted by: Amancio Hasty <hasty@star-gate.com> Added yuv12 support for mpeg encoding and Randall Hopper's fixed for Temporal Decimation
* Attempt to tell the user precisely what sort of VGA-like PCI device iswollman1997-11-111-12/+255
| | | | | in their system. The list comes originally from XFree86's SuperProbe program.
* Merge 971020 stuff.. Check 21142? SROM CRC.peter1997-11-082-7/+13
|
* Rename some local variables to avoid shadowing other local variables.phk1997-11-071-5/+5
| | | | Found by: -Wshadow
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-073-23/+7
| | | | Found by: -Wunused
* Rats. Committed the wrong version.markm1997-11-061-5/+11
| | | | Move the declarations to the top of the ioctl() function so this compiles.
* 1) Add the IOCTL for Luigi's BT848 -> I2C bus driver.markm1997-11-061-14/+113
| | | | | | | | 2) Fix temporal decimation, disable it when doing CAP_SINGLEs, and in dual-field capture, don't capture fields for different frames Submitted by: Luigi Rizzo & Randall Hopper
* Improve PAL support and fix mux selector values.eivind1997-10-302-32/+104
| | | | | | | This make the Miro PCTV work for me, including audio, and should hopefully fix the other audio problems some people have been having. Reviewed by: ahasty & Luigi Rizzo (freebsd-multimedia)
* Removed unused #includes.bde1997-10-282-6/+1
|
* Recognize even more of the Znyx 314 cards.phk1997-10-251-2/+2
|
* Rewrote fxp_start() for better clarity and efficiency.dg1997-10-231-101/+101
|
* Add an $Id$peter1997-10-181-0/+1
|
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There ispeter1997-10-182-44/+193
| | | | | | a change that might have an effect on the problems some have seen with older chips, it looks like the driver may have mistakenly thought there was an SIA when there isn't.
* This commit was generated by cvs2svn to compensate for changes in r30549,peter1997-10-181-7/+27
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import Matt's current de driver... He appears to be maintaining it inpeter1997-10-183-52/+219
| | | | | | | | | | the NetBSD source tree now. This is slightly newer than the updated .tar.gz on the 3am-software web site.
* | Oops... back out the change to recognize the TI 1131; there's a better place.wollman1997-10-171-4/+1
| |
* | Teach the PCI code about the TI 1131 and NeoMagic NM2160 in my laptop.wollman1997-10-171-1/+11
| |
* | Fixed a bug where input packets were counted twice - messing up thedg1997-10-171-2/+1
| | | | | | | | stats.
* | Attempt to support IPX.peter1997-10-121-1/+22
| | | | | | | | | | Suggested patch by: Vasily V. Grechishnikov <bazilio@ied-vorstu.ac.ru> (plus cut/paste, whitespace and typo fixes)
* | Add IDs for Intel 82371MX/82437MX (mobile PCI chipset).asami1997-10-101-1/+5
| | | | | | | | Reviewed by: se
OpenPOWER on IntegriCloud