Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-30 | map only first page of whatever is given to us in the bar, | Michael Shalayeff | |
apparetnyl sometimes we get whole lots of space there. also map it 32bit. | |||
2002-03-27 | Update comment at the top to reality. | Todd C. Miller | |
2002-03-27 | make sure error is set to zero on the pci write case for user conf | Jason Wright | |
2002-03-26 | Add support for the TMD7160 dumb PCI-ISA bridge (similar in function to | Todd C. Miller | |
the PLX905x). Info gleaned from patches to the Linux wlan driver from NDC. This makes the NDC NCP130 rev A2 work. | |||
2002-03-26 | regen | Todd C. Miller | |
2002-03-26 | o 0x15e8 is National Datacomm Corp, not Corega | Todd C. Miller | |
o Add NDC NCP130 PCI Prism2 boards (2 flavors) | |||
2002-03-26 | regen | Michael Shalayeff | |
2002-03-26 | a clone of Eumitcom WL11000P -- USR11000P; from lj7@usa.net | Michael Shalayeff | |
2002-03-25 | regen | Michael Shalayeff | |
2002-03-25 | another intel gbt ether | Michael Shalayeff | |
2002-03-25 | support 630ETi; from wyllie@dilex.net | Michael Shalayeff | |
2002-03-24 | after codec reset wait for 1/2 sec; from mark@mcs.vuw.ac.nz ↵ | Michael Shalayeff | |
(http://mail-index.netbsd.org/port-i386/2002/03/18/0000.html) | |||
2002-03-22 | my guess at a sunix puc; the tester disappeared | Theo de Raadt | |
2002-03-22 | On sparc64, try local-mac-address before falling back to myetheraddr() | Jason Wright | |
2002-03-19 | remove __P | Todd C. Miller | |
2002-03-19 | fix the ich3 ac97 audio id | Michael Shalayeff | |
2002-03-19 | regen | Michael Shalayeff | |
2002-03-19 | update ich3 names | Michael Shalayeff | |
2002-03-19 | sync | Nathan Binkert | |
2002-03-19 | Altima vendor id and altima gigabit ethernet | Nathan Binkert | |
From FreeBSD | |||
2002-03-19 | revert to older ahc driver until the new one's bugs are fixed | Todd C. Miller | |
2002-03-15 | Try 'local-mac-address' before myetheraddr(). This allows us to correctly | Jason Wright | |
get the mac address on the second ethernet of a Netra T1 AC200; tested by Joey Coleman <joeycoleman@acm.org> | |||
2002-03-15 | update URL to vendor ID search engine | Todd C. Miller | |
2002-03-14 | Don't prototype pciide_machdep_compat_intr_establish() and | Todd C. Miller | |
pciide_machdep_compat_intr_disestablish() if they are macros. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2002-03-13 | Fetch mac address from local-mac-address property, and use myetheraddr() only | Jason Wright | |
if it fails. (The right thing to do is have myetheraddr() do this, but that will come later). | |||
2002-03-12 | sync with KAME | Kenjiro Cho | |
ALTQify more drivers. ok millert@ | |||
2002-03-06 | remove unused #include | Nathan Binkert | |
2002-03-06 | vtophys is no longer used | Nathan Binkert | |
2002-03-06 | sync | Nathan Binkert | |
2002-03-06 | Add a couple new intel gigabit cards | Nathan Binkert | |
2002-03-04 | 21140 support for dc isn't reliable enough for it to win over dc. | Nathan Binkert | |
dc doesn't fit on the alpha ramdisk, so let de win in all cases. | |||
2002-03-01 | From NetBSD, noticed by Alexander Yurchenko | Chris Cappuccio | |
"In hpt_pci_intr(): There is interrupt pending once IDEDMA_CTL_ACT is turned off. It seems that IDEDMA_CTL_INTR is asserted before DMA transfer is complete, leading to race condition in case of interrupt sharing. Discovered reading the FreeBSD code." | |||
2002-02-23 | Add aperture driver support for macppc, and also place writing to /dev/pci | Matthieu Herrb | |
under the control of machdep.allowaperture. This allows to run the X server on macppc with securelevel=1, given that machdep.allowaperture is != 0. OK deraadt@ | |||
2002-02-22 | Revert to previous (non hacked =) version now that the iommu is handled | Jason Wright | |
correctly and it doesn't crash | |||
2002-02-18 | This should fix AHA-3950BU2. | Steve Murphree | |
2002-02-18 | Correct fix for breakage in rev 1.23. Sorry for the mess. | Matthieu Herrb | |
2002-02-18 | do not assume PCI_USERCONF is set on all arch; matthieu ok | Theo de Raadt | |
2002-02-18 | store the PCI configuration space bus number in the pci_softc struct | Matthieu Herrb | |
and use it for pci configuration space access in ioctl code. And do bounds checking on ioctl args for all architectures Ok deraadt@, drahn@. | |||
2002-02-18 | sync | Theo de Raadt | |
2002-02-18 | oops | Theo de Raadt | |
2002-02-18 | sync | Theo de Raadt | |
2002-02-18 | a sunix puc | Theo de Raadt | |
2002-02-18 | Add trm - driver for Tekram TRM-S1040 cards (DC395U/UW/F,DC315/U). | Kenneth R Westerback | |
Thanks to Tekram for donating a couple of cards and a NetBSD driver by Erich Chen of Tekram. Thanks to Martin Akesson for a first port of the NetBSD driver to OpenBSD and thanks to Ashley Martens for the major cleanup to make it presentable and style(9)ish. Only tested on i386 at this time. | |||
2002-02-17 | new puc devices: netmos, moxa, syba | Theo de Raadt | |
2002-02-17 | permit > 8 bit offsets | Theo de Raadt | |
2002-02-17 | sync | Theo de Raadt | |
2002-02-17 | new puc devices | Theo de Raadt | |
2002-02-17 | make dc win on alpha too | Nathan Binkert | |