Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-08 | sync w/ netbsd almost -current code (; | Michael Shalayeff | |
fixes quite a few problems. adds new option PCIBIOS_ADDR_FIXUP. numerous extra fixes by me, also pointed out by other ppl, such as avoid panics, ifdef on pciverbose, not diagnostic, some other smaller knits; some have been forwarded back to netbsd developers, some will go soon too. | |||
2000-08-02 | update n-rcsids | Michael Shalayeff | |
2000-08-02 | add yauc about fips; also some ugly spaces | Michael Shalayeff | |
2000-08-01 | Add PCI attachment for i82365-compatible PCMCIA controllers. Needed for | Aaron Campbell | |
the Cirrus Logic CL-PD6729 controller found on some laptops, i.e., the Gateway 2000 Solo 2100. Thanks to JDempsey@iss.net for testing and initiallly prodding me to get PC Cards to work in his laptop. | |||
2000-07-18 | do not include random number in dmesg, per deraadt's suggestion. | Michael Shalayeff | |
instead, print rng number generation speed, measured. | |||
2000-07-06 | dummy me, forgot \n in panic->printf transition | Michael Shalayeff | |
2000-07-06 | don't panic for nothing | Michael Shalayeff | |
2000-07-06 | Add ICU 82801AA_LPC (as on the OR840 motherboard). | Hakan Olsson | |
2000-06-15 | i840 chipset also has the true RNG (i82802 FWH). mickey@ ok. | Hakan Olsson | |
2000-06-13 | dmesg repair around pci sub-bus config | Theo de Raadt | |
2000-05-05 | 451NX machines now probe all pci busses; M.Drochner@fz-juelich.de | Theo de Raadt | |
2000-05-04 | assume all pchb made by ServerWorks act the same | Theo de Raadt | |
2000-05-01 | another RCC host bridge with a pci behind it | Theo de Raadt | |
2000-04-29 | from netbsd: fix vp3_cfg_intr_mask | Michael Shalayeff | |
2000-04-27 | newline manglings | Theo de Raadt | |
2000-04-26 | properly probe sub-pci busses for RCC ServerWorks chipsets | Theo de Raadt | |
2000-04-26 | add errata for 82443BX identified by smurph | Theo de Raadt | |
2000-04-21 | oops | Michael Shalayeff | |
2000-04-10 | add support for true RNG presented on the i82802 FWH. | Michael Shalayeff | |
it produces 1 byte at a time and has no ready irq, thus timeout driven. in fact w/ default hz=100 it produces up to 60% of gross entropy production in an average loaded desktop system. | |||
2000-04-07 | Need <sys/device.h>. | Aaron Campbell | |
2000-03-28 | fix netbsd rcsids up. | Michael Shalayeff | |
also, from the 3rd try make proper openbsd rcsids, rediculous 3 commits just to add proper openbsd rcsids. i think someone forgot to _look_ at the diffs before commit. | |||
2000-03-27 | fix OpenBSD tag | Jason Wright | |
2000-03-27 | add missing OpenBSD RCS IDs | Brad Smith | |
2000-03-26 | from netbsd: pci interrupt routing code. | Michael Shalayeff | |
also, change a few pcidevs names to match netbsd (and more descriptive). tested on a bunch of laptops, helps resolving 'pin X unmapped' problems for (usually) usb and cardbus cntrollers. | |||
2000-03-05 | export bios_pciinfo for the whole _KERNEL, there will be more files to use it | Michael Shalayeff | |
2000-01-09 | Change an instance of #if NISA that should be #if NISADMA | Todd C. Miller | |
1999-09-13 | isa0 at pcib?; netbsd via peter | Theo de Raadt | |
1999-07-22 | rename primary/secondary to channel 0/1 | Theo de Raadt | |
1999-07-18 | Import of NetBSD ATA/IDE stuff. | Constantine Sapuntzakis | |
Introduction of home-grown To enable this stuff in your configuration, look at the NEWATA conf file and go through dev/isa/files.isa dev/pci/files.pci conf/files arch/i386/conf/files.i386 and follow the instructions on commenting/uncommenting stuff | |||
1999-07-18 | SIS_85C503 misidenties itself; g.mcgarry@qut.edu.au | Theo de Raadt | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-11-24 | deal with busses which misidentify; enami@netbsd | Theo de Raadt | |
1998-07-09 | fix support for pci mode 1; mochid@yo.rim.or.jp | Theo de Raadt | |
1998-07-03 | add stupid pcib driver | Theo de Raadt | |
1998-03-03 | fix attach message | Theo de Raadt | |
1998-02-24 | First commit of /boot changes/fixes. More to come. | Tobias Weingartner | |
Add BIOS PCI probe stuff. | |||
1998-01-22 | Switch off CPU-PCI write posting for the Saturn chipset; it is known | Theo de Raadt | |
to cause problems with PCI busmasters; fvdl | |||
1998-01-20 | Merge bus_dma support from NetBSD, mostly by Jason Thorpe. Only i386 uses it | Niklas Hallqvist | |
so far, the other archs gets placeholders for now. I wrote a compatibility layer for OpenBSD's old isadma code so we can still use our old driver sources. They will however get changed to native bus_dma use, on a case by case basis. Oh yes, I almost forgot, I kept our notion of isadma being a device so DMA-less ISA-busses still work | |||
1998-01-10 | catch all pci host bridges | Theo de Raadt | |
1998-01-07 | now this is really pretty | Theo de Raadt | |
1998-01-06 | pchb support | Theo de Raadt | |
1997-06-18 | csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new ↵ | dm | |
(21140-AC-based) SMC Etherpower cards. | |||
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-04-18 | Merge of NetBSD 960317 | Niklas Hallqvist | |
1996-03-22 | Fix previous changes; accept and forward a device name, do not just use | Thorsten Lockert | |
a generic name "pci" for interrupt statistics | |||
1996-03-20 | Fix back wrong patches. | Michael Shalayeff | |
1996-03-19 | Merging w/ NetBSD 021796. | Michael Shalayeff | |
speaker upgraded to the current. some changes to the VM stuff (ie kern_thread.c added and so). | |||
1996-02-20 | Pass device name to interrupt establish routines so it can be recorded in | Thorsten Lockert | |
the device interrupt chain structures (isa, pci) Move interrupt chain structure definition to <machine/psl.h> so vmstat can get at it (i386) Remove hack to count interrupts the old way (i386) | |||
1995-12-27 | from netbsd: | Theo de Raadt | |
The IST_* and IPL_* constants are not bus-specific; don't treat them as such. |