summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* Fix compiler warnings (systm.h wasn't included).bde1995-07-161-1/+6
* Put back second case of CC handler in NCR script.se1995-07-071-3/+6
* Add PCI Id for the 3940 controller.gibbs1995-07-041-2/+9
* Changes to support some CDROM drives and the Quantum Grand-Prixse1995-06-281-42/+69
* Change message "not supported" to "no driver assigned", becausese1995-06-281-2/+2
* Give more detailed information about the type of bridge devicesse1995-06-281-1/+11
* Failure of the consistency checks for BIOS assigned mappings of bussesse1995-06-281-6/+16
* Corrections and additions to the PCI chip set configurations log.se1995-06-281-7/+21
* Fixed bug that was fixed in 1.28.2.1/1.29 a little differently; thedg1995-06-281-4/+5
* Merge RELENG_2_0_5 into HEADrgrimes1995-06-112-4/+11
* Remove trailing whitespace.rgrimes1995-05-308-65/+73
* Fixed bugs in multicast address handling (flag was set in wrong register,dg1995-05-261-266/+427
* There are two serious bugs in if_de.c. The first should not matterdg1995-05-221-3/+4
* Fixed bug in bpf/multicast support that caused multicast packets to getdg1995-05-221-7/+5
* Fixed mbuf leak and panic that occurred when packets got too memorydg1995-05-052-103/+327
* bzero the malloced pci_devconf structure. This should fix the problem withdg1995-05-041-1/+2
* Matt says that no pre-2.3 pass boards were supposed to ship, but I certainlyjkh1995-04-181-3/+3
* Changed minimum supported rev of DC21040 to pass 2.2.dg1995-04-171-3/+3
* kernel.h -> sys/kernel.hgibbs1995-04-151-2/+2
* Various changes from Matt Thomas to improve media selection and fixdg1995-04-132-107/+257
* From Matt Thomas: Added support for 100Mb cards (such as the DEC DE-500-XAdg1995-04-092-139/+381
* From Matt Thomas: Finished EISA support.dg1995-04-051-56/+12
* Patch from Matt Thomas to fix mbuf leak in FDDI driver.dg1995-04-011-3/+10
* Mask the call to ahc_attach with an splbio/splx pair. This allows usgibbs1995-03-311-22/+47
* Include <stddef.h> for standard definition of offsetof() instead ofse1995-03-311-12/+4
* Remove wrong redeclarations of printf() and bzero(). Include the correctbde1995-03-252-4/+16
* Make untested NS code at least compile so that it doesn't break LINT. Abde1995-03-251-4/+9
* Forward-declare kern_devconf for use in a prototype. Some driversbde1995-03-251-1/+3
* Restore my changes to initialize the kdc_shutdown routine pointer. Stefandg1995-03-231-4/+5
* Set request sense data size from xp->req_sense_length if != 0.se1995-03-221-16/+24
* Remove use of unitialised variable xp->req_sense_length.se1995-03-221-3/+2
* Completely new PCI code:se1995-03-215-693/+1215
* Stylistic changes. Update Wolfgang's e-mail address.se1995-03-211-13/+12
* Silence "gcc -Wall".se1995-03-211-1/+15
* Cosmetic changes.se1995-03-212-9/+16
* Major cleanup: Stylistic changes, 386BSD specific code removed.se1995-03-211-336/+217
* Added a new field to the pci_device struct called pd_shutdown to specifydg1995-03-177-19/+56
* Prepare for shared interrupts (required by the new PCI code that addsse1995-03-161-2/+6
* Make ncr.c compile again (PRINT_ADDR() had been patchedse1995-03-161-3/+3
* Conditionalise debug message.se1995-03-151-3/+3
* Added support for generic FDDI and the DEC DEFEA and DEFPA FDDI adapters.dg1995-03-144-0/+3681
* Reduce burst length to 4 DWORDs for now, since there seem tose1995-03-031-4/+5
* Disable vga_attach() code, as it always should have been.se1995-03-021-2/+2
* Speed up PCI attach code by ommiting test if its result is ignored anyway.se1995-03-021-13/+15
* Add code to deal with PCI-PCI bridge chips, especially the DEC 21050.se1995-02-271-4/+43
* First try to add support for PCI-PCI bridge chips (written for these1995-02-272-23/+90
* Delete bogus semicolon in macro definition.se1995-02-271-3/+3
* Make people happy, who claim to better know how "interupt"se1995-02-251-37/+46
* Deal with systems, that lack a fully decoded PCI configuration space.se1995-02-251-2/+22
* Cleanup for compatibility with another OS.se1995-02-221-43/+47
OpenPOWER on IntegriCloud