summaryrefslogtreecommitdiffstats
path: root/sys/pci
Commit message (Expand)AuthorAgeFilesLines
* 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
* New PCI attach code:se1995-02-221-42/+120
* Improve diagnostics:se1995-02-171-6/+35
* For the sake of people, who like to move pci_configure()se1995-02-151-14/+9
* ncr.c:se1995-02-142-11/+51
* Verify that NCR was mapped to uncached address.se1995-02-141-3/+33
* YFfix.phk1995-02-141-2/+3
* YFfixphk1995-02-141-1/+2
* Make capitalization consistent with other devices registered inwollman1995-02-141-6/+10
* Block interrupts in more places and warn about the NCR exception handlerse1995-02-101-13/+21
* Turn on "Capture Effect" avoidence. This modifies the collision algorithmdg1995-02-101-1/+2
* Try to detect overlapping PCI memory assignment.se1995-02-091-1/+17
* Add short delay after NCR reset.se1995-02-061-11/+8
* Disable I/O port accesses in case the BIOS enabled them.se1995-02-041-4/+22
* #include<kernel.h> to quiet a compiler warning having to do with thegibbs1995-02-031-1/+2
* Removed misleading copyright note. This file contains justse1995-02-021-7/+2
* Disable disconnect after drive timeouts, since thesese1995-02-021-9/+20
* Reapplied all of Stefan's changes. What a mess - the files were modifieddg1995-02-027-463/+380
* Fixed up include paths after copying these in the repository.dg1995-02-025-14/+14
* Reviewed by: sese1995-02-012-0/+332
* Change the string returned in the aic7870 motherboard probe case. Changegibbs1995-01-221-5/+4
* Add $Id. Recognize motherboard aic7870 based controllers.gibbs1995-01-161-0/+7
* Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependanciesgibbs1995-01-131-0/+89
* Submitted by: Mikael Hybsch <micke@dynas.se>se1995-01-121-3/+9
* Restore my changes in rev 1.11 that Garrett killed in his commit.dg1994-12-221-2/+2
* Move ARP interface initialization into if_ether.c:arp_ifinit().wollman1994-12-221-2/+2
OpenPOWER on IntegriCloud