Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2002-02-17 | Make dc match with higher priorit over de for 21142/3 chips | Nathan Binkert | |
Also match on 21140 | |||
2002-02-16 | Sync | Kenneth R Westerback | |
2002-02-16 | Tekram DC-3x5U (TRM-S1040 based SCSI cards). | Kenneth R Westerback | |
2002-02-16 | Disable udma5 on the HPT370 for now. The silent data corruption disappears | Chris Cappuccio | |
at udma4. | |||
2002-02-16 | New port of FreeBSD's ahc driver | Steve Murphree | |
2002-02-15 | Don't cast nonexistent return value from splx to (void). ok art@ | Thomas Nordin | |
2002-02-14 | bktr is a radio attachment, me forgot, tm@oganer.net reminded | Michael Shalayeff | |
2002-02-10 | Match the VT8366_ISA (chip VT8233) south bridge as ATA100 | Chris Cappuccio | |
2002-02-08 | regen | Michael Shalayeff | |
2002-02-08 | a couple more hp prods | Michael Shalayeff | |
2002-02-08 | Partial sync with FreeBSD, mostly bugfixes from Luigi Rizzo (ok jason@) | Chris Cappuccio | |
-Remove m_devget on non-STRICT_ALIGNMENT architectures, supposedly a 50-70% performance increase for peak packet forwarding on the Soekris 486/133 on fbsd -Fix a bug in the driver -- under load, the receive unit could become idle and the driver would not detect the event, requiring userland to cycle the interface to bring it up again. The fix consists in adding SIS_IMR_RX_IDLE to the interrupt mask and add a command in sis_intr() to restart the receiver when this happens. -While at it, make the test of status bits more efficient -Slightly simplify the code to initialize the ring buffers -Add VLAN support (Accept Long Packets) | |||
2002-02-07 | fix copyright; chris@ | Jason Wright | |
2002-01-31 | Whoops! Add back matching of 7951; Matthias Bauer ↵ | Jason Wright | |
<bauerm@immd1.informatik.uni-erlangen.de> | |||
2002-01-30 | Move SET/CLR/ISSET macros to param.h. fgsch@ and millert@ ok | Thomas Nordin | |
2002-01-30 | TI 1410 PCI-CardBus support. | Federico G. Schwindt | |
2002-01-28 | match on corega CGWLPCIA11; from <jonathon.fletcher@pobox.com> | Michael Shalayeff | |
2002-01-28 | Try to share a common src/dst map where possible, and cope with that | Jason Wright | |
eventuality later in the code. | |||
2002-01-28 | First round of post-bus_dma cleanups: | Jason Wright | |
- remove the packl/packp arrays and rework handling appropriately - destination map may or may not exist, cope. - remove a redundant bus_dmamap_sync() in _process (real sync is in _feed) - remove long deprecated q_{src,dst}pkt stuff from queue structure | |||
2002-01-28 | Quick (and a little dirty) conversion to bus_dma(9). | Jason Wright | |
2002-01-28 | Re-port the NetBSD driver, but rewrite tx logic to use static buffers (and | Jason Wright | |
copies). This makes the Blade100 gem stable for me. | |||
2002-01-24 | bussified and bus-split bustec scsi ha driver. | Michael Shalayeff | |
original port done by chris@ in '98 and pounded into -current by me, plus support for wide mode. tested on pci in both modes by me, on eisa (w/ half success, thus not enabled yet) by jason@. niklas@, jason@, millert@ ok. | |||
2002-01-24 | More cleaning | Jason Wright | |
2002-01-23 | allow attaching radio on bktr; from netbsd w/ fixes from Vladimir Popov ↵ | Michael Shalayeff | |
<jumbo@narod.ru> |