summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
...
* Remove hard coded assumption that SCSI busses have 7 targets.gibbs1995-08-231-2/+16
* Correct the PCI ID for the Adaptec 7850 chips.gibbs1995-08-201-2/+2
* Print more information in case of unspecific error condition.se1995-08-151-15/+41
* Add more chip set register decodings:se1995-08-151-3/+13
* Return an extended status of XS_TIMEOUT (instead of XS_DRIVER_STUFFUP)se1995-08-131-3/+3
* Initialize "name" to quiet compiler.dg1995-07-291-2/+2
* Add a few chip set IDs.se1995-07-271-4/+21
* Add config messages for the Intel 82378 chip.se1995-07-271-1/+32
* Add a few vendor IDs.se1995-07-271-8/+21
* Get rid of references to the linker supplied set length field.se1995-07-271-15/+15
* 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
OpenPOWER on IntegriCloud