summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Collapse)Author
2001-10-09Fix comparison when start_lvl == 0Constantine Sapuntzakis
2001-10-09no cd support for nowTheo de Raadt
2001-10-09syncTheo de Raadt
2001-10-09no more NBUF=Theo de Raadt
2001-10-09sbus onlyTheo de Raadt
2001-10-09no NBUF=Theo de Raadt
2001-10-09bge and wx are known to workNathan Binkert
2001-10-09Make bge use busdmaNathan Binkert
2001-10-09Don't enable BGE_CHECKSUM yet, since it doesn't work.Nathan Binkert
It shouldn't have been enabled in the first place.
2001-10-09- keep a spare dmamap_t around for rx (use it to keep the old mbuf loadedJason Wright
while trying to get the next buffer setup). - reduce ring size for both rx & tx
2001-10-08We're not cross hosted these days.Jason Wright
2001-10-08Remove some debugging and development leftovers.Artur Grabowski
2001-10-08i think miod only half-looked at this patchTheo de Raadt
2001-10-08Support the WiseCom iPort 10/100; thanks to Brendan Hiley <ultr0s@mbox.com.au>Aaron Campbell
for testing the patch.
2001-10-08regenAaron Campbell
2001-10-08WiseCom iPort; Brendan Hiley <ultr0s@mbox.com.au>Aaron Campbell
2001-10-08reenable audioceJason Wright
2001-10-08add lge(4) commentedNathan Binkert
2001-10-08Add a new quirk type, SDEV_NOCDB6, some USB devices like ATAPIDale Rahn
do not support 6 byte CDBs. This quirk is used for OLYMPUS USB cameras. Loosely based on code in FreeBSD. ok costa@
2001-10-08Complete (I hope) the changes to siop that make it pay attentionKenneth R Westerback
to the quirks table. These latest changes, triggered by problems Dan Weeks was having and developed with a lot of testing by Dan, should ensure that siop is a) using the quirks of the correct LUN during wide/sync negotiations and b) calling siop_add_dev() for all LUN's which return valid information from an INQUIRY command.
2001-10-07match DTCTECH Domex DMX3194U (it's an initio in a different box)Jason Wright
2001-10-07Clean up fdrelease.Artur Grabowski
2001-10-07gc UF_MAPPED.Artur Grabowski
2001-10-07Setting the VTIME to a value larger than 214 lead to an integer overflowArtur Grabowski
in the calculation of the sleep timeout which could lead to a panic. Instead of doing the very error-prone, and in more than one way incorrect, sleep time calculation, allocate an external timeout and let it wake us. Reported by: Raan Young <raan@graand-visions.com>
2001-10-07syncJason Wright
2001-10-07Domex 3194UJason Wright
2001-10-07fixes pr/2105Niels Provos
2001-10-07remove all assumptions that parent is psycho. Also, don't try to useJason Wright
iommu operations directly: that's what bus_dma(9) heirarchy is for. (audioce now works on u5, though it won't play on the onboard speaker, or mine is busted... plays fine in headphones/lineout).
2001-10-07audioce crashes ultra 5s. Disable for now.Artur Grabowski
2001-10-06Fix various 2300 (2Gb) last minute errata. Keep up with the jones' formjacob
the target mode code.
2001-10-06Completely strip away all non-OpenBSD code to clean things up. Fix themjacob
setting of cacheline to something that the chip wants. Apply several bug fixes from Sitara networks with respect to transmit descriptor wraparound. Don't do tx descriptor garbage collection in the interrupt service routine. Increase the number of rx descriptors to 256.
2001-10-06Add, commented out, missing lines for supported drivers.Miod Vallat
2001-10-06Remove MSDOSFS support from the ramdisk.Miod Vallat
2001-10-062face version of boot icon.Dale Rahn
2001-10-06We must read the SROM ahead of time for all ADMtek-based PCI cards; based onAaron Campbell
patch from ckuethe@pyxis.cns.ualberta.ca in PR/2102. At some point after 3.0 I must de-cruftify the dc(4) matching code to avoid such errors. :(
2001-10-06syncAaron Campbell
2001-10-06More TI FireWire products.Aaron Campbell
2001-10-06+isp at sbusJason Wright
2001-10-06add sbus frontend for ispJason Wright
2001-10-05grr, I had this right to begin with... NOW X10 firecracker works.Jason Wright
2001-10-05restore some of that dead code needed for dev/cons functionalityMichael Shalayeff
2001-10-05syncJason Wright
2001-10-05fixJason Wright
2001-10-05moreTheo de Raadt
2001-10-05Add bge(4)Nathan Binkert
2001-10-05Add a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3).Nathan Binkert
This driver supports the following cards: 3Com 3c996-T (10/100/1000baseTX) Dell PowerEdge 2550 integrated BCM5700 NIC (10/100/1000baseTX) SysKonnect SK-9D21 (10/100/1000baseTX) SysKonnect SK-9D41 (1000baseSX) From FreeBSD
2001-10-05Differentiate between 1000baseT and 1000baseX.Nathan Binkert
Add some support for gigabit control/status regs.
2001-10-05autodetect modes, clean up, sync autoneg code with freebsd. Fixes problemsNathan Binkert
that I had with bge
2001-10-05Remove modes that should be autodetectedNathan Binkert
2001-10-05use anegticks for phys that do their own autonegotiation timeout.Nathan Binkert